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

release: 1.4.6

parent dc773376
No related branches found
Tags gajim-1.4.1
No related merge requests found
Gajim 1.4.6 (07 Jul 2022)
Improvements
* Roster: Display show value in tooltip (#11010)
* ChatActionProcessor: Improve detection of emoji shortcode start
Bug Fixes
* Flatpak: Fix display of tray icon using libappindicator (#10869)
* Remote: Console scripts need a method as entry point (#11034)
* CodeWidget: Don’t default to python for highlighting (#11012)
* ContactInfo: Preserve groups when changing contact name (#11028)
* CodeWidget: Don't highlight matching brackets (#11026)
* StatusIcon: Don’t lose new message icon on state change (#11013)
* GtkStatusIcon: Always show when Gajim has not toplevel focus
* GroupChatNickCompletion: Only process Tab press
* Notifications: Change Gdk window hints on Windows (#11008)
* Row name: Align label correctly
* StatusIcon: Logic error on activate
Gajim 1.4.5 (21 Jun 2022) Gajim 1.4.5 (21 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.6" date="2022-07-07" />
<release version="1.4.5" date="2022-06-21" /> <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" />
......
...@@ -317,7 +317,7 @@ modules: ...@@ -317,7 +317,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.5 tag: 1.4.6
- 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.5' __version__ = '1.4.6'
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