Philipp Hörist pushed to branch master at gajim / gajim


Commits:
55892932 by Philipp Hörist at 2025-04-08T22:35:17+02:00
release: 2.1.0

- - - - -


4 changed files:

- ChangeLog
- data/org.gajim.Gajim.metainfo.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,31 @@
+Gajim 2.1.0 (08 Apr 2025)
+
+  New
+
+  * Support XEP-0490: Message Displayed Synchronization
+  * Add activity feed
+
+  Improvements
+
+  * Start Chat: Use language symbol and code instead of flag (#12249)
+  * Group chat info: Use better fitting language icon
+  * Start chat: Add 'Execute Command…' menu item (#12246)
+  * Chat banner: Use better icon for chat details/settings
+
+  Change
+
+  * Raise nbxmpp version
+  * Remove unread message confirmation dialog at shutdown (#12248)
+
+  Bug Fixes
+
+  * EmojiChooser: Fix segfault after choosing emoji
+  * Nickname: Display published nickname correctly
+  * StatusIcon: Correctly show menu (#12165)
+  * MUC: Don’t fail on affiliation change
+  * ChatList: Make sure chatlist sorts always after pin/unpin
+  * Debug console: Fix initial send button state
+
 Gajim 2.0.4 (19 Mar 2025)
 
   Improvements


=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -80,6 +80,9 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <release version="2.1.0" date="2025-04-08">
+      <url 
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.1.0/ChangeLog</url>
+    </release>
     <release version="2.0.4" date="2025-03-20">
       <url 
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.0.4/ChangeLog</url>
     </release>


=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -368,7 +368,7 @@ modules:
     sources:
       - type: git
         url: https://dev.gajim.org/gajim/gajim.git
-        tag: 2.0.4
+        tag: 2.1.0
       - type: file
         path: app-overrides.json
     post-install:


=====================================
gajim/__init__.py
=====================================
@@ -3,7 +3,7 @@
 
 from .config import *  # noqa: F403
 
-__version__ = "2.0.4"
+__version__ = "2.1.0"
 
 portable_path = Path(sys.executable).parent / "is_portable"
 IS_PORTABLE = portable_path.exists()



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/55892932723d142174e1d8dfcee530b91dc31388

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/55892932723d142174e1d8dfcee530b91dc31388
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]

Reply via email to