From 693d229c886fc256f3b5f1b6221a00767aafa27c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 11 Sep 2016 11:28:14 +0200 Subject: v0.98.0 --- CHANGES.md | 22 ++++++++++++++++++++++ version.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9c6110f62..327894c03 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,28 @@ Ishtar changelog ================ +0.98.0 (2016-09-11) +------------------- + +### Features ### + +- Many changes on shortcut menu: + - AJAX loading + - list use chosen library + - automatic changes of dependent items when selecting on parent item + - pin (from the sheet) and unpin items (not only our items) + - default searches now take into account parent items +- Operation: manage deadline for finds and documentation receipt +- Imports: explicit error when conservative is check and no unicity key is defined +- cached labels for context records and finds + +### Bug fixes ### + +- Fix test initialization +- Operation: fix parcel display in last panel +- Operation sheet: fix stats +- Source: display sheet after creation / modification + 0.97.8 (2016-09-08) ------------------- diff --git a/version.py b/version.py index 890e2fec8..454f45b60 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 97, 8, 2) +VERSION = (0, 98, 0) def get_version(): -- cgit v1.2.3