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

release: 1.7.1

parent 1afc701c
No related branches found
Tags 1.7.1
No related merge requests found
Gajim 1.7.1 (08 Feb 2023)
New
* Improve KeepassXC Integration
Improvements
* MUC: Enable archiving when creating MUCs on ejabberd
Change
* Raise nbxmpp version to 4.2.0
Bug Fixes
* Apply SASLprep to passwords
* Make switching status work again
Notes
If you already used KeepassXC with Gajim, enabling the new
integration setting will trigger new entries in the password manager
Gajim 1.7.0 (03 Feb 2023)
Improvements
......
......@@ -74,6 +74,7 @@
<control>pointing</control>
</recommends>
<releases>
<release version="1.7.1" date="2023-02-08" />
<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" />
......
......@@ -333,7 +333,7 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
tag: 1.7.0
tag: 1.7.1
- type: file
path: app-overrides.json
post-install:
......
import sys
from pathlib import Path
__version__ = '1.7.0'
__version__ = '1.7.1'
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