Changelog 1.0.6.4

This commit is contained in:
nicolas.dorier 2020-12-18 12:21:50 +09:00
parent fb213b0e0f
commit 8f4cd929cd
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 18 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.6.3</Version>
<Version>1.0.6.4</Version>
</PropertyGroup>
</Project>

View File

@ -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