Skip to content

Commit

Permalink
* (isi07) added HTML/monospace options to blockly
Browse files Browse the repository at this point in the history
* (isi07) fixed issue that blockly block is invalid when different priority other than normal is selected
* (isi07) fixed the error when log level selected by duplicate quotes
  • Loading branch information
GermanBluefox committed Aug 17, 2024
1 parent 078d62b commit 2f6142d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 42 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@

[Pushover](https://pushover.net) is a service of Pushover, LLC (formerly Superblock, LLC), a private, independently-financed software development company based out of Chicago, Illinois. **This ioBroker adapter is not written or supported by Pushover, LLC**.

## Installation

Please use the "adapter list" in ioBroker to install a stable version of this adapter. You can also use the CLI to install this adapter:

```
iobroker add pushover
```

## Documentation

[🇺🇸 Documentation](./docs/en/README.md)
Expand All @@ -35,6 +27,11 @@ iobroker add pushover
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (isi07) added HTML/monospace options to blockly
* (isi07) fixed issue that blockly block is invalid when different priority other than normal is selected
* (isi07) fixed the error when log level selected by duplicate quotes

### 4.0.0 (2024-07-13)
* Breaking changes: NodeJS >= 18.x and js-controller >= 5 are required
* (@klein0r) Updated dependencies
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"axios": "^1.7.3",
"axios": "^1.7.4",
"pushover-notifications": "^1.2.3"
},
"devDependencies": {
Expand All @@ -42,13 +42,13 @@
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^4.1.3",
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.17",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/node": "^22.4.0",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
Expand Down

0 comments on commit 2f6142d

Please sign in to comment.