Skip to content

Commit

Permalink
chore: release v1.2.2
Browse files Browse the repository at this point in the history
* (Apollon77) Fix potential crash cases reported by Sentry
* (Apollon77) Optimize adapter stop behaviour
  • Loading branch information
Apollon77 committed Jun 17, 2022
1 parent fae1052 commit e2c9d94
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ Click for widget source.
### __WORK IN PROGRESS__
-->
## Changelog

### __WORK IN PROGRESS__
### 1.2.2 (2022-06-17)
* (Apollon77) Fix potential crash cases reported by Sentry
* (Apollon77) Optimize adapter stop behaviour

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "spotify-premium",
"version": "1.2.1",
"version": "1.2.2",
"news": {
"1.2.2": {
"en": "Fix potential crash cases reported by Sentry\nOptimize adapter stop behaviour",
"de": "Behebt mögliche Crashfälle, die von Sentry gemeldet wurden\nOptimieren des Adapters",
"ru": "Исправление потенциальных аварийных случаев, сообщенных Sentry\nОптимизируйте поведение остановки адаптера",
"pt": "Corrigir casos potenciais de acidente relatados pela Sentry\nOtimizar o comportamento da parada do adaptador",
"nl": "Vertaling:\nOptimize adapter stop gedrag",
"fr": "Correction des cas de crash potentiels signalés par Sentry\nOptimiser le comportement d'arrêt de l'adaptateur",
"it": "Fissare potenziali casi di crash segnalati da Sentry\nOttimizzare il comportamento di arresto dell'adattatore",
"es": "Fijar posibles casos de accidentes reportados por Sentry\nOptimize adapter stop behaviour",
"pl": "Fixowe przypadki katastrofy (ang.)\nOptimize adaptator stop behaviour",
"zh-cn": "Sentry报告的潜在事故\n减少适应者停止行为"
},
"1.2.1": {
"en": "Prevent js-controller warnings",
"de": "js-controller-Warnungen verhindern",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Se permite establecer el valor aleatorio predeterminado\nEl tipo de pista No corregido",
"pl": "Umożliwiono ustawienie domyślnej wartości odtwarzania losowego\nRodzaj toruNie poprawiono",
"zh-cn": "允许设置默认的shuffle值\n轨道类型未更正"
},
"1.1.5": {
"en": "Allowed to set the default shuffle value",
"de": "Erlaubt, den Standard-Shuffle-Wert festzulegen",
"ru": "Разрешено установить значение перемешивания по умолчанию",
"pt": "Tem permissão para definir o valor aleatório padrão",
"nl": "Toegestaan om de standaard shuffle-waarde in te stellen",
"fr": "Autorisé à définir la valeur de lecture aléatoire par défaut",
"it": "Autorizzato a impostare il valore di riproduzione casuale predefinito",
"es": "Se permite establecer el valor aleatorio predeterminado",
"pl": "Umożliwiono ustawienie domyślnej wartości odtwarzania losowego",
"zh-cn": "允许设置默认的shuffle值"
}
},
"title": "Spotify (Premium)",
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.spotify-premium",
"version": "1.2.1",
"version": "1.2.2",
"description": "ioBroker spotify-premium Adapter",
"author": {
"name": "twonky4",
Expand Down

0 comments on commit e2c9d94

Please sign in to comment.