Skip to content

Commit

Permalink
chore: release v2.4.0
Browse files Browse the repository at this point in the history
NodeJS 16.x is required

* (klein0r) Added icons in admin tabs
  • Loading branch information
klein0r committed Oct 25, 2023
1 parent f14d4b7 commit 2aa08e9
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 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
## 2.2.0 (2022-12-12)

* (klein0r) Dropped Admin 5 support
* (klein0r) Added Ukrainian language

## 2.1.0 (2022-05-31)

* (klein0r) Added username and password option for iCal
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ iobroker add birthdays
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.4.0 (2023-10-25)

NodeJS 16.x is required

Expand All @@ -73,11 +73,6 @@ NodeJS 14.5 is required
* (klein0r) Allow spaces in text separator
* (klein0r) Added Ukrainian language

### 2.2.0 (2022-12-12)

* (klein0r) Dropped Admin 5 support
* (klein0r) Added Ukrainian language

## 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.3.1",
"version": "2.4.0",
"news": {
"2.4.0": {
"en": "NodeJS 16.x is required\n\n* Added icons in admin tabs",
"de": "NodeJS 16.x ist erforderlich\n\n* Icons in Admin-Tabs hinzugefügt",
"ru": "NodeJS 16.x требуется\n\n* Добавлены иконки в админ табы",
"pt": "NodeJS 16.x é necessário\n\n* Ícones adicionados em guias admin",
"nl": "NodeJS 16.x is vereist\n\n♪ Added icons in admin tabs ♪",
"fr": "NodeJS 16.x est nécessaire\n\n* Ajout d'icônes dans les onglets d'administration",
"it": "NodeJS 16.x è richiesto\n\n* Aggiunte le icone nelle schede di amministrazione",
"es": "NodeJS 16.x es necesario\n\n* iconos añadidos en pestañas de administración",
"pl": "NodeJS 16 (ang.)\n\n* Added icons in admin tabs",
"uk": "NodeJS 16.x обов'язковий\n\n* Додано іконки в вкладках адміністратора",
"zh-cn": "不需要16.JS16x。\n\n* 括号内增列图"
},
"2.3.1": {
"en": "Added current age text to JSON",
"de": "Hinzugefügt aktueller Alterstext zu JSON",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodano opcję nazwy użytkownika i hasła do iCal",
"uk": "Додано ім’я користувача та пароль для iCal",
"zh-cn": "为 iCal 添加了用户名和密码选项"
},
"2.0.0": {
"en": "NodeJS 14.x is required (NodeJS 12.x is EOL)\n\n* Added next significant birthdays\n* Allow to use local ical files by path\n* Updated depedency for js-controller to 4.0.15",
"de": "NodeJS 14.x ist erforderlich (NodeJS 12.x ist EOL)\n\n* Nächste wichtige Geburtstage hinzugefügt\n* Verwendung lokaler ical-Dateien nach Pfad zulassen\n* Abhängigkeit für js-controller auf 4.0.15 aktualisiert",
"ru": "Требуется NodeJS 14.x (NodeJS 12.x является EOL)\n\n* Добавлены следующие значимые дни рождения\n* Разрешить использовать локальные файлы по пути\n* Обновлена зависимость js-контроллера до версии 4.0.15.",
"pt": "NodeJS 14.x é necessário (NodeJS 12.x é EOL)\n\n* Adicionado próximos aniversários significativos\n* Permitir usar arquivos ical locais por caminho\n* Dependência atualizada para js-controller para 4.0.15",
"nl": "NodeJS 14.x is vereist (NodeJS 12.x is EOL)\n\n* Volgende belangrijke verjaardagen toegevoegd\n* Sta toe om lokale ical-bestanden op pad te gebruiken\n* Afhankelijkheid voor js-controller bijgewerkt naar 4.0.15",
"fr": "NodeJS 14.x est requis (NodeJS 12.x est EOL)\n\n* Ajout des prochains anniversaires significatifs\n* Autoriser l'utilisation de fichiers ical locaux par chemin\n* Mise à jour de la dépendance pour js-controller vers 4.0.15",
"it": "È richiesto NodeJS 14.x (NodeJS 12.x è EOL)\n\n* Aggiunti i prossimi compleanni significativi\n* Consenti di utilizzare i file ical locali per percorso\n* Aggiornata la dipendenza per js-controller a 4.0.15",
"es": "Se requiere NodeJS 14.x (NodeJS 12.x es EOL)\n\n* Se agregaron los próximos cumpleaños significativos\n* Permitir usar archivos ical locales por ruta\n* Dependencia actualizada para js-controller a 4.0.15",
"pl": "NodeJS 14.x jest wymagany (NodeJS 12.x to EOL)\n\n* Dodano kolejne znaczące urodziny\n* Zezwól na używanie lokalnych plików ical według ścieżki\n* Zaktualizowano zależność dla kontrolera js do 4.0.15",
"uk": "Потрібен NodeJS 14.x (NodeJS 12.x є EOL)\n\n* Додано наступні важливі дні народження\n* Дозволити використовувати локальні файли ical за шляхом\n* Оновлено залежності для js-контролера до 4.0.15",
"zh-cn": "需要 NodeJS 14.x(NodeJS 12.x 已停产)\n\n*添加了下一个重要的生日\n* 允许通过路径使用本地 ical 文件\n* 将 js-controller 的依赖更新到 4.0.15"
}
},
"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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.birthdays",
"version": "2.3.1",
"version": "2.4.0",
"description": "Use an ical file to import your contacts birthdays",
"author": {
"name": "klein0r",
Expand Down Expand Up @@ -81,4 +81,4 @@
"url": "https://github.com/klein0r/ioBroker.birthdays/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit 2aa08e9

Please sign in to comment.