prepare 1.0.1 release

This commit is contained in:
Yann Leboulanger 2018-04-01 22:48:42 +02:00
parent 0f13b23a7d
commit dc3565ee32
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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,