diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-09 23:08:34 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-09 23:08:34 +0100 |
commit | 53f0a5c95c34c0db67528422583dc3e90f20f705 (patch) | |
tree | 2d181f6e84cf4045503e87a18f4f3b754c38a2cc | |
parent | 75fc82789d7ba67e233053ca02b5dd7222ad2c80 (diff) | |
download | Ishtar-53f0a5c95c34c0db67528422583dc3e90f20f705.tar.bz2 Ishtar-53f0a5c95c34c0db67528422583dc3e90f20f705.zip |
v0.99.15
-rw-r--r-- | CHANGES.md | 17 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index dcaac53f8..7747fd5fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,23 @@ Ishtar changelog ================ +v0.99.15 (2017-03-09) +--------------------- +### Features ### +- Export: full path for urls +- Export: get header from colum importer settings +- Export: specific configuration to manage ambiguous column +- Person form: title is not required anymore +- Operation tables: adapt columns +- Person sheet: nicer layout +- Sheets: better display of creation and modification date/user +- Script: translate importer basefind to find +- Fixture: update importers + +### Bug fixes ### +- Person: raw name is modified on save +- Export: allow models_finds and models_treatments settings + v0.99.14 (2017-03-06) --------------------- ### Features ### diff --git a/version.py b/version.py index 973f4d13f..faeadf711 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 14) +VERSION = (0, 99, 15) def get_version(): |