Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
dc3565ee by Yann Leboulanger at 2018-04-01T22:48:42+02:00
prepare 1.0.1 release

- - - - -


2 changed files:

- ChangeLog
- gajim/__init__.py


Changes:

=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Gajim 1.0.1 (1 April 2018)
+
+  * Improve MAM support
+  * Image preview in file chooser dialog
+  * Groupchat: Set minimize on auto join default True
+  * Delete bookmark when we destroy a room
+  * Fix account deletion
+  * Fix custom font handling
+  * Fix OpenPGP message decryption
+  * Fix window position restore on multi-head setups
+  * Fix scrolling in message window
+  * Improve Windows build and build for 64 bits
+
 Gajim 1.0.0 (17 March 2018)
 
   * Ported to GTK3 / Python3


=====================================
gajim/__init__.py
=====================================
--- a/gajim/__init__.py
+++ b/gajim/__init__.py
@@ -1,6 +1,6 @@
 import subprocess
 
-__version__ = "1.0.0"
+__version__ = "1.0.1"
 
 try:
     p = subprocess.Popen('git rev-parse --short=12 HEAD', shell=True,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/dc3565ee32e0b616784af196436fdd147cbbeb64

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/dc3565ee32e0b616784af196436fdd147cbbeb64
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