release(meta): Release 0.4.1
This commit is contained in:
7
fastlane/metadata/android/en-US/changelogs/9.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/9.txt
Normal 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
|
||||||
@@ -10,12 +10,14 @@ Currently supported features include:
|
|||||||
<li>Typing indicators and message markers</li>
|
<li>Typing indicators and message markers</li>
|
||||||
<li>Chat backgrounds</li>
|
<li>Chat backgrounds</li>
|
||||||
<li>Runs in the background without Push Notifications</li>
|
<li>Runs in the background without Push Notifications</li>
|
||||||
|
<li>OMEMO (Currently not compatible with most apps)</li>
|
||||||
|
<li>Stickers</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
For the best experience, I recommend a server that:
|
For the best experience, I recommend a server that:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Supports direct TLS/StartTLS on the same domain as in the Jid</li>
|
<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 HTTP File Upload</li>
|
||||||
<li>Supports Stream Management</li>
|
<li>Supports Stream Management</li>
|
||||||
<li>Supports Client State Indication</li>
|
<li>Supports Client State Indication</li>
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ class SettingsAboutPageState extends State<SettingsAboutPage> {
|
|||||||
child: Text(
|
child: Text(
|
||||||
// TODO(Unknown): Generate this at build time
|
// TODO(Unknown): Generate this at build time
|
||||||
t.pages.settings.about.version(
|
t.pages.settings.about.version(
|
||||||
version: '0.4.0',
|
version: '0.4.1',
|
||||||
),
|
),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ description: An experimental XMPP client
|
|||||||
|
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 0.4.0+8
|
version: 0.4.1+9
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <3.0.0"
|
sdk: ">=2.17.0 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user