diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-11 11:28:14 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-11 11:28:14 +0200 |
commit | 693d229c886fc256f3b5f1b6221a00767aafa27c (patch) | |
tree | 6e3babe5a1f5de4b7819e38e3dbc1f63c7e794ab | |
parent | 5b45ae420f8a690fc07fb88bebbdd0ca47208113 (diff) | |
download | Ishtar-693d229c886fc256f3b5f1b6221a00767aafa27c.tar.bz2 Ishtar-693d229c886fc256f3b5f1b6221a00767aafa27c.zip |
v0.98.0
-rw-r--r-- | CHANGES.md | 22 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 23 insertions, 1 deletions
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(): |