Skip to content

Commit

Permalink
chore: release v3.5.0
Browse files Browse the repository at this point in the history
* (René) catch exceptions reportet by sentry
* (René) option to disable check of last update time (see issue #391)
  • Loading branch information
rg-engineering committed Jan 27, 2025
1 parent c690b2e commit 5fcc922
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 3.5.0 (2025-01-27)
* (René) catch exceptions reportet by sentry
* (René) option to disable check of last update time (see issue #391)

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "ebus",
"version": "3.4.0",
"version": "3.5.0",
"news": {
"3.5.0": {
"en": "catch exceptions reportet by sentry\noption to disable check of last update time (see issue #391)",
"de": "fangausnahmen reportet by sentry\noption zum deaktivieren der letzten aktualisierungszeit (siehe ausgabe #391)",
"ru": "репортаж об исключениях улова\nвозможность отключить проверку последнего времени обновления (см. вопрос #391)",
"pt": "captura exceções relatório por sentinela\nopção para desativar a verificação do último tempo de atualização (veja a edição #391)",
"nl": "vangstuitzonderingen verslaget door de wacht\noptie om controle van de laatste updatetijd uit te schakelen (zie probleem #391)",
"fr": "déclaration des exceptions de capture par sentinelle\noption pour désactiver la vérification de la dernière mise à jour (voir le numéro #391)",
"it": "cattura le eccezioni reportet da mittente\nopzione per disabilitare il controllo dell'ultimo aggiornamento (vedere numero #391)",
"es": "catch exceptions reportet by centry\nopción para desactivar el cheque de la última hora de actualización (ver número #391)",
"pl": "połowów wyjątków reportet przez wartownik\nopcja wyłączenia sprawdzania czasu ostatniej aktualizacji (patrz numer # 391)",
"uk": "виняток винятку по відправці\nможливість відключити перевірку останнього часу оновлення (див. проблему #391)",
"zh-cn": "按哨兵分列的渔获量例外报告\n选项以禁用上次更新时间的检查(见第391期)"
},
"3.4.0": {
"en": "migration to jsonConfig\nsee issue #383: add optionally parameters to HTTP call",
"de": "migration nach jsonConfig\nsiehe Ausgabe #383: optionale Parameter zum HTTP-Aufruf hinzufügen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "naprawianie błędów po aktualizacji 3.3.2",
"uk": "виправлення помилок після 3.3.2 оновлення",
"zh-cn": "3.3.2 更新后修复错误"
},
"3.3.3": {
"en": "downgrade of \"promise-socket\" to 7.0.0",
"de": "downgrade von \"promise-socket\" bis 7.0.0",
"ru": "понижение «промиза-сокет» до 7.0.0",
"pt": "downgrade de \"promise-socket\" para 7.0.0",
"nl": "downgrade van \"belofte-zak\" naar 7.0.0",
"fr": "downgrade de \"promise-socket\" à 7.0.0",
"it": "downgrade di \"promise-socket\" a 7.0.0",
"es": "bajada de \"promise-socket\" a 7.0.0",
"pl": "obniżenie wartości \"socket-socket\" do 7.0.0",
"uk": "до 7.0.0",
"zh-cn": "\"承诺-口袋\"降级为7.0.0"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 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.ebus",
"version": "3.4.0",
"version": "3.5.0",
"description": "ioBroker ebus Adapter",
"author": {
"name": "René G.",
Expand Down

0 comments on commit 5fcc922

Please sign in to comment.