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
Model registry
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
Ivan Shapovalov
gajim
Commits
a95e6966
Verified
Commit
a95e6966
authored
2 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
release: 1.7.0
parent
c1a77f45
No related branches found
Branches containing commit
Tags
1.7.0
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+23
-0
23 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
26 additions
and
2 deletions
ChangeLog
+
23
−
0
View file @
a95e6966
Gajim 1.7.0 (03 Feb 2023)
Improvements
* Preferences: Add 0 and 25 MiB to preview size settings (#11385)
* Account wizard: Don't allow to add account twice
Change
* Port to pyproject.toml
Bug Fixes
* Fix loading localised emojis
* HTTPUpload: Don’t cache temp path (#11373)
* JingleAudio: Always resample audio before processing with webrtcdsp (#11023)
* Disable legacy ciphers in cryptography
Notes
The port to pyproject.toml brings changes about how to package Gajim.
Please read the README to find all information about metadata generation.
Gajim 1.6.1 (14 Jan 2023)
Improvements
...
...
This diff is collapsed.
Click to expand it.
data/org.gajim.Gajim.appdata.xml.in
+
1
−
0
View file @
a95e6966
...
...
@@ -74,6 +74,7 @@
<control>
pointing
</control>
</recommends>
<releases>
<release
version=
"1.7.0"
date=
"2023-02-03"
/>
<release
version=
"1.6.1"
date=
"2023-01-14"
/>
<release
version=
"1.6.0"
date=
"2023-01-07"
/>
<release
version=
"1.5.4"
date=
"2022-12-03"
/>
...
...
This diff is collapsed.
Click to expand it.
flatpak/org.gajim.Gajim.yaml
+
1
−
1
View file @
a95e6966
...
...
@@ -333,7 +333,7 @@ modules:
sources
:
-
type
:
git
url
:
https://dev.gajim.org/gajim/gajim.git
tag
:
1.
6.1
tag
:
1.
7.0
-
type
:
file
path
:
app-overrides.json
post-install
:
...
...
This diff is collapsed.
Click to expand it.
gajim/__init__.py
+
1
−
1
View file @
a95e6966
import
sys
from
pathlib
import
Path
__version__
=
'
1.
6.1
'
__version__
=
'
1.
7.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