-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#380 - Show release notes when update is available.
Prepare release notes for blazor-v1.16.0.
- Loading branch information
Showing
4 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<h3>New features</h3> | ||
<ul> | ||
<li>Expense edit actions in search results.</li> | ||
<li>Small redesign of user info in main navigation bar.</li> | ||
<li>Button for deleting incomes.</li> | ||
<li>Ability to disable mobile bottom navigation.</li> | ||
<li>Use darker blue in theme colors.</li> | ||
<li>Show release notes of available update.</li> | ||
</ul> | ||
|
||
<h3>Fixed bugs</h3> | ||
<ul> | ||
<li>Auto select value in amount box</li> | ||
<li>Date for the expense created on the first day of a month.</li> | ||
<li>Currency formatting in income overview for larger amounts.</li> | ||
<li>Horizontal scrolling for trends on small screens.</li> | ||
</ul> | ||
|
||
<a target="_blank" href="https://github.com/maraf/Money/releases/blazor-v1.16.0" class="btn btn-light"> | ||
<span class="fab fa-github"></span> | ||
See details on GitHub | ||
</a> |