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


Commits:
ea93fc5d by Philipp Hörist at 2023-01-07T09:56:22+01:00
release: 1.6.0

- - - - -


4 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,44 @@
+Gajim 1.6.0 (06 Jan 2023)
+
+  New
+
+  * Allow sending files by copy-pasting them from file managers
+  * Preview: Add audio preview controls and visualization
+  * Resurrect URI-specific context menus
+
+  Improvements
+
+  * Highlight the file when opening containing folder
+  * BaseAvatarChooserDialog: Allow all image types (#11328)
+  * Timestamps: Use date/time format preference in more places (#10948)
+  * AppPage: Show date for last update check
+  * Add dedicated context menu for non-specific URI types
+  * Restore ability to manually disambiguate JID-like addresses
+  * Use the unified Start/Join Chat flow for ?join links
+
+  Change
+
+  * Raise required nbxmpp version to 4.0.0
+  * Depend on Python 3.10
+  * Port to libsoup3
+
+  Bug Fixes
+
+  * CertificateBox: Format serial number in hex (#11335)
+  * MessageActionsBox: Restore emoji button behavior (#11350)
+  * Settings: Add migration for global MUC search api endpoint
+  * AccountWizard: Remove subscriptions after successful login (#11342)
+  * Audio Preview: Fix visuals on EOS while seeking
+  * Audio Preview: Don't let seekbar handle jump to end on EOS when user is 
seeking
+  * Commands: Attempt to parse only if message can have a command (#11341)
+  * Add missing PyGObject dependency to setup.cfg
+  * Notifications: Use correct nickname for /me messages (#11334)
+  * AvatarSelector: Set default crop scale to 1.0 (#11331)
+  * Menus: Don’t use GLib variant text format parsing (#11331)
+  * Fonts: Fix emoji rendering on MacOS
+  * Remember last folder correctly after sending file
+  * Preview: Don't treat multi-line message body as previewable URL
+
 Gajim 1.5.4 (04 Dec 2022)
 
   Improvements


=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -74,6 +74,7 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <release version="1.6.0" date="2023-01-07" />
     <release version="1.5.4" date="2022-12-03" />
     <release version="1.5.3" date="2022-10-31" />
     <release version="1.5.2" date="2022-10-08" />


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


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



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

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