Philipp Hörist pushed to branch master at gajim / gajim
Commits:
9996c831 by Philipp Hörist at 2024-07-19T16:49:39+02:00
chore: Flatpak: Update nbxmpp version
- - - - -
736ea5e6 by Philipp Hörist at 2024-07-19T16:52:26+02:00
release: 1.9.2
- - - - -
4 changed files:
- ChangeLog
- data/org.gajim.Gajim.metainfo.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,45 @@
+Gajim 1.9.2 (19 Jul 2024)
+
+ New
+
+ * Optionally unregister from group chats on close
+ * Make HTTP links clickable in room descriptions
+ * Show participant avatar in MUC notifications
+ * Windows: Add native Windows notifications (#11789, #10662)
+
+ Improvements
+
+ * ChatCommands: Improve styling and add hint for double slash usage
+ * Proxies: Add option to ignore system proxies
+ * MessageRowActons: Hide quick reactions on narrow screens (#11888)
+ * Notifications: Register AUMID on Windows
+ * MessageRowActions: Adjust floating offset for merged messages (#11897)
+ * AboutDialog: Add package information
+ * Dataforms: Improv display of simple forms
+ * Don't check for updates if running from MS Store (#11881)
+
+ Change
+
+ * Remove gajim-url theme parameter (#11894)
+
+ Performance
+
+ * MessageRowActions: Fix memory leak
+
+ Bug Fixes
+
+ * OMEMO: Don’t delete signed pre keys before catchup
+ * SearchView: Prevent burst of db queries when holding enter (#11902)
+ * ChatListRow: Indicate received file for encrypted messages
+ * Fix nickname completion in group chats (#11895)
+ * RosterItemExchange: Display optional message in the chat (#11900)
+ * GroupchatRoster: Fix menu not pointing to cursor (#11890)
+ * SynchronizeAccounts: Fix dialog for starting with unavailable account
(#11901)
+ * MessageRowActions: Fix widget margin in RTL mode (#11891)
+ * Remove unnecessary space between quotes (#11886)
+ * MessageRowActions: Make on_hover method more robust (#11884)
+ * Corrections: Load correct message (#11883)
+
Gajim 1.9.1 (22 Jun 2024)
New
=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -80,6 +80,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="1.9.2" date="2024-07-19">
+ <url>https://dev.gajim.org/gajim/gajim/-/releases/1.9.2</url>
+ </release>
<release version="1.9.1" date="2024-06-22">
<url>https://dev.gajim.org/gajim/gajim/-/releases/1.9.1</url>
</release>
=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -388,11 +388,11 @@ modules:
- name: python3-nbxmpp
buildsystem: simple
build-commands:
- - pip3 install nbxmpp-5.0.1-py3-none-any.whl
+ - pip3 install nbxmpp-5.0.2-py3-none-any.whl
sources:
- type: file
- url:
https://files.pythonhosted.org/packages/py3/n/nbxmpp/nbxmpp-5.0.1-py3-none-any.whl
- sha256:
2940a7daac02a9777d2559a5deadbcf0db131ea430ce632baaa25cdb73cd0e1c
+ url:
https://files.pythonhosted.org/packages/py3/n/nbxmpp/nbxmpp-5.0.2-py3-none-any.whl
+ sha256:
e0240661bbd0e06578bce680e9d3091e5b8e49fe8bfc98dfd6f435c56969da3e
- name: gajim
buildsystem: simple
@@ -405,7 +405,7 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
- tag: 1.9.1
+ tag: 1.9.2
- type: file
path: app-overrides.json
post-install:
=====================================
gajim/__init__.py
=====================================
@@ -1,7 +1,7 @@
import sys
from pathlib import Path
-__version__ = '1.9.1'
+__version__ = '1.9.2'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/01adde22e4918b0f40704b9a9aa1a17290fa6798...736ea5e6aafa6971eecd6a99955e9852a123de4f
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/01adde22e4918b0f40704b9a9aa1a17290fa6798...736ea5e6aafa6971eecd6a99955e9852a123de4f
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]