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


Commits:
6c4a1a10 by lovetox at 2020-06-21T09:59:58+02:00
Update org.gajim.Gajim.appdata.xml.in

- - - - -
a13658cd by lovetox at 2020-06-21T10:08:53+02:00
Update ChnageLog

- - - - -
68427f8d by lovetox at 2020-06-21T10:09:07+02:00
1.2.0

- - - - -


3 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,15 @@
+Gajim 1.2.0 (21 June 2020)
+
+  New
+
+  * Add account badges
+  * Add usage hint for the Start Chat dialog
+  * Various smaller improvements
+
+  Bug fixes
+
+  * Various smaller bug fixes reported in beta
+
 Gajim 1.2.0-beta1 / 1.1.99.1 (01 May 2020)
 
   New


=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -75,6 +75,7 @@
     <content_attribute id="social-audio">intense</content_attribute>
   </content_rating>
   <releases>
+    <release version="1.2.0" date="2020-06-21" />
     <release version="1.1.3" date="2019-04-23" />
     <release version="1.1.2" date="2019-01-15" />
     <release version="1.1.1" date="2018-12-23" />


=====================================
gajim/__init__.py
=====================================
@@ -1,7 +1,7 @@
 import os
 import subprocess
 
-__version__ = "1.1.99.1"
+__version__ = "1.2.0"
 
 IS_FLATPAK = False
 if os.path.exists('/app/share/run-as-flatpak'):



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/be6b79796fbac42fd6b08940d3b0a8b8bed67c49...68427f8d7d1c880027f0b821f0d38bffa85e0cb2

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/be6b79796fbac42fd6b08940d3b0a8b8bed67c49...68427f8d7d1c880027f0b821f0d38bffa85e0cb2
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