Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
8111ee7e by wurstsalat at 2024-06-22T13:19:41+02:00
release: 1.9.1
- - - - -
4 changed files:
- ChangeLog
- data/org.gajim.Gajim.metainfo.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,33 @@
+Gajim 1.9.1 (22 Jun 2024)
+
+ New
+
+ * Menu: Add main menu button (#11811)
+
+ Improvements
+
+ * ChatFunctionPage: Show MUC address when displaying error
+ * SecurityLabels: Allow correction of labels
+ * Use different icon for context menu on contact list page
+ * Unify wording for 'Toggle Menu Bar'
+ * ConversationView: Use better method for scrolling to row (#11094, #11840)
+
+ Change
+
+ * Raise nbxmpp version
+
+ Bug Fixes
+
+ * Reactions: Show timestamp in correct timezone (#11875)
+ * Search: Don’t search messages of disabled accounts (#11876)
+ * DebugConsole: Fix filtering stanzas when combining accounts and types
+ * VoiceMessageRecorderButton: Honor visibility setting on startup (#11872)
+ * SecurityLabels: Fix merging messages with same security label
+ * ChatActionProcessor: Make handling selected action more robust (#11871)
+ * Settings: Store account jid in dedicated setting (#11864)
+ * Migration: Don’t fail on invalid JIDs (#11862)
+ * HistorySync: Make full sync option work again
+
Gajim 1.9.0 (10 Jun 2024)
New
=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -80,6 +80,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="1.9.1" date="2024-06-22">
+ <url>https://dev.gajim.org/gajim/gajim/-/releases/1.9.1</url>
+ </release>
<release version="1.9.0" date="2024-06-10">
<url>https://dev.gajim.org/gajim/gajim/-/releases/1.9.0</url>
</release>
=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -405,7 +405,7 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
- tag: 1.9.0
+ tag: 1.9.1
- type: file
path: app-overrides.json
post-install:
=====================================
gajim/__init__.py
=====================================
@@ -1,7 +1,7 @@
import sys
from pathlib import Path
-__version__ = '1.9.0'
+__version__ = '1.9.1'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/8111ee7e08625b3c2e55ef03559c687321698aa1
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/8111ee7e08625b3c2e55ef03559c687321698aa1
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]