Skip to content

Commit

Permalink
0.4.15-alpha.0 code minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Jul 26, 2023
1 parent 40bd398 commit 5487fa0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.sourceanalytix",
"version": "0.4.14",
"version": "0.4.15-alpha.0",
"description": "SourceAnalytix",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 5487fa0

Please sign in to comment.