summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-16 12:26:51 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-16 12:26:51 +0200
commit6bfe97502d468d49d03f4f9c5ad389ea3e4f1a5c (patch)
tree36afb721b2dc63e49802fcccc1a23a6770c8d5f2
parentd9663ff070d8496c0e68a52520d20d877698c1d6 (diff)
downloadIshtar-6bfe97502d468d49d03f4f9c5ad389ea3e4f1a5c.tar.bz2
Ishtar-6bfe97502d468d49d03f4f9c5ad389ea3e4f1a5c.zip
v0.99.19
-rw-r--r--CHANGES.md18
-rw-r--r--version.py2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c02db8910..967fa9d76 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,24 @@
Ishtar changelog
================
+v0.99.19 (2017-05-16)
+---------------------
+### Features ###
+- Can manage find index by context record
+- Sheet find: put a warning when displaying a find with attached downstream treatment
+- Find search: search by context records (and within relations)
+- Scripts to manage access control import and export
+- Add an access control fixture (specific format for ishtar)
+- Treament file dashboard: add filter form
+- Treament dashboard: add filter form
+
+### Bug fixes ###
+- Treatment form: remove "target_is_basket" field in modification form
+- Float field: fix clean with native float
+- Treatment form: reordering of some fields
+- Access control: fix show own item (not *all* items)
+- get_item: refactoring of access control check
+
v0.99.18 (2017-04-11)
---------------------
diff --git a/version.py b/version.py
index df76b8cc7..32f59cc6b 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 18, 1)
+VERSION = (0, 99, 19)
def get_version():