Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grzegorz Szymaszek
gajim
Commits
8000e11a
Commit
8000e11a
authored
3 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
1.3.1
parent
8e7d57ee
No related branches found
Branches containing commit
Tags
gajim-1.3.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
appveyor.yml
+2
-2
2 additions, 2 deletions
appveyor.yml
data/org.gajim.Gajim.appdata.xml.in
+1
-0
1 addition, 0 deletions
data/org.gajim.Gajim.appdata.xml.in
gajim/__init__.py
+1
-1
1 addition, 1 deletion
gajim/__init__.py
with
4 additions
and
3 deletions
appveyor.yml
+
2
−
2
View file @
8000e11a
...
...
@@ -39,8 +39,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.
0
-$($env:ARCH)-$($env:TIME_STRING).exe"
Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.3.
0
-$($env:ARCH)-$($env:TIME_STRING).exe"
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"
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
...
...
This diff is collapsed.
Click to expand it.
data/org.gajim.Gajim.appdata.xml.in
+
1
−
0
View file @
8000e11a
...
...
@@ -72,6 +72,7 @@
<content_attribute
id=
"social-audio"
>
intense
</content_attribute>
</content_rating>
<releases>
<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"
/>
<release
version=
"1.2.1"
date=
"2020-07-08"
/>
...
...
This diff is collapsed.
Click to expand it.
gajim/__init__.py
+
1
−
1
View file @
8000e11a
...
...
@@ -2,7 +2,7 @@
import
sys
from
pathlib
import
Path
__version__
=
"
1.3.
0
"
__version__
=
"
1.3.
1
"
IS_FLATPAK
=
Path
(
'
/app/share/run-as-flatpak
'
).
exists
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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