Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
npmania
gajim
Commits
3acc01e2
Verified
Commit
3acc01e2
authored
1 year ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
release: 1.8.1
parent
aea1595f
Branches
gajim_1.0
Tags
gajim-1.0.3
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+43
-0
43 additions, 0 deletions
ChangeLog
data/org.gajim.Gajim.appdata.xml.in
+3
-0
3 additions, 0 deletions
data/org.gajim.Gajim.appdata.xml.in
flatpak/org.gajim.Gajim.yaml
+1
-1
1 addition, 1 deletion
flatpak/org.gajim.Gajim.yaml
gajim/__init__.py
+1
-1
1 addition, 1 deletion
gajim/__init__.py
with
48 additions
and
2 deletions
ChangeLog
+
43
−
0
View file @
3acc01e2
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
...
...
This diff is collapsed.
Click to expand it.
data/org.gajim.Gajim.appdata.xml.in
+
3
−
0
View file @
3acc01e2
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
flatpak/org.gajim.Gajim.yaml
+
1
−
1
View file @
3acc01e2
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
gajim/__init__.py
+
1
−
1
View file @
3acc01e2
import
sys
from
pathlib
import
Path
__version__
=
'
1.8.
0
'
__version__
=
'
1.8.
1
'
IS_FLATPAK
=
Path
(
'
/app/share/run-as-flatpak
'
).
exists
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment