diff options
| -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(): | 
