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


Commits:
22382825 by Philipp Hörist at 2025-04-17T00:22:51+02:00
release: 2.1.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,30 @@
+Gajim 2.1.1 (16 Apr 2025)
+
+  Improvements
+
+  * OMEMO: Unify terminology regarding blind trust
+  * ExceptionDialog: Don’t open multiple dialogs (#8370)
+  * GroupChat: Show voice request errors (#12225)
+  * ChatFilters: Increase width of dropdowns
+  * StartChat: Improve row layout
+  * StartChat: Show contact addresses (#12261)
+  * StartChat: Make contact list more compact
+
+  Change
+
+  * Raise nbxmpp version
+
+  Bug Fixes
+
+  * MDS: Check if account is connected (#12271)
+  * Search: Ignore obsolete corrected messages (#11804)
+  * Search: Don’t show moderated messages (#12163)
+  * Message actions box: Fix pressing space to focus input; prevent error with 
no contact (#12267)
+  * StartChat: Consider show value "chat" the same as "online"
+  * MDS: Set by attribute correctly
+  * Catch exceptions when pasting text from clipboard (#12258)
+  * Account sidebar: Fix setting status for multiple accounts (#12257)
+
 Gajim 2.1.0 (08 Apr 2025)
 
   New


=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -80,6 +80,9 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <release version="2.1.1" date="2025-04-17">
+      <url 
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.1.1/ChangeLog</url>
+    </release>
     <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>


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


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



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/22382825d82e1161d0d89975224b302b9ff41a33

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