diff options
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 |
commit | a408afc5c3c964581ba99eb3d65a821e9f4561ac (patch) | |
tree | fe8ad963c7b29e783f7e06eb461ce9032b901108 | |
parent | 2e338f8dd004bbf2ddaea74422ff59c3111bf856 (diff) | |
download | Ishtar-a408afc5c3c964581ba99eb3d65a821e9f4561ac.tar.bz2 Ishtar-a408afc5c3c964581ba99eb3d65a821e9f4561ac.zip |
v0.97.3
-rw-r--r-- | CHANGES.md | 19 | ||||
-rw-r--r-- | version.py | 2 |
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(): |