Changelog and Bump to 2.2.1

This commit is contained in:
nicolas.dorier
2025-09-09 18:33:08 +09:00
parent 967626a07d
commit 350152ca24
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>2.2.0</Version> <Version>2.2.1</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@@ -1,5 +1,16 @@
# Changelog # Changelog
## 2.2.1
### Bug fixes
* Fix: Updating store settings would silently fail where there was a validation issue @NicolasDorier
* Fix: Ensure unlisted installed plugins appear as updatable (#6896 #6893) @thgO-O
* Fix: Icon spacing issues in multiple UI components (#6886 #6880) @bc1cindy
* Fix: In Wallet Send page, coin selection would unexpectedly also clear labels (#6885 #6883 #6676) @thgO-O
* Fix: Periodic tasks would sometimes stop firing (#6898) @NicolasDorier
* Fix: Date column header isn't aligned properly (#6914) @NicolasDorier
## 2.2.0 ## 2.2.0
We recommend updating NBXplorer to version `2.5.28` to take full advantage of the features in this release. We recommend updating NBXplorer to version `2.5.28` to take full advantage of the features in this release.