Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--gajim/__init__.py2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c9a91ac9c..53ba07b6b 100644
--- 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
diff --git a/gajim/__init__.py b/gajim/__init__.py
index 6b6062cde..8f6a9878a 100644
--- 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,