diff --git a/src/Money.Blazor.Host/Components/PwaUpdate.razor.cs b/src/Money.Blazor.Host/Components/PwaUpdate.razor.cs index 83e72c11..ef602aed 100644 --- a/src/Money.Blazor.Host/Components/PwaUpdate.razor.cs +++ b/src/Money.Blazor.Host/Components/PwaUpdate.razor.cs @@ -40,6 +40,8 @@ protected override void OnInitialized() EventHandlers.Add(this); http.BaseAddress = new Uri(Navigator.UrlOrigin()); + + //_ = ((IEventHandler)this).HandleAsync(null); } public void Dispose() diff --git a/src/Money.Blazor.Host/Money.Blazor.Host.csproj b/src/Money.Blazor.Host/Money.Blazor.Host.csproj index e3b9f1e8..c926b827 100644 --- a/src/Money.Blazor.Host/Money.Blazor.Host.csproj +++ b/src/Money.Blazor.Host/Money.Blazor.Host.csproj @@ -2,7 +2,7 @@ Money - 1.16.0.0 + 1.16.1.0 app.money.neptuo.com net5.0 true diff --git a/src/Money.Blazor.Host/wwwroot/release-notes.html b/src/Money.Blazor.Host/wwwroot/release-notes.html index 4653f886..560108ce 100644 --- a/src/Money.Blazor.Host/wwwroot/release-notes.html +++ b/src/Money.Blazor.Host/wwwroot/release-notes.html @@ -1,22 +1,12 @@ -

New features

+

Fixed bugs

    -
  • Expense edit actions in search results.
  • -
  • Small redesign of user info in main navigation bar.
  • -
  • Button for deleting incomes.
  • -
  • Ability to disable mobile bottom navigation.
  • -
  • Use darker blue in theme colors.
  • -
  • Show release notes of available update.
  • +
  • Freezing on "Authorizing" screen.
  • +
  • Stale data on search page.
  • +
  • Autocomplete of income and expense amount.
  • +
  • Available update button layout on mobile screens.
-

Fixed bugs

-
    -
  • Auto select value in amount box
  • -
  • Date for the expense created on the first day of a month.
  • -
  • Currency formatting in income overview for larger amounts.
  • -
  • Horizontal scrolling for trends on small screens.
  • -
- - + See details on GitHub \ No newline at end of file