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 | b8a90917c5fb5481faeebad05171ecd5cd4b7da8 (patch) | |
tree | 1be5ea08a61413cf5c2c209177f2b0cc18b898c9 | |
parent | 5f45e1ef4e16a3e7960fe1ac953744147fa8b050 (diff) | |
download | Ishtar-b8a90917c5fb5481faeebad05171ecd5cd4b7da8.tar.bz2 Ishtar-b8a90917c5fb5481faeebad05171ecd5cd4b7da8.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(): |