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.21.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Nov 8, 2019
1 parent ed23b21 commit 25f8be6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Data_Manager2/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_21";
public const string HIDE_WHATS_NEW_DIALOG = "hide_whats_new_dialog_alpha_21_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" IgnorableNamespaces="uap mp">
<Identity Name="790FabianSauter.UWPXAlpha" Publisher="CN=8AFEBA0F-E085-403B-A05B-71A8952F40A3" Version="0.21.0.0" />
<Identity Name="790FabianSauter.UWPXAlpha" Publisher="CN=8AFEBA0F-E085-403B-A05B-71A8952F40A3" Version="0.21.1.0" />
<mp:PhoneIdentity PhoneProductId="a78ff2d9-c4cc-400f-bb4a-2bbf14101904" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>UWPX Alpha</DisplayName>
Expand Down
13 changes: 6 additions & 7 deletions UWPX_UI/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,9 @@ For more up to date information visit:
<value>https://www.xmpp-iot.org/</value>
</data>
<data name="WhatsNewDialog_markdown.Text" xml:space="preserve">
<value># [November 2019] Minor Improvements
<value># [November 2019 #2] Chats List Fix

Not that much happening right now in the world of UWPX (besides IoT stuff) since I'm still actively working on my thesis.
This will probably change for next month's release - let's see.
Fix for a critical bug which resulted in the chats list not being shown.

**Please report bugs [here](https://github.com/UWPX/UWPX-Client/issues)!**

Expand All @@ -375,10 +374,10 @@ Follow [@UWPX_APP](https://twitter.com/UWPX_APP) on ![Twitter](http://i.imgur.co
* Chat image downloads not updating [#69](https://github.com/UWPX/UWPX-Client/issues/69)

### Changes:
* Added a 5 second MUC join delay
* Fixed master details view no selection content showing on resize
* Fixed [#73](https://github.com/UWPX/UWPX-Client/issues/73)
* Added an IoT device type selection screen
* Fixed unable to save changed account settings
* Fixed the BLE unlock helper not continuing

[Click to view/read on on GitHub](https://github.com/UWPX/UWPX-Client/releases/tag/v.0.20.0.0)</value>
[Click to view/read on on GitHub](https://github.com/UWPX/UWPX-Client/releases/tag/v.0.21.1.0)</value>
</data>
</root>

0 comments on commit 25f8be6

Please sign in to comment.