Skip to content

Commit

Permalink
chore: release v2.2.1
Browse files Browse the repository at this point in the history
NodeJS 14.5 is required

* (klein0r) Allow spaces in text separator
* (klein0r) Added Ukrainian language
  • Loading branch information
klein0r committed Feb 13, 2023
1 parent 94dfa64 commit d097dda
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Older changes
## 1.2.0 (2022-03-04)

* (klein0r) Dropped "node-ical" dependency and parse events directly
* (klein0r) Stop scheduled adapter instance in any case and report errors

## 1.1.3 (2022-02-27)

* (klein0r) Stop adapter when everything was processed (with timeout)
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ iobroker add birthdays
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.2.1 (2023-02-13)

NodeJS 14.5 is required

Expand Down Expand Up @@ -77,11 +77,6 @@ NodeJS 14.x is required (NodeJS 12.x is EOL)
* (klein0r) Removed tsdav
* (klein0r) Allow carddav url without valid certificate (configurable)

### 1.2.0 (2022-03-04)

* (klein0r) Dropped "node-ical" dependency and parse events directly
* (klein0r) Stop scheduled adapter instance in any case and report errors

## Credits

[Logo by herbanu](https://pixabay.com/de/vectors/geburtstag-karte-cele-feier-design-3148707/)
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": "birthdays",
"version": "2.2.0",
"version": "2.2.1",
"news": {
"2.2.1": {
"en": "NodeJS 14.5 is required\n\n* Allow spaces in text separator\n* Added Ukrainian language",
"de": "NodeJS 14.5 ist erforderlich\n\n* Räume im Texttrenner zulassen\n* Hinzugefügt Ukrainische Sprache",
"ru": "NodeJS 14.5 требуется\n\n* Разрешить пространства в текстовом сепараторе\n* Добавлен украинский язык",
"pt": "NodeJS 14.5 é necessário\n\n* Permitir espaços no separador de texto\n* Adicionado idioma ucraniano",
"nl": "NodeJS 14.5 is vereist\n\n♪ Vertaling:\n♪ Added Oekraïense taal",
"fr": "NodeJS 14.5 est nécessaire\n\n* Permettre des espaces dans le séparateur de texte\n* Ajout de la langue ukrainienne",
"it": "NodeJS 14.5 è richiesto\n\n# Permettere spazi nel separatore di testo\n* Aggiunto lingua ucraina",
"es": "NodeJS 14.5 es necesario\n\n* Permitir espacios en separador de texto\n* Lenguado ucraniano añadido",
"pl": "NodeJS 14,5\n\n* Przestrzenie w tekstach\nJęzyk ukraiński",
"uk": "NodeJS 14.5 необхідний\n\nІм'я * Дозволяє пробілів в текстовому сепараторі\n* Додано українську мову",
"zh-cn": "第14.5号申诉要求\n\n* A/64/50。 允许案文分离的空间\n* 增加乌克兰语"
},
"2.2.0": {
"en": "Dropped Admin 5 support\nAdded Ukrainian language",
"de": "Droped Admin 5 Unterstützung\nUkrainische Sprache",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Zatrzymaj adapter, gdy wszystko zostało przetworzone (z limitem czasu)",
"uk": "Зупинити адаптер, коли все було оброблено (з тайм-аутом)",
"zh-cn": "处理完所有内容后停止适配器(超时)"
},
"1.1.2": {
"en": "Stop adapter when everything was processed",
"de": "Stoppen Sie den Adapter, wenn alles verarbeitet wurde",
"ru": "Остановить адаптер, когда все было обработано",
"pt": "Parar o adaptador quando tudo foi processado",
"nl": "Stop adapter wanneer alles is verwerkt",
"fr": "Arrêter l'adaptateur lorsque tout a été traité",
"it": "Interrompi l'adattatore quando tutto è stato elaborato",
"es": "Detenga el adaptador cuando todo haya sido procesado",
"pl": "Zatrzymaj adapter, gdy wszystko zostało przetworzone",
"uk": "Зупиніть адаптер, коли все було оброблено",
"zh-cn": "处理完所有内容后停止适配器"
}
},
"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.birthdays",
"version": "2.2.0",
"version": "2.2.1",
"description": "Use an ical file to import your contacts birthdays",
"author": {
"name": "klein0r",
Expand Down

0 comments on commit d097dda

Please sign in to comment.