Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed May 6, 2018
1 parent ca63411 commit f4cac14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ The result object `ret` looks as follows:

## Changelog

#### WORK IN PROGRESS
* (AlCalzone) Fixed a null reference when no groups are defined
#### 1.3.0 (2018-05-06)
* (AlCalzone) Reduce logging of "updated scenes for group..."
* (AlCalzone) Made rounding of numeric values configurable
* (AlCalzone) Stability improvements

#### 1.2.1 (2018-05-01)
* (AlCalzone) Use the native encryption methods of NodeJS 10 instead of `node-aead-crypto`
Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "tradfri",
"version": "1.2.1",
"version": "1.3.0",
"news": {
"1.3.0": {
"en": "Made rounding of numeric values configurable. Reduce logging of \"updated scenes for group...\"",
"de": "Runden von Zahlen ist jetzt einstellbar. Log-Ausgabe \"updated scenes for group...\" reduziert"
},
"1.2.1": {
"en": "Use the native encryption methods of NodeJS 10 instead of `node-aead-crypto`",
"de": "Die nativen Verschlüsselungsmethoden von NodeJS 10 werden anstatt `node-aead-crypto` verwendet"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.tradfri",
"version": "1.2.1",
"version": "1.3.0",
"description": "ioBroker tradfri Adapter",
"author": {
"name": "AlCalzone",
Expand Down

0 comments on commit f4cac14

Please sign in to comment.