Skip to content
Snippets Groups Projects
Verified Commit a95e6966 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

release: 1.7.0

parent c1a77f45
No related branches found
Tags 1.7.0
No related merge requests found
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
......
......@@ -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" />
......
......@@ -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:
......
import sys
from pathlib import Path
__version__ = '1.6.1'
__version__ = '1.7.0'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment