bump 1.4.4

This commit is contained in:
nicolas.dorier 2022-02-08 12:21:58 +09:00
parent 147ccd6c96
commit 1c1f69fa50
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.4.3</Version>
<Version>1.4.4</Version>
</PropertyGroup>
</Project>

View File

@ -1,5 +1,19 @@
# Changelog
## 1.4.4
### Bug fixes:
* Ensure compresed public key is used for SIN generation even if uncompressed key was provided (fix #3432) (#3433) @CherryDT
* After login, redirect user to the main page even if a root app configured (#3429) @NicolasDorier
* docker-entrypoint would crash if missing ssh pubkey, but not the private key @NicolasDorier
* Error messages when starting BTCPay Server where not shown (Fix #3404) @NicolasDorier
### Improvements:
* UI: Use sticky headers for pages with tab navigation. (#3416) @dennisreimann
* UI: Prevent initial scroll to section nav (#3411) @dennisreimann
## 1.4.3
### Bug fixes: