Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
204
Issues
204
List
Boards
Labels
Service Desk
Milestones
Merge Requests
21
Merge Requests
21
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
6f032987
Commit
6f032987
authored
Feb 07, 2021
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.3.0
parent
749e50f4
Pipeline
#7389
passed with stages
in 7 minutes and 14 seconds
Changes
3
Pipelines
24
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
3 deletions
+21
-3
ChangeLog
ChangeLog
+18
-0
appveyor.yml
appveyor.yml
+2
-2
gajim/__init__.py
gajim/__init__.py
+1
-1
No files found.
ChangeLog
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
...
...
appveyor.yml
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'))
...
...
gajim/__init__.py
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
()
...
...
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