diff --git a/README.md b/README.md index 4d90f40e..d8c2265d 100644 --- a/README.md +++ b/README.md @@ -244,30 +244,35 @@ When the adapter crashes or any other Code error happens, this error message tha Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -## Changelog +## Changelog + +### __WORK IN PROGRESS__ +* (DutchmanNL) Solved issues reported by sentry +* (DutchmanNL) Improved some logging, code polishing + ### 0.4.14 (2022-02-23) Optimize Device reset handling * (DutchmanNL) Small code updates, lifecycle patches * (DutchmanNL) Option to disable device reset feature added -* (DutchmanNL) Bugfix: Cannot read property 'name' of undefined solved - +* (DutchmanNL) Bugfix: Cannot read property 'name' of undefined solved + ### 0.4.12 (2021-11-15) - requires JS-Controller >= 3.2! * (DutchmanNL) Add logging to analyse error caught by sentry * (DutchmanNL) "Cannot set property 'date' of undefined" solved * (DutchmanNL) Major : New version requires JS-Controller >= 3.2! * (DutchmanNL) Add possibility to use an alternative name (alias) -* (DutchmanNL) Avoid writing source state causing incorrect calculations at day reset #470 - +* (DutchmanNL) Avoid writing source state causing incorrect calculations at day reset #470 + ### 0.4.11 (2021-08-16) * (DutchmanNL) Improve log/error messages at adapter start -* (DutchmanNL) Bugfix : Cannot read property 'calcValues' of null & related issues found by Sentry - +* (DutchmanNL) Bugfix : Cannot read property 'calcValues' of null & related issues found by Sentry + ### 0.4.10 (2021-08-10) -* (DutchmanNL) Bugfix : Avoid adapter crash during night for incorrect configured states [#460](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/460) - +* (DutchmanNL) Bugfix : Avoid adapter crash during night for incorrect configured states [#460](https://github.com/DrozmotiX/ioBroker.sourceanalytix/issues/460) + ### 0.4.9 (2021-05-31) * (DutchmanNL) Added support for Admin 5 (Requires Admin >= 5.1.2) -* (Bluefox) Fix error in admin - +* (Bluefox) Fix error in admin + ## License MIT License @@ -289,4 +294,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. diff --git a/io-package.json b/io-package.json index 3ee205cb..6514ae3a 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "sourceanalytix", - "version": "0.4.14", + "version": "0.4.15-alpha.0", "news": { "0.4.14": { "en": "Small code updates, lifecycle patches\nOption to disable device reset feature added\nBugfix: Cannot read property 'name' of undefined solv\n", diff --git a/package-lock.json b/package-lock.json index 009a4d98..2e336756 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.sourceanalytix", - "version": "0.4.14", + "version": "0.4.15-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 55495a64..8ae465ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.sourceanalytix", - "version": "0.4.14", + "version": "0.4.15-alpha.0", "description": "SourceAnalytix", "author": { "name": "DutchmanNL",