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
ea93fc5d
Verified
Commit
ea93fc5d
authored
2 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
release: 1.6.0
parent
fc4675b9
No related branches found
Branches containing commit
Tags
1.7.1
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+41
-0
41 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
44 additions
and
2 deletions
ChangeLog
+
41
−
0
View file @
ea93fc5d
Gajim 1.6.0 (06 Jan 2023)
New
* Allow sending files by copy-pasting them from file managers
* Preview: Add audio preview controls and visualization
* Resurrect URI-specific context menus
Improvements
* Highlight the file when opening containing folder
* BaseAvatarChooserDialog: Allow all image types (#11328)
* Timestamps: Use date/time format preference in more places (#10948)
* AppPage: Show date for last update check
* Add dedicated context menu for non-specific URI types
* Restore ability to manually disambiguate JID-like addresses
* Use the unified Start/Join Chat flow for ?join links
Change
* Raise required nbxmpp version to 4.0.0
* Depend on Python 3.10
* Port to libsoup3
Bug Fixes
* CertificateBox: Format serial number in hex (#11335)
* MessageActionsBox: Restore emoji button behavior (#11350)
* Settings: Add migration for global MUC search api endpoint
* AccountWizard: Remove subscriptions after successful login (#11342)
* Audio Preview: Fix visuals on EOS while seeking
* Audio Preview: Don't let seekbar handle jump to end on EOS when user is seeking
* Commands: Attempt to parse only if message can have a command (#11341)
* Add missing PyGObject dependency to setup.cfg
* Notifications: Use correct nickname for /me messages (#11334)
* AvatarSelector: Set default crop scale to 1.0 (#11331)
* Menus: Don’t use GLib variant text format parsing (#11331)
* Fonts: Fix emoji rendering on MacOS
* Remember last folder correctly after sending file
* Preview: Don't treat multi-line message body as previewable URL
Gajim 1.5.4 (04 Dec 2022)
Improvements
...
...
This diff is collapsed.
Click to expand it.
data/org.gajim.Gajim.appdata.xml.in
+
1
−
0
View file @
ea93fc5d
...
...
@@ -74,6 +74,7 @@
<control>
pointing
</control>
</recommends>
<releases>
<release
version=
"1.6.0"
date=
"2023-01-07"
/>
<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"
/>
...
...
This diff is collapsed.
Click to expand it.
flatpak/org.gajim.Gajim.yaml
+
1
−
1
View file @
ea93fc5d
...
...
@@ -331,7 +331,7 @@ modules:
sources
:
-
type
:
git
url
:
https://dev.gajim.org/gajim/gajim.git
tag
:
1.
5.4
tag
:
1.
6.0
-
type
:
file
path
:
app-overrides.json
post-install
:
...
...
This diff is collapsed.
Click to expand it.
gajim/__init__.py
+
1
−
1
View file @
ea93fc5d
import
sys
from
pathlib
import
Path
__version__
=
'
1.
5.4
'
__version__
=
'
1.
6.0
'
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