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


Commits:
c533eb87 by Philipp Hörist at 2023-04-04T22:09:46+02:00
release: 1.7.3

- - - - -


4 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,29 @@
+Gajim 1.7.3 (03 Apr 2023)
+
+  New
+
+  * Allow muting chat notifications
+
+  Improvements
+
+  * Make `gemini` URIs clickable
+  * Workspace menu: Always show Mark as read action
+
+  Change
+
+  * Raise nbxmpp version
+
+  Bug Fixes
+
+  * Audio Preview: Set correct pos when clicking into visualizer
+  * Audio Preview: Add delay before pausing on EOS (#11423)
+  * Flatpak: Fix drag and drop (#10370)
+  * GroupChatDetails: Adapt to changed icons
+  * Message input: Fix height for single line messages
+  * Update message merged state after deleting a message (#11438)
+  * ChatActionProcessor: Fix inserting emojis by click (#11445)
+  * Account preferences: Adapt to changed icons
+
 Gajim 1.7.2 (09 Mar 2023)
 
   Improvements


=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -74,6 +74,7 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <release version="1.7.3" date="2023-04-04" />
     <release version="1.7.2" date="2023-03-11" />
     <release version="1.7.1" date="2023-02-08" />
     <release version="1.7.0" date="2023-02-03" />


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


=====================================
gajim/__init__.py
=====================================
@@ -1,7 +1,7 @@
 import sys
 from pathlib import Path
 
-__version__ = '1.7.2'
+__version__ = '1.7.3'
 
 IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
 



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c533eb8793b7a9a66b89c26208fcc773771f1df3
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to