summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-22 10:38:38 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-22 10:38:38 +0200
commitfd445130a3f7566d00c00b92de92eb034445b79e (patch)
tree2efdefd56e8f05cafe53bd8b71b8513f948fa9f9
parent3db508b45b4aff532b050565da1d6d9b74b4024d (diff)
downloadIshtar-fd445130a3f7566d00c00b92de92eb034445b79e.tar.bz2
Ishtar-fd445130a3f7566d00c00b92de92eb034445b79e.zip
v0.98.4
-rw-r--r--CHANGES.md12
-rw-r--r--version.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0ac99a8ea..07b9f9593 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,18 @@
Ishtar changelog
================
+0.98.4 (2016-09-22)
+-------------------
+
+### Features ###
+
+- Remove ISHTAR_LOCAL_PREFIX and FILE_PREFIX (now managed by the profile)
+
+### Bug fixes ###
+
+- Fix autocomplete in new item window
+- File: fix label when no external_id is defined
+
0.98.3 (2016-09-15)
-------------------
diff --git a/version.py b/version.py
index 8c166c1e7..a9f01d542 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 98, 3)
+VERSION = (0, 98, 4)
def get_version():