updated, prepared 1.3.0 release

This commit is contained in:
john30
2015-10-24 08:21:23 +02:00
parent a9d27ef2ba
commit 160708e8bb
+7 -2
View File
@@ -1,4 +1,4 @@
# next version
# 1.3.0 (2015-10-24)
## Breaking Changes
* started with a new git repository for working on 2.0 version (previous repository was renamed to ebusd1)
@@ -13,6 +13,7 @@
* corrected derivation of field name, comment and unit in templates
* check invalid divisor/values for string and value list based types
* fix for overriding destination address in read command
* fix for cached master data
## Features
* new "read" option "-n" for retrieving name/value pairs in numeric form
@@ -31,9 +32,13 @@
* added "info" command
* added circuit and name to verbose "read" output
* added option to pass additional input data to "read" command
* added messages without dedicated destination and cached data decoding error to "find" result
* new "write" option "-d" for overriding destination address
* allow CSV file name to define default destination address and circuit name (format "ZZ.CCCCC.csv") and if present, concat default circuit name and security suffix (circuit name in CSV starting with "#")
## Changed files
https://github.com/john30/ebusd/compare/v1.2.0...master
https://github.com/john30/ebusd/compare/v1.2.0...v1.3.0
# 1.2.0 (2015-05-25)