mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Changelog 1.0.6.4
This commit is contained in:
parent
fb213b0e0f
commit
8f4cd929cd
2 changed files with 18 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.0.6.3</Version>
|
||||
<Version>1.0.6.4</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
17
Changelog.md
17
Changelog.md
|
@ -1,5 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.6.4:
|
||||
|
||||
### Bug fixes:
|
||||
|
||||
* Fix coin selection label filter (@Kukks)
|
||||
* Greenfield: Fix behaviour after first admin signup (see #2150) @dennisreimann
|
||||
* Greenfield: If invoice is not found, error 404 should be returned rather than a crash @dennisreimann
|
||||
* Attempt to fix sometimes broken Mark as Seen button @NicolasDorier
|
||||
|
||||
### Improvements
|
||||
|
||||
* Improve the invoice details view (see #2144) @dennisreimann
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
* API Keys: Add usage examples link to docs @dennisreimann
|
||||
|
||||
## 1.0.6.3:
|
||||
|
||||
### New features
|
||||
|
|
Loading…
Add table
Reference in a new issue