Philipp Hörist pushed to branch gajim_1.3 at gajim / gajim


Commits:
afca14f1 by lovetox at 2021-04-24T13:27:40+02:00
Update ChangeLog

- - - - -
19e371c8 by lovetox at 2021-04-24T13:27:40+02:00
1.3.2

- - - - -


4 changed files:

- ChangeLog
- appveyor.yml
- data/org.gajim.Gajim.appdata.xml.in
- gajim/__init__.py


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,21 @@
+Gajim 1.3.2 (24 April 2021)
+
+  New
+
+  * Accounts: Add account switch description
+
+  Changes
+
+  * MessageInput: Remove custom placeholder
+  * MessageInput: Add focus borders
+
+  Bug fixes
+
+  * #10010 Only convert domain name to ASCII
+  * #10342 UnicodeDecodeError related to avatars
+  * #10428 Roster: Handle missing avatar_sha
+
+
 Gajim 1.3.1 (01 March 2021)
 
   New


=====================================
appveyor.yml
=====================================
@@ -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
=====================================
@@ -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
=====================================
@@ -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()
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/e85687a194a11d9e98d66654d4716016bc899098...19e371c835a1c8b976d0149f28f0d2063d455bc5

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/e85687a194a11d9e98d66654d4716016bc899098...19e371c835a1c8b976d0149f28f0d2063d455bc5
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to