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


Commits:
c1a77f45 by Philipp Hörist at 2023-02-03T00:40:38+01:00
chore: Update IANA data

- - - - -
a95e6966 by Philipp Hörist at 2023-02-03T00:44:55+01:00
release: 1.7.0

- - - - -


5 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,26 @@
+Gajim 1.7.0 (03 Feb 2023)
+
+  Improvements
+
+  * Preferences: Add 0 and 25 MiB to preview size settings (#11385)
+  * Account wizard: Don't allow to add account twice
+
+  Change
+
+  * Port to pyproject.toml
+
+  Bug Fixes
+
+  * Fix loading localised emojis
+  * HTTPUpload: Don’t cache temp path (#11373)
+  * JingleAudio: Always resample audio before processing with webrtcdsp 
(#11023)
+  * Disable legacy ciphers in cryptography
+
+  Notes
+
+  The port to pyproject.toml brings changes about how to package Gajim.
+  Please read the README to find all information about metadata generation.
+
 Gajim 1.6.1 (14 Jan 2023)
 
   Improvements


=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -74,6 +74,7 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <release version="1.7.0" date="2023-02-03" />
     <release version="1.6.1" date="2023-01-14" />
     <release version="1.6.0" date="2023-01-07" />
     <release version="1.5.4" date="2022-12-03" />


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


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


=====================================
gajim/common/iana.py
=====================================
@@ -1,4 +1,4 @@
-# Generated by get_iana_data.py @ 2023-01-14T10:21:45.690559
+# Generated by get_iana_data.py @ 2023-02-02T23:40:19.631481
 
 URI_SCHEMES = {
     'aaa',
@@ -185,6 +185,7 @@
     'ms-project',
     'ms-powerpoint',
     'ms-publisher',
+    'ms-remotedesktop-launch',
     'ms-restoretabcompanion',
     'ms-screenclip',
     'ms-screensketch',



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/b5d9231e2e38d0d53b3f3544de79e0c880373918...a95e69664e0695f35fb818c145841af3908cdce6

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


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to