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

release: 1.4.5

parent 67e3aadd
No related branches found
Tags gajim-1.4.1
No related merge requests found
Gajim 1.4.5 (21 Jun 2022)
New
* Add new Shortcut for toggling the chat list
Improvements
* Preferences: Add setting for emoji shortcodes
* Disable plugin updates by Gajim on flatpak
Bug Fixes
* Use nickname provided in subscription requests everywhere
* GroupchatOutcasts: Make removing users work
* Chat: Display corrections for /me messages correctly (#10933)
* Styling: Process URIs when using /me command (#10988)
* Preview: Align link button correctly (#10997)
* MUC: Don’t fail on presence from unknown occupants (#10981)
* SystemStyleListener: Fix handling of color scheme states (#10996)
* Styling: Improve address regex
* Styling: Improve uri regex
* Styling: Parse text correctly which contains uris and addresses (#10974)
* Main: Process window shortcuts when no chat is open
* Restore minimal AdHoc module
Gajim 1.4.4 (18 Jun 2022) Gajim 1.4.4 (18 Jun 2022)
New New
......
...@@ -74,6 +74,7 @@ ...@@ -74,6 +74,7 @@
<control>pointing</control> <control>pointing</control>
</recommends> </recommends>
<releases> <releases>
<release version="1.4.5" date="2022-06-21" />
<release version="1.4.4" date="2022-06-18" /> <release version="1.4.4" date="2022-06-18" />
<release version="1.4.3" date="2022-06-01" /> <release version="1.4.3" date="2022-06-01" />
<release version="1.4.2" date="2022-05-25" /> <release version="1.4.2" date="2022-05-25" />
......
...@@ -315,7 +315,7 @@ modules: ...@@ -315,7 +315,7 @@ modules:
sources: sources:
- type: git - type: git
url: https://dev.gajim.org/gajim/gajim.git url: https://dev.gajim.org/gajim/gajim.git
tag: 1.4.4 tag: 1.4.5
- type: file - type: file
path: app-overrides.json path: app-overrides.json
post-install: post-install:
......
import sys import sys
from pathlib import Path from pathlib import Path
__version__ = '1.4.4' __version__ = '1.4.5'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists() 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