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
6f032987
Commit
6f032987
authored
4 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
1.3.0
parent
749e50f4
No related branches found
Branches containing commit
Tags
1.4.4
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+18
-0
18 additions, 0 deletions
ChangeLog
appveyor.yml
+2
-2
2 additions, 2 deletions
appveyor.yml
gajim/__init__.py
+1
-1
1 addition, 1 deletion
gajim/__init__.py
with
21 additions
and
3 deletions
ChangeLog
+
18
−
0
View file @
6f032987
Gajim 1.3.0 (08 February 2021)
New
* Add --gdebug option
Bug fixes
* Search also in user data dir for translations
* AV: Fix closing chat window while in call
* Chat: Don’t unselect text after key press
* Profile: Correctly handle not existing vcard
* Fix display problems with feather icons
* Bookmarks: Check for config-node-max feature
* #10401 Fix race condition when removing an account
* #10421 Chat: Fix race condition when closing with ESC
Gajim 1.3.0-beta2 (10 January 2020)
Changes
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
2
−
2
View file @
6f032987
...
...
@@ -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-
beta2-
$($env:ARCH)-$($env:TIME_STRING).exe"
Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName "Gajim-Portable-1.3.0-
beta2-
$($env:ARCH)-$($env:TIME_STRING).exe"
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"
# 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.
gajim/__init__.py
+
1
−
1
View file @
6f032987
...
...
@@ -2,7 +2,7 @@
import
sys
from
pathlib
import
Path
__version__
=
"
1.3.0
-beta2
"
__version__
=
"
1.3.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