Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Released v.0.32.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Jun 6, 2021
1 parent d3a8e09 commit bbd4604
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Storage/Classes/SettingsConsts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion UWPX_UI/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/windows10" IgnorableNamespaces="uap mp iot">
<Identity Name="790FabianSauter.UWPXAlpha" Publisher="CN=8AFEBA0F-E085-403B-A05B-71A8952F40A3" Version="0.32.0.0" />
<Identity Name="790FabianSauter.UWPXAlpha" Publisher="CN=8AFEBA0F-E085-403B-A05B-71A8952F40A3" Version="0.32.1.0" />
<mp:PhoneIdentity PhoneProductId="a78ff2d9-c4cc-400f-bb4a-2bbf14101904" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>UWPX Alpha</DisplayName>
Expand Down
21 changes: 10 additions & 11 deletions UWPX_UI/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -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` -&gt; `Misc` -&gt; `Automatic extended crash reports` to false.</value>
</data>
<data name="WhatsNewDialog_markdown.Text" xml:space="preserve">
<value># [June 2021] Bug Fixes
<value># [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?
Expand All @@ -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).**</value>
**Continue reading on [GitHub](https://github.com/UWPX/UWPX-Client/releases/tag/v.0.32.1.0).**</value>
</data>
</root>

0 comments on commit bbd4604

Please sign in to comment.