Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
19e371c8
Commit
19e371c8
authored
Apr 24, 2021
by
Philipp Hörist
Browse files
1.3.2
parent
afca14f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
appveyor.yml
View file @
19e371c8
...
...
@@ -40,8 +40,8 @@ build_script:
bash "git clone C:/projects/gajim C:/msys64/home/appveyor/gajim"
bash "C:/msys64/home/appveyor/gajim/win/build.sh $($env:MSYS_ARCH)"
Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName "Gajim-1.3.
1
-$($env:ARCH)-$($env:TIME_STRING).exe"
Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.3.
1
-$($env:ARCH)-$($env:TIME_STRING).exe"
Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName "Gajim-1.3.
2
-$($env:ARCH)-$($env:TIME_STRING).exe"
Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.3.
2
-$($env:ARCH)-$($env:TIME_STRING).exe"
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
...
...
data/org.gajim.Gajim.appdata.xml.in
View file @
19e371c8
...
...
@@ -72,6 +72,7 @@
<content_attribute
id=
"social-audio"
>
intense
</content_attribute>
</content_rating>
<releases>
<release
version=
"1.3.2"
date=
"2021-04-24"
/>
<release
version=
"1.3.1"
date=
"2021-03-01"
/>
<release
version=
"1.3.0"
date=
"2021-02-08"
/>
<release
version=
"1.2.2"
date=
"2020-08-15"
/>
...
...
gajim/__init__.py
View file @
19e371c8
...
...
@@ -2,7 +2,7 @@
import
sys
from
pathlib
import
Path
__version__
=
"1.3.
1
"
__version__
=
"1.3.
2
"
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