Skip to content

FluentHub v0.5.0

Compare
Choose a tag to compare
@0x5bfa 0x5bfa released this 16 Oct 16:56
· 322 commits to main since this release
96fcfa5

Advisories and Breaking Changes

Hi everyone. we’ve just updated FluentHub to use Windows App SDK, which is next generation of Windows UI. We're excited to publish this update. This can cause various compatibility issues and we're keeping to track them.

For more information, visit #316

Troubleshooting of installing MSIX

If you try to install misx package, you will have an error. You can fix by following troubleshooting steps.

What's New

  • Update item DataTemplate of MainPage's NavigationView
  • Add details sidebar in single Issue/PR page
  • Update all of item DataTemplates of the Issue/PR's timeline
  • Improve UI of the user status block
  • Add new extension method to access localization resources
  • Add new extension method to handle resize of WebView2

What's Changed

  • Updated the project from UWP to WASDK app(FluentHub.App.csproj)
  • Update namespace 'FluentHub.Uwp' to 'FluentHub.App'
  • Update WebView to WebView2
  • Remove all 'muxc' namespace mapping in XAML
  • Remove all 'muxc' namespace alias in both of XAML and C#
  • Update namespace 'Windows.UI' to 'Microsoft.UI' in both of XAML and C#
  • Update namespace 'Microsoft.Toolkit' to 'CommunityToolkit' in both of XAML and C#

Release Notes

General Updates

None

Updates and Fixes

  • Adding various data searching function by @arihant2math in #302
  • Update project report templates by @DeveloperWOW64 in #309
  • Refactor project bug report template by @DeveloperWOW64 in #313
  • Add search functionality by @onein528 in #311
  • Update README screenshots by @DeveloperWOW64 in #323

Housekeeping

Full Changelog: 0.3.8...0.5.0