release(meta): Release 0.4.1

This commit is contained in:
2023-01-18 21:39:35 +01:00
parent 25d193e930
commit 87778098fb
4 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
* Expose the debug menu by tapping the Moxxy icon on the about page 10 times
* Maybe fix a connection race condition
* Allow sharing media with the app when it was closed
* Make quotes prettier
* Make the bottom part of the conversation page prettier
* Fix roster fetching
* Fix OMEMO key generation

View File

@@ -10,12 +10,14 @@ Currently supported features include:
<li>Typing indicators and message markers</li>
<li>Chat backgrounds</li>
<li>Runs in the background without Push Notifications</li>
<li>OMEMO (Currently not compatible with most apps)</li>
<li>Stickers</li>
</ul>
For the best experience, I recommend a server that:
<ul>
<li>Supports direct TLS/StartTLS on the same domain as in the Jid</li>
<li>Supports SCRAM-SHA-1 or SCRAM-SHA-256</li>
<li>Supports SCRAM-SHA-1, SCRAM-SHA-256 or SCRAM-SHA-512</li>
<li>Supports HTTP File Upload</li>
<li>Supports Stream Management</li>
<li>Supports Client State Indication</li>

View File

@@ -106,7 +106,7 @@ class SettingsAboutPageState extends State<SettingsAboutPage> {
child: Text(
// TODO(Unknown): Generate this at build time
t.pages.settings.about.version(
version: '0.4.0',
version: '0.4.1',
),
textAlign: TextAlign.center,
style: const TextStyle(

View File

@@ -3,7 +3,7 @@ description: An experimental XMPP client
publish_to: 'none'
version: 0.4.0+8
version: 0.4.1+9
environment:
sdk: ">=2.17.0 <3.0.0"