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
Contributor analytics
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
mesonium
gajim
Commits
646f5c2b
Commit
646f5c2b
authored
2 years ago
by
Daniel Brötzmann
Browse files
Options
Downloads
Patches
Plain Diff
release: 1.4.7
parent
1b53c571
No related branches found
Branches containing commit
Tags
gajim-1.4.1
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+34
-0
34 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
37 additions
and
2 deletions
ChangeLog
+
34
−
0
View file @
646f5c2b
Gajim 1.4.7 (24 Jul 2022)
Improvements
* Startup: Show hint in console if Gajim is already running (#11039)
* Preview: Add setting to disable file preview (#10991)
* Roster: Display show value in tooltip (#11010)
* ChatActionProcessor: Improve detection of emoji shortcode start
Performance
* Roster: Don’t invalidate filter on contact update
* Roster: Sort more efficiently
Bug Fixes
* Settings migration: Don’t fail on missing proxies key (#11050)
* Chat Markers: Don’t send marker for outgoing messages (#11043)
* Main Window: Move to stored position on startup
* Preview: Allow manual download for all mime types (#11044)
* GroupchatInfo: Don’t set subject when loading from disco info (#11040)
* Preview: Hide download hint if we sent the file (#11036)
* Flatpak: Fix display of tray icon using libappindicator (#10869)
* Remote: Console scripts need a method as entry point (#11034)
* CodeWidget: Don’t default to python for highlighting (#11012)
* ContactInfo: Preserve groups when changing contact name (#11028)
* CodeWidget: Don't highlight matching brackets (#11026)
* StatusIcon: Don’t lose new message icon on state change (#11013)
* GtkStatusIcon: Always show when Gajim has not toplevel focus
* GroupChatNickCompletion: Only process Tab press
* Notifications: Change Gdk window hints on Windows (#11008)
* MessageRow: Align name label correctly
* StatusIcon: Fix logic error on activate
Gajim 1.4.6 (07 Jul 2022)
Gajim 1.4.6 (07 Jul 2022)
Improvements
Improvements
...
...
This diff is collapsed.
Click to expand it.
data/org.gajim.Gajim.appdata.xml.in
+
1
−
0
View file @
646f5c2b
...
@@ -74,6 +74,7 @@
...
@@ -74,6 +74,7 @@
<control>
pointing
</control>
<control>
pointing
</control>
</recommends>
</recommends>
<releases>
<releases>
<release
version=
"1.4.7"
date=
"2022-07-24"
/>
<release
version=
"1.4.6"
date=
"2022-07-07"
/>
<release
version=
"1.4.6"
date=
"2022-07-07"
/>
<release
version=
"1.4.5"
date=
"2022-06-21"
/>
<release
version=
"1.4.5"
date=
"2022-06-21"
/>
<release
version=
"1.4.4"
date=
"2022-06-18"
/>
<release
version=
"1.4.4"
date=
"2022-06-18"
/>
...
...
This diff is collapsed.
Click to expand it.
flatpak/org.gajim.Gajim.yaml
+
1
−
1
View file @
646f5c2b
...
@@ -317,7 +317,7 @@ modules:
...
@@ -317,7 +317,7 @@ modules:
sources
:
sources
:
-
type
:
git
-
type
:
git
url
:
https://dev.gajim.org/gajim/gajim.git
url
:
https://dev.gajim.org/gajim/gajim.git
tag
:
1.4.
6
tag
:
1.4.
7
-
type
:
file
-
type
:
file
path
:
app-overrides.json
path
:
app-overrides.json
post-install
:
post-install
:
...
...
This diff is collapsed.
Click to expand it.
gajim/__init__.py
+
1
−
1
View file @
646f5c2b
import
sys
import
sys
from
pathlib
import
Path
from
pathlib
import
Path
__version__
=
'
1.4.
6
'
__version__
=
'
1.4.
7
'
IS_FLATPAK
=
Path
(
'
/app/share/run-as-flatpak
'
).
exists
()
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