From 3cc99a9b18de1d25a0aabf17508f47b2c79665fe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Mar 2017 17:42:25 +0100 Subject: JS: prevent menu from dancing (less cool but prevent seasickness) --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.py') diff --git a/version.py b/version.py index 8b36e12b1..14c36b228 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 16) +VERSION = (0, 99, 16, 1) def get_version(): -- cgit v1.2.3 From a2d98fb25b40c7aca6e0683abb09a50700f325b5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Mar 2017 18:48:26 +0100 Subject: Update version number --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.py') diff --git a/version.py b/version.py index 14c36b228..855238380 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 16, 1) +VERSION = (0, 99, 16, 2) def get_version(): -- cgit v1.2.3 From 162676a892e9921eebb7ae6b21f8338cf8ce8f78 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Apr 2017 11:36:49 +0200 Subject: Update version --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.py') diff --git a/version.py b/version.py index 855238380..6e7c2786c 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 16, 2) +VERSION = (0, 99, 16, 3) def get_version(): -- cgit v1.2.3 From 3d8b8d86f01ecb9b37e24e25fd15500b8f4fb2a0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 7 Apr 2017 12:16:13 +0200 Subject: v0.99.17 --- CHANGES.md | 31 +++++++++++++++++++++++++++++++ version.py | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) (limited to 'version.py') diff --git a/CHANGES.md b/CHANGES.md index 34d7ccd2e..e5ce0ac3c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,37 @@ Ishtar changelog ================ +v0.99.17 (2017-04-07) +--------------------- + +### Features ### +- Operations: add collaborators field +- Operation wizard: an operation cannot be related to herself +- Operation forms: filter some fields if "files" module is not activated +- Replace MultipleAutocompleteField with Select2MultipleField +- JS: new version of select2 +- Base finds: bulk update of finds on context record change +- Warehouse sheet: provide statistics +- Sheets: larger tables +- Treatment - Treatment files dashboard: first overview +- Documentation generation: add some variables to treatments +- Shortcut menu: hide/show information saved in the session +- Allow old operations + +### Bug fixes ### +- Many fixes on access controls and permissions +- UI: use the url to detect the current action (more accurate) +- UI: prevent menu from dancing (less cool but prevent seasickness) +- Warehouse: divisions forms is readonly if containers are localised in this warehouse +- Warehouse form: name can be up to 200 chars +- Base finds: fix cache generation on context record change +- Fix find modify action +- Finds: do not resize the image and regenerate a thumb on find duplication +- New person form: fix empty title +- Filter autocomplete by own if relevant +- Sources: fix query owns requests +- Widget: fix Select2Multiple initialization with string + v0.99.16 (2017-03-21) --------------------- diff --git a/version.py b/version.py index 6e7c2786c..d0ef38afd 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 16, 3) +VERSION = (0, 99, 17) def get_version(): -- cgit v1.2.3