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
4d501a60
Commit
4d501a60
authored
2 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
release: 1.5.4
parent
12b0a427
No related branches found
Branches containing commit
Tags
1.5.4
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+59
-0
59 additions, 0 deletions
ChangeLog
data/org.gajim.Gajim.appdata.xml.in
+1
-0
1 addition, 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
62 additions
and
2 deletions
ChangeLog
+
59
−
0
View file @
4d501a60
Gajim 1.5.4 (04 Dec 2022)
Improvements
* DataFormWidget: Set min width on right box (#11222)
* MUC: Add method for aborting join
* Message selection: Imrpove wording for deselecting messages
* Message selection: Improve styling
* Features: Add entry for Audio Preview
* Styling: Introduce URI scheme whitelisting (#11266)
* Message selection: Use date_time_format instead of time_format
* Settings: Unify timestamp settings (#10948)
* Prettify display of geographical locations
* ChatList: Scroll to top when switching workspace
* Preferences: Improve preview settings
* Chatstates: Add a timeout for the "composing" animation
* Accounts window: Use equal widths for account switch label
* VCardGrid: Linkify all URI-type fields iff they are valid URIs
* URI parsing: Detect invalid file URIs earlier
* Styling: Validate link syntax deeper and *after* parenthesis correction
* Add msg_log_id to live message events (#11263)
Change
* Dependencies: Remove pyOpenSSL, add python-cryptography
* Jingle: Remove XTLS support (#11160)
* Add FileTransferSelector as a central page for sending files (#9511)
* Block opening file:/ links by default (#11276)
Performance
* Control: Request history more efficiently
Bug Fixes
* Preview: Handle multiple simultaneous certificate verification errors
* Styling: Linkify URIs only if at the start of a word
* MessageInputTextView: Reintroduce gui_extension_point
* GUI tests: Adapt GUI tests to Gajim changes
* SSLErrorDialog: Fix test, remove OpenSSL usage
* ChatFunctionPage: Don't close control on cancelling join error (#11116)
* SearchView: Set chat type correctly for ResultRows (#11087)
* Chatstates: Switch to Chatstate.ACTIVE after timeout
* GroupchatRoster: Set visibility when hiding
* MessageActionsBox: Reintroduce gui_extension_point
* Preview: Respect MUC context for PMs (#11289)
* ConversationView: Fix scrollbar not being the right-most widget
* Preview: Stop further processing if decompression bomb detected (#11280)
* URI parsing: More robustness with geo URIs
* URI parsing: Properly unescape mailto URIs
* URI parsing: Properly unescape XMPP URIs and handle unknown query types
* MessageInputTextView: Handle is_correcting if no contact is set (#11272)
* Fix various issues with chat markers
* Plugins: Replace usage of gui_extention_point()
* CSS: Fix settings related inconsistencies
* CSS: Move overriding rules to bottom (#11269)
* Message selection: Don’t fail hard if log_line_id is None (#11263)
* Don’t fail when trying to reset last message id
Gajim 1.5.3 (31 Oct 2022)
New
...
...
This diff is collapsed.
Click to expand it.
data/org.gajim.Gajim.appdata.xml.in
+
1
−
0
View file @
4d501a60
...
...
@@ -74,6 +74,7 @@
<control>
pointing
</control>
</recommends>
<releases>
<release
version=
"1.5.4"
date=
"2022-12-03"
/>
<release
version=
"1.5.3"
date=
"2022-10-31"
/>
<release
version=
"1.5.2"
date=
"2022-10-08"
/>
<release
version=
"1.5.1"
date=
"2022-09-19"
/>
...
...
This diff is collapsed.
Click to expand it.
flatpak/org.gajim.Gajim.yaml
+
1
−
1
View file @
4d501a60
...
...
@@ -321,7 +321,7 @@ modules:
sources
:
-
type
:
git
url
:
https://dev.gajim.org/gajim/gajim.git
tag
:
1.5.
3
tag
:
1.5.
4
-
type
:
file
path
:
app-overrides.json
post-install
:
...
...
This diff is collapsed.
Click to expand it.
gajim/__init__.py
+
1
−
1
View file @
4d501a60
import
sys
from
pathlib
import
Path
__version__
=
'
1.5.
3
'
__version__
=
'
1.5.
4
'
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