diff options
-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(): |