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 Aug 2, 2021
1 parent 6b7bd9e commit a63f811
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
2 changes: 2 additions & 0 deletions src/Money.Blazor.Host/Components/PwaUpdate.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ protected override void OnInitialized()

EventHandlers.Add<PwaUpdateable>(this);
http.BaseAddress = new Uri(Navigator.UrlOrigin());

//_ = ((IEventHandler<PwaUpdateable>)this).HandleAsync(null);
}

public void Dispose()
Expand Down
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 @@ -2,7 +2,7 @@

<PropertyGroup>
<RootNamespace>Money</RootNamespace>
<VersionPrefix>1.16.0.0</VersionPrefix>
<VersionPrefix>1.16.1.0</VersionPrefix>
<PublishDomain>app.money.neptuo.com</PublishDomain>
<TargetFramework>net5.0</TargetFramework>
<UseBlazorWebAssembly>true</UseBlazorWebAssembly>
Expand Down
22 changes: 6 additions & 16 deletions src/Money.Blazor.Host/wwwroot/release-notes.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
<h3>New features</h3>
<h3>Fixed bugs</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>
<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>
</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">
<a target="_blank" href="https://github.com/maraf/Money/releases/blazor-v1.16.1" class="btn btn-light">
<span class="fab fa-github"></span>
See details on GitHub
</a>

0 comments on commit a63f811

Please sign in to comment.