1.1.4 (2024-11-05)
- deps-dev: bump @babel/core from 7.25.8 to 7.26.0 (1d5afd1)
- deps-dev: bump @babel/eslint-parser from 7.25.8 to 7.25.9 (fc95d88)
- deps-dev: bump eslint-plugin-sonarjs from 2.0.3 to 2.0.4 (38fa49a)
- deps-dev: bump globals from 15.11.0 to 15.12.0 (55d9d7e)
- deps: bump node from 22-alpine to 23-alpine (7ce8f4d)
- deps: bump uuid from 10.0.0 to 11.0.2 (b93bd1c)
1.1.3 (2024-10-16)
- deps-dev: bump @babel/core from 7.25.7 to 7.25.8 (f4ed1a2)
- deps-dev: bump @babel/eslint-parser from 7.25.7 to 7.25.8 (8080140)
- deps-dev: bump globals from 15.10.0 to 15.11.0 (3d0797c)
1.1.2 (2024-10-07)
- release-please: run CHANGELOG.md through markdownlint-cli2 on PR's (f41a536)
- dev: Add markdownlint-cli2 to improve format of documentation (README, CHANGELOG) (f41a536)
- Fix README and CHANGELOG formatting through markdownlint-cli2 (f41a536)
1.1.1 (2024-10-03)
- Mistyping in processing API Url command line switch (da98cfa)
- add command line parameter logging on start (da98cfa)
1.1.0 (2024-10-03)
- Added authentication via access and secret keys pair, as alternative to user and password (a9404e0)
- command-line: Added
--api-url
- to change the address of EcoFlow API, --test-only
- to work without real ping of SvitloBot API, and some keys related to authentication (a9404e0) - docker: The Dockerfile is updated to use "ENTRYPOINT" instead of "CMD" for running the application. Please take it in account, if you use docker and command-line parameters (a9404e0)
- deps-dev: bump @babel/core from 7.25.2 to 7.25.7 (a597eb2)
- deps-dev: bump @babel/eslint-parser from 7.25.1 to 7.25.7 (fc90e87)
- deps-dev: bump eslint-plugin-sonarjs from 2.0.2 to 2.0.3 (172f2d3)
- deps-dev: bump globals from 15.9.0 to 15.10.0 (084a2c4)
- change orders of sections to generate CHANGELOG.md (41e891e)
- Update repo description in deploy_docker_on_tag.yml (8badc4d)
- Small cosmetic fix (0cf191f)
1.0.9 (2024-09-17)
- Append missed records to CHANGELOG.md (996abaf)
- Rearrange commits between "old" releases (c534cf6)
- Update CHANGELOG.md - cosmetic fixes (9958e2c)
- Secured logger eliminate printing in log the sensitive information, including
DeviceSN
,ClientId
,ChannelKey
(72309dd)
1.0.8 (2024-09-15)
1.0.7 (2024-09-15)
- refactor Dockerfile (4a062c2)
- release-please: Make it possible to update
src/version.js
to actual version viarelease-please-action
(4a062c2)
1.0.6 (2024-09-14)
- Update release-please workflow configuration (6e3dffa)
1.0.5 (2024-09-14)
- Update release-please workflow to use 'node' release type (6c2bf35)
1.0.4 (2024-09-14)
- Update release badges in README files (1272c0c)
- Update release-please workflow (f9dbe99)
1.0.3 (2024-09-14)
- Add release-please workflow (0265c32)
1.0.2 (2024-09-14)
- Refactor code to the usage of async/await in most cases. Simple error handling for SvitloBot API is implemented. Additionally added new command-line option to log SvitloBot ping success results, without enabling the debug. (04a4828)
- Refactor README files to update project name and remove Telegram references (bf13371)
- Initial code version 1.0.1 (964e5e6)
- Refactor Dockerfile to optimize dependencies installation (ada1ff2)
- Initial commit (3f31e05)