Skip to content

Commit

Permalink
Update version and release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Nov 25, 2022
1 parent d9a4efe commit bd303a4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/Money.Blazor.Host/Money.Blazor.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

<PropertyGroup>
<RootNamespace>Money</RootNamespace>
<VersionPrefix>1.16.1.0</VersionPrefix>
<PublishDomain>app.money.neptuo.com</PublishDomain>
<VersionPrefix>1.17.0.0</VersionPrefix>
<TargetFramework>net7.0</TargetFramework>
<UseBlazorWebAssembly>true</UseBlazorWebAssembly>
<BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData>
<BlazorEnableCompression>false</BlazorEnableCompression>
</PropertyGroup>

<ItemGroup>
Expand Down
23 changes: 17 additions & 6 deletions src/Money.Blazor.Host/wwwroot/release-notes.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
<h3>Fixed bugs</h3>
<h3>New features</h3>
<ul>
<li>Freezing on "Authorizing" screen.</li>
<li>Stale data on search page.</li>
<li>Autocomplete of income and expense amount.</li>
<li>Available update button layout on mobile screens.</li>
<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>
</ul>

<a target="_blank" href="https://github.com/maraf/Money/releases/blazor-v1.16.1" class="btn btn-light">
<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">
<span class="fab fa-github"></span>
See details on GitHub
</a>

0 comments on commit bd303a4

Please sign in to comment.