diff --git a/Storage/Classes/SettingsConsts.cs b/Storage/Classes/SettingsConsts.cs index ffb2068c..b3a736a2 100644 --- a/Storage/Classes/SettingsConsts.cs +++ b/Storage/Classes/SettingsConsts.cs @@ -4,7 +4,7 @@ public static class SettingsConsts { public const string INITIALLY_STARTED = "initially_started"; public const string HIDE_INITIAL_START_DIALOG_ALPHA = "hide_initial_start_dialog_alpha"; - public const string HIDE_WHATS_NEW_DIALOG = "hide_whats_new_dialog_alpha_32"; + public const string HIDE_WHATS_NEW_DIALOG = "hide_whats_new_dialog_alpha_32_1"; public const string APP_REQUESTED_THEME = "app_requested_theme"; diff --git a/UWPX_UI/Package.appxmanifest b/UWPX_UI/Package.appxmanifest index 998e9cab..ddad0a88 100644 --- a/UWPX_UI/Package.appxmanifest +++ b/UWPX_UI/Package.appxmanifest @@ -1,6 +1,6 @@  - + UWPX Alpha diff --git a/UWPX_UI/Strings/en-US/Resources.resw b/UWPX_UI/Strings/en-US/Resources.resw index d8663fc2..1f444408 100644 --- a/UWPX_UI/Strings/en-US/Resources.resw +++ b/UWPX_UI/Strings/en-US/Resources.resw @@ -380,12 +380,12 @@ In case we cought a crash, you will receive a dialog informing you about the cra You can disable this again by changing `Settings` -> `Misc` -> `Automatic extended crash reports` to false. - # [June 2021] Bug Fixes + # [June 2021#2] Bug Fixes +Hotfix for the [[June 2021#2] Bug Fixes](https://github.com/UWPX/UWPX-Client/releases) update. +Fixes a couple of bugs related to [#157](https://github.com/UWPX/UWPX-Client/issues/157). +Also adds a new dialog when we catch some specific known exceptions. +There you can decide to report what happened with a few more details that the automated crash reporting does, since I need more information to know exactly why those crashes exist, so I can fix them. -This month is all about bug fixes. Since there are still a couple of those around, I'm planing to continue focusing on bug fixes for the next releases to bring UWPX back up to the "high" standard it should be if it comes to stability. - -Here is a quick image showing crashes currently still present and waiting to be fixed. -![Crashes](https://user-images.githubusercontent.com/11741404/120227949-71f23800-c24a-11eb-926e-bd604f129ff8.png) **Please report bugs [here](https://github.com/UWPX/UWPX-Client/issues)!** #### Want more up to date news? @@ -399,12 +399,11 @@ Follow [@UWPX_APP](https://twitter.com/UWPX_APP) on ![Twitter](http://i.imgur.co * Removing a chat does not perform cascade deletion [#151](https://github.com/UWPX/UWPX-Client/issues/151) ### Changes -* Fixed adding a MUC crash -* Fixed MAM not being able to handle IQ-Error messages -* Fixed updating null chat -* Fixed handling of `stream:error` -* Fixed SCRAM-SHA-256 +* Fixed `DataCache.INSTANCE.CHATS` changing during Linq operation +* Fixed clicking on markdown links does not open a browser +* Added an UI dialog to catch specific potential crashes for [#157](https://github.com/UWPX/UWPX-Client/issues/157) +* Removed the test exception when exporting logs -**Continue reading on [GitHub](https://github.com/UWPX/UWPX-Client/releases/tag/v.0.32.0.0).** +**Continue reading on [GitHub](https://github.com/UWPX/UWPX-Client/releases/tag/v.0.32.1.0).** \ No newline at end of file