Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
efce7c40
Commit
efce7c40
authored
May 12, 2022
by
Philipp Hörist
Browse files
release: 1.4.0
parent
41f09642
Changes
3
Hide whitespace changes
Inline
Side-by-side
data/org.gajim.Gajim.appdata.xml.in
View file @
efce7c40
...
...
@@ -75,6 +75,7 @@
<control>
pointing
</control>
</recommends>
<releases>
<release
version=
"1.4.0"
date=
"2022-05-11"
/>
<release
version=
"1.3.3"
date=
"2021-10-10"
/>
<release
version=
"1.3.2"
date=
"2021-04-24"
/>
<release
version=
"1.3.1"
date=
"2021-03-01"
/>
...
...
flatpak/org.gajim.Gajim.yaml
View file @
efce7c40
...
...
@@ -312,6 +312,6 @@ modules:
sources
:
-
type
:
git
url
:
https://dev.gajim.org/gajim/gajim.git
tag
:
gajim-1.
3.3
tag
:
gajim-1.
4.0
post-install
:
-
install -d /app/plugins
gajim/__init__.py
View file @
efce7c40
import
sys
from
pathlib
import
Path
__version__
=
"
1.4.0
-dev1"
__version__
=
'
1.4.0
'
IS_FLATPAK
=
Path
(
'/app/share/run-as-flatpak'
).
exists
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment