diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-17 21:05:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-17 21:05:03 +0100 |
commit | 3c9de5b6c5b257a8cf0ed4118892fb1135e81957 (patch) | |
tree | 58d82266ce8c4697771644d3d504e3aff9c91d8c | |
parent | c0ee32a730534ad0d4fa9adc82bd25aee257624d (diff) | |
download | Ishtar-3c9de5b6c5b257a8cf0ed4118892fb1135e81957.tar.bz2 Ishtar-3c9de5b6c5b257a8cf0ed4118892fb1135e81957.zip |
v0.99.13
-rw-r--r-- | CHANGES.md | 15 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index df5bc087b..b0b04ae8c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,21 @@ Ishtar changelog ================ +v0.99.13 (2017-02-17) +-------------------- +### Features ### +- Accounts: initialize new account with default username extract from raw name +- Imports: + - Prevent creation of new items when data is empty + - Item keys are now related to the current importer + - Report bad configuration on importers in a cleaner way + +### Bug fixes ### +- Fix password initialization on user creation +- Fix MCC operation import +- Makefile: graph model generation fix +- Finds table: fix columns + v0.99.12.2 (2017-02-10) ----------------------- ### Features ### diff --git a/version.py b/version.py index 8fdddac48..71bcbeeac 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 12, 2) +VERSION = (0, 99, 13) def get_version(): |