From b8a90917c5fb5481faeebad05171ecd5cd4b7da8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 15 Sep 2016 17:36:38 +0200 Subject: v0.98.3 --- CHANGES.md | 14 ++++++++++++++ version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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(): -- cgit v1.2.3