summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-29 17:45:11 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-29 17:45:11 +0200
commit0010a4ae05bb47370bba33c0302dbdf1c505f2d9 (patch)
treefe8ad963c7b29e783f7e06eb461ce9032b901108
parentcf9f48d0d69efa2a6c5481647a0dd2f319fe6cba (diff)
downloadIshtar-0010a4ae05bb47370bba33c0302dbdf1c505f2d9.tar.bz2
Ishtar-0010a4ae05bb47370bba33c0302dbdf1c505f2d9.zip
v0.97.3
-rw-r--r--CHANGES.md19
-rw-r--r--version.py2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e06bbb50e..0e12ef0f0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,25 @@
Ishtar changelog
================
+0.97.3 (2016-08-29)
+-------------------
+
+### Features ###
+
+- Automatically generate raw_name on save for person - formula set in profile
+- UI: better simple table layout
+- UI: rework on dashboard
+- Autocomplete widget: larger and full content on hover
+- Import: target form - better display of the key
+- Update french translation
+- Imports: loading indicator
+
+### Bug fixes ###
+
+- Cache: fix caching key for models with the same name on different app (such as Rela
+tionType)
+- Fix french translation
+
0.97.2 (2016-08-25)
-------------------
diff --git a/version.py b/version.py
index bd6b03bde..9f846e91f 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 97, 2, 3)
+VERSION = (0, 97, 3)
def get_version():