mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
bump 1.4.4
This commit is contained in:
parent
147ccd6c96
commit
1c1f69fa50
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.4.3</Version>
|
||||
<Version>1.4.4</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
14
Changelog.md
14
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue