Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Jun 14, 2023
1 parent 3fd2c7e commit b860fc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/Money.Blazor.Host/Money.Blazor.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<RootNamespace>Money</RootNamespace>
<PublishDomain>app.money.neptuo.com</PublishDomain>
<VersionPrefix>1.17.0.0</VersionPrefix>
<VersionPrefix>1.17.1.0</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
<UseBlazorWebAssembly>true</UseBlazorWebAssembly>
<BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData>
Expand Down
26 changes: 9 additions & 17 deletions src/Money.Blazor.Host/wwwroot/release-notes.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
<h3>New features</h3>
<h3>Fixed bugs</h3>
<ul>
<li>Expense templates.</li>
<li>Swipe left/right to toggle shown period.</li>
<li>Balances between incomes &amp; expenses.</li>
<li>"Remember me" keeps you logged in.</li>
<li>Duplicate expense from overview.</li>
<li>Configure default sorting.</li>
<li>Fix applying fixed flag when templates are first loaded from expense create dialog.</li>
<li>Ensure that all expense templates are loaded at least once.</li>
<li>Fix parsing date.</li>
<li>Fix focus in expense create dialog.</li>
<li>Fix resetting expense amount.</li>
<li>Show incomes even when no expenses are logged in selected period.</li>
<li>Show loading progress on overview.</li>
</ul>

<h3>Fixed bugs</h3>
<ul>
<li>Mobile friendly display of Trends.</li>
<li>Close modal on back button.</li>
<li>Disable "pull-to-reload" when modal is opened.</li>
<li>Reset "fixed" checkbox after creating an expense.</li>
<li>Smoothen splash screen animation.</li>
</ul>

<a target="_blank" href="https://github.com/maraf/Money/releases/blazor-v1.17.0" class="btn btn-light">
<a target="_blank" href="https://github.com/maraf/Money/releases/blazor-v1.17.1" class="btn btn-light">
<span class="fab fa-github"></span>
See details on GitHub
</a>

0 comments on commit b860fc9

Please sign in to comment.