Skip to content

Commit

Permalink
chore: release v3.0.11
Browse files Browse the repository at this point in the history
* (arteck) translate api-type
  • Loading branch information
arteck committed Feb 25, 2024
1 parent 803a9a7 commit c535776
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 72 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Many thanks to @Acgua (https://github.com/Acgua) for [ioBroker.fully-mqtt](https


## Changelog
### 3.0.11 (2024-02-25)
* (arteck) translate api-type

### 3.0.10 (2024-02-06)
* (arteck) set batteryLevel to 0 when device is offline

Expand Down
32 changes: 16 additions & 16 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "fullybrowser",
"version": "3.0.10",
"version": "3.0.11",
"news": {
"3.0.11": {
"en": "translate api-type",
"de": "übersetzen api-typ",
"ru": "перевод api-type",
"pt": "traduzir api-tipo",
"nl": "api-type vertalen",
"fr": "traduire le type api",
"it": "tradurre api-tipo",
"es": "traducir tipo api",
"pl": "przetłumacz typ api-",
"uk": "переклад api-типу",
"zh-cn": "翻译 api 类型"
},
"3.0.10": {
"en": "set batteryLevel to 0 when device is offline",
"de": "set Batterie Ebene auf 0, wenn das Gerät offline ist",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "dodanie DP RRAW pozwala to na wysłanie pełnego browseru bezpośrednio do środka",
"uk": "add setRAW DP, це дозволяє надсилати повнометражну команду безпосередньо",
"zh-cn": "增加联谊会,这使你能够直接派遣一支全员指挥。"
},
"3.0.4": {
"en": "set to zero corr",
"de": "auf null korr gesetzt",
"ru": "установленный к нулю корр",
"pt": "set to zero corr",
"nl": "op zero corr",
"fr": "set to zero corr",
"it": "set to zero corr",
"es": "fijado a cero corr",
"pl": "ustalono, że zera kor",
"uk": "встановити на нульовий корр",
"zh-cn": "零件"
}
},
"title": "fullyBrowser",
Expand Down Expand Up @@ -125,7 +125,7 @@
"authors": [
"arteck <arteck@outlook.com>",
"Acgua <no@mail.com>"
],
],
"compact": true,
"license": "MIT",
"platform": "Javascript/Node.js",
Expand All @@ -150,7 +150,7 @@
"adminUI": {
"config": "json",
"tab": "materialize"
},
},
"docs": {
"en": [
"docs/en/README.md"
Expand Down
188 changes: 133 additions & 55 deletions 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.fullybrowser",
"version": "3.0.10",
"version": "3.0.11",
"description": "Manage yours Fully Browser",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit c535776

Please sign in to comment.