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.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Nov 2, 2019
1 parent 071aef6 commit 3e95646
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 25 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_20";
public const string HIDE_WHATS_NEW_DIALOG = "hide_whats_new_dialog_alpha_21";

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.20.0.0" />
<Identity Name="790FabianSauter.UWPXAlpha" Publisher="CN=8AFEBA0F-E085-403B-A05B-71A8952F40A3" Version="0.21.0.0" />
<mp:PhoneIdentity PhoneProductId="a78ff2d9-c4cc-400f-bb4a-2bbf14101904" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>UWPX Alpha</DisplayName>
Expand Down
29 changes: 6 additions & 23 deletions UWPX_UI/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -350,16 +350,10 @@ For more up to date information visit:
<value>https://www.xmpp-iot.org/</value>
</data>
<data name="WhatsNewDialog_markdown.Text" xml:space="preserve">
<value># [October 2019] OMEMO Breakthrough 🐠
<value># [November 2019] Minor Improvements

The latest update to [SQLite-net](https://github.com/praeclarum/sqlite-net) by @praeclarum fixed some critical issues. Before that the database backend of [UWPX](https://uwpx.org) was loosing entries (**especially OMEMO keys!**) from time to time. **This has now finally been fixed** (https://github.com/praeclarum/sqlite-net/issues/761).
With those fixes I was able to remove **a lot** of DB overhead that was reducing the data loss to a minimum. So you can expect a noticeable bump in performance in some cases from that!
OMEMO now should finally work like expected.
**With this update all OMEMO keys are getting regenerated to compensate for potential losses in earlier version of UWPX. So make sure you send all your buddies a short message. This will then replace all existing old (and broken) OMEMO sessions with a new one.**

Other than that I'm still working on a revamp for [XMPP-IoT](https://www.xmpp-iot.org/). Not to much cool stuff to report here since I'm working on a lot of background stuff for that at the moment (e.g. Bluetooth helper, ...).

Oh, right one more thing: I started working on replacing the old MUC info dialog with a new one that matches the current app style. It's far from being done but the basics should be done so stay tuned for further updates on that
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.

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

Expand All @@ -381,20 +375,9 @@ 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 first version of the new MUC info dialog
* Added XEP-0060 Affiliation request support
* Added experimental XMPP IoT Bluetooth registration support
* Improved JID input control usability
* Fixed DB loosing entries (OMEMO keys)
* Fixed "Enter to send" not working [#70](https://github.com/UWPX/UWPX-Client/issues/70)
* MUC nickname changing not working [#29](https://github.com/UWPX/UWPX-Client/issues/29)
* Fixed changing the application theme changes to the wrong theme until the next restart
* Fixed not setting the item ID to "current" for OMEMO device publish
* Drastic QR-Code scanner performance improvements
* Improved the DB performance
* Removed the "Clip" button from the chat window since it is not implemented yet


* 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)

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

0 comments on commit 3e95646

Please sign in to comment.