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

release: 1.8.1

parent aea1595f
Branches gajim_1.0
No related merge requests found
Gajim 1.8.1 (07 Aug 2023)
New
* Add setting for default encryption
Improvements
* XMLConsole: Enable browsing sent stanzas in message input (#5403)
* Sort cprofile output after total time
* Moderation: Handle unknown moderator JID
* Preview: Always show preview widget (#11427)
* Preview: Add loading placeholder (#11264)
* Account page: Show our XMPP address
Performance
* Idle: Raise poll interval
Bug Fixes
* Search: Don't fail while closing if no chat has been loaded before (#11588)
* Dataform: Correctly serialize multi list fields
* Profile: Respect avatar/nickname privacy setting on consecutive changes (#11584)
* Don’t forget ignored TLS errors from previous connects (#11574)
* App menu: Add missing mnemonic for Accounts menu
* Gateway: Fix roster method call
* Contacts: Fix supports_{audio,video} property
* AvatarSelector: Fix crash on reset (#11563)
* CertificateBox: Catch exception if cert does not offer extension (#11560)
* CreateGroupchatWindow: Improve handling of MUC service availability (#11557)
* Preview: Show error if file saving directory is not available (#11558)
* SecurityLabels: Display labels for messages received with MAM
* DataForm: Handle destroy correctly (#11548)
* ChatListRow: Always update group chat name
* Fix showing MAM sync errors and show error text
* OMEMOTrustManager: React correctly to connection changes (#11547)
* Fix interaction of GroupchatRoster and SearchView (#11546)
* Init plugin translation module later
* GroupchatManage: Improve checks for joined state (#11231)
* Search: Restore group chat participants list to previous state when closing search (#11536)
* Windows themes: Don't fail hard when winsdk UISettings are not available (#11542)
Gajim 1.8.0 (27 May 2023)
New
......
......@@ -74,6 +74,9 @@
<control>pointing</control>
</recommends>
<releases>
<release version="1.8.1" date="2023-08-07">
<url>https://dev.gajim.org/gajim/gajim/-/releases/1.8.1</url>
</release>
<release version="1.8.0" date="2023-05-27">
<url>https://dev.gajim.org/gajim/gajim/-/releases/1.8.0</url>
</release>
......
......@@ -381,7 +381,7 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
tag: 1.8.0
tag: 1.8.1
- type: file
path: app-overrides.json
post-install:
......
import sys
from pathlib import Path
__version__ = '1.8.0'
__version__ = '1.8.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