diff --git a/Build/Version.csproj b/Build/Version.csproj index f200aaecd..140857b24 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.4.3 + 1.4.4 diff --git a/Changelog.md b/Changelog.md index 071ca9647..ce8ab98eb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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: