Philipp Hörist pushed to branch master at gajim / gajim
Commits:
f36a0308 by Philipp Hörist at 2023-11-26T16:39:02+01:00
release: 1.8.4
- - - - -
4 changed files:
- ChangeLog
- data/org.gajim.Gajim.appdata.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,30 @@
+Gajim 1.8.4 (25 Nov 2023)
+
+ New
+
+ * Add shortcuts for quoting previous messages
+
+ Improvements
+
+ * Raise nbxmpp log level
+ * Passwords: Use JID as username instead of account (#11684)
+ * MUC: Allow nick change for IRC channels
+ * HTTPUpload: Remove temporary files after transfer (#11579)
+ * MessageInput: Regain focus on common key presses
+
+ Change
+
+ * Raise nbxmpp version
+
+ Bug Fixes
+
+ * ShortcutWindow: Remove duplicated entry
+ * SearchView: Fix displaying results for newly created group chats (#11681)
+ * ChatList: Update mute state periodically (#11456)
+ * Icons: Register icon size to make it work for scale > 1
+ * Message input: Don't allow text actions if input is disabled
+ * Avatar: Draw status circle correctly for scale > 1
+
Gajim 1.8.3 (06 Nov 2023)
Improvements
=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -74,6 +74,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="1.8.4" date="2023-11-26">
+ <url>https://dev.gajim.org/gajim/gajim/-/releases/1.8.4</url>
+ </release>
<release version="1.8.3" date="2023-11-06">
<url>https://dev.gajim.org/gajim/gajim/-/releases/1.8.3</url>
</release>
=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -361,7 +361,7 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
- tag: 1.8.3
+ tag: 1.8.4
- type: file
path: app-overrides.json
post-install:
=====================================
gajim/__init__.py
=====================================
@@ -1,7 +1,7 @@
import sys
from pathlib import Path
-__version__ = '1.8.3'
+__version__ = '1.8.4'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/f36a0308bb352011f80767103603a8f4db47aed6
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/f36a0308bb352011f80767103603a8f4db47aed6
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]