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
fe698091
Commit
fe698091
authored
2 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
release: 1.5.2
parent
a4c6aacf
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+57
-0
57 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
60 additions
and
2 deletions
ChangeLog
+
57
−
0
View file @
fe698091
Gajim 1.5.2 (08 Oct 2022)
New
* PEPConfig: Add PEP item view
* Add shortcut to restore chats after closing (#11088)
* ServerInfo: Add TLS version and cipher suite
Improvements
* XMLConsole: Apply account filter to all visible stanzas (#11193)
* Features dialog: Simplify statements on Windows
* MessageRow: Set text direction for RTL text (#11148)
* AvatarSelector: Add border to mark drag and drop zone
* Drag and drop: Highlight target areas (#11173)
* GroupChatNickCompletion: Simplify suggestions (#11155)
* MUC: Add participant menu to avatar
* StartChat: Add timeout when requesting MUC disco info
* StartChat: Pass message body from XMPP URI (#11140)
* Windows: Ellipsize body text in notifications
* Emojis: Improve shortcode usability
* Avatars: Use PangoCairo for generate_avatar (#10960)
* Emojis: Extract codepoints for all emoji variants
Change
* Raise nbxmpp version
* Show account color bar only when multiple accounts are active
Performance
* Remove queue_resize leftover from MessageTextView
* SearchView: Update calendar only if widget is visible
* SearchView: Speed up clearing of search results (#11158)
* Styling: Parse emojis for Darwin only
Bug Fixes
* Control: Load events before messages (#11129)
* Fix disabling accounts while reconnecting (#11194)
* Use custom icon for 'Send Message' action
* MessageActionsBox: Don’t fail if no contact is set while updating file actions
* Scroll to end after sending message (#10871)
* Update chat actions when account state changes (#11184)
* StatusIcon: Reset unread state correctly when using Flatpak (#11069)
* Notifications: Show correct message sender for MUC notifications (#11177)
* Discovery: Don’t allow to join top level components (#11175)
* ChatList: Show context menu in correct position (#11165)
* Styling: Allow dots in local part of email addresses
* ChatList: Set message_id correctly (#11168)
* Notifications: React to incoming group chat messages (#11161)
* When removing a chat, clear view only if it's currently loaded (#11164)
* AccountPage: Disable Ad-Hoc Commands button when offline (#11167)
* CreateGroupchatWindow: Fix Create button state when switching MUC type (#11162)
* React correctly to UserAvatar updates (#11065)
* GajimRemote: Remove not needed shebang
Gajim 1.5.1 (19 Sep 2022)
Bug Fixes
...
...
This diff is collapsed.
Click to expand it.
data/org.gajim.Gajim.appdata.xml.in
+
1
−
0
View file @
fe698091
...
...
@@ -74,6 +74,7 @@
<control>
pointing
</control>
</recommends>
<releases>
<release
version=
"1.5.2"
date=
"2022-10-08"
/>
<release
version=
"1.5.1"
date=
"2022-09-19"
/>
<release
version=
"1.5.0"
date=
"2022-09-19"
/>
<release
version=
"1.4.7"
date=
"2022-07-24"
/>
...
...
This diff is collapsed.
Click to expand it.
flatpak/org.gajim.Gajim.yaml
+
1
−
1
View file @
fe698091
...
...
@@ -331,7 +331,7 @@ modules:
sources
:
-
type
:
git
url
:
https://dev.gajim.org/gajim/gajim.git
tag
:
1.5.
1
tag
:
1.5.
2
-
type
:
file
path
:
app-overrides.json
post-install
:
...
...
This diff is collapsed.
Click to expand it.
gajim/__init__.py
+
1
−
1
View file @
fe698091
import
sys
from
pathlib
import
Path
__version__
=
'
1.5.
1
'
__version__
=
'
1.5.
2
'
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