diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-15 17:36:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-15 17:36:38 +0200 |
commit | 804af43c6c25f56bbe50d921ee7486f9f2b7e3ca (patch) | |
tree | 1be5ea08a61413cf5c2c209177f2b0cc18b898c9 | |
parent | f8ad35d05c5be5b6befc377cdc59294f8cd98af8 (diff) | |
download | Ishtar-804af43c6c25f56bbe50d921ee7486f9f2b7e3ca.tar.bz2 Ishtar-804af43c6c25f56bbe50d921ee7486f9f2b7e3ca.zip |
v0.98.3
-rw-r--r-- | CHANGES.md | 14 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 89cfe55d9..0ac99a8ea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,20 @@ Ishtar changelog ================ +0.98.3 (2016-09-15) +------------------- + +### Features ### + +- Operation: add comment about scientific documentation +- Finds : rename "Integrity" field into "Integrity / Interest" +- Searches: 6 to 9 visible fields by default +- Find search: add operation numeric index + +### Bug fixes ### + +- Dashboard operation: fix table layout + 0.98.2 (2016-09-13) ------------------- diff --git a/version.py b/version.py index c6a2b2fdb..8c166c1e7 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 98, 2) +VERSION = (0, 98, 3) def get_version(): |