Skip to content
Snippets Groups Projects
Commit 646f5c2b authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

release: 1.4.7

parent 1b53c571
Branches gajim_1.0
No related merge requests found
Gajim 1.4.7 (24 Jul 2022)
Improvements
* Startup: Show hint in console if Gajim is already running (#11039)
* Preview: Add setting to disable file preview (#10991)
* Roster: Display show value in tooltip (#11010)
* ChatActionProcessor: Improve detection of emoji shortcode start
Performance
* Roster: Don’t invalidate filter on contact update
* Roster: Sort more efficiently
Bug Fixes
* Settings migration: Don’t fail on missing proxies key (#11050)
* Chat Markers: Don’t send marker for outgoing messages (#11043)
* Main Window: Move to stored position on startup
* Preview: Allow manual download for all mime types (#11044)
* GroupchatInfo: Don’t set subject when loading from disco info (#11040)
* Preview: Hide download hint if we sent the file (#11036)
* 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)
* MessageRow: Align name label correctly
* StatusIcon: Fix logic error on activate
Gajim 1.4.6 (07 Jul 2022)
Improvements
......
......@@ -74,6 +74,7 @@
<control>pointing</control>
</recommends>
<releases>
<release version="1.4.7" date="2022-07-24" />
<release version="1.4.6" date="2022-07-07" />
<release version="1.4.5" date="2022-06-21" />
<release version="1.4.4" date="2022-06-18" />
......
......@@ -317,7 +317,7 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
tag: 1.4.6
tag: 1.4.7
- type: file
path: app-overrides.json
post-install:
......
import sys
from pathlib import Path
__version__ = '1.4.6'
__version__ = '1.4.7'
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