Skip to content

Commit

Permalink
chore: release v2.3.1
Browse files Browse the repository at this point in the history
* (klein0r) Added current age text to JSON
  • Loading branch information
klein0r committed Jun 16, 2023
1 parent ac59fae commit 918f57f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 2.1.0 (2022-05-31)

* (klein0r) Added username and password option for iCal

## 2.0.0 (2022-05-16)

NodeJS 14.x is required (NodeJS 12.x is EOL)
Expand Down
6 changes: 1 addition & 5 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.3.1 (2023-06-16)

* (klein0r) Added current age text to JSON

Expand All @@ -74,10 +74,6 @@ NodeJS 14.5 is required
* (klein0r) Dropped Admin 5 support
* (klein0r) Added Ukrainian language

### 2.1.0 (2022-05-31)

* (klein0r) Added username and password option for iCal

## 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.0",
"version": "2.3.1",
"news": {
"2.3.1": {
"en": "Added current age text to JSON",
"de": "Hinzugefügt aktueller Alterstext zu JSON",
"ru": "Добавлен текст текущего возраста в JSON",
"pt": "Adicionado texto de idade atual para JSON",
"nl": "Vermeldde de huidige leeftijds-sms naar JSON",
"fr": "Ajout du texte d'âge courant à JSON",
"it": "Aggiunto il testo attuale dell'età a JSON",
"es": "Texto de la edad actual añadido a JSON",
"pl": "Aktualny tekst wieku",
"uk": "Додано текст поточного віку до JSON",
"zh-cn": "将目前的年龄案文提交联合协商会"
},
"2.3.0": {
"en": "Added JSON and count for each month\nAdded current age as text",
"de": "Hinzugefügt JSON und Zählen für jeden Monat\nAktuelles Alter als Text hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"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"
},
"1.2.1": {
"en": "Removed tsdav\nAllow carddav url without valid certificate (configurable)",
"de": "tsdav entfernt\nCarddav-URL ohne gültiges Zertifikat zulassen (konfigurierbar)",
"ru": "Удален цдав\nРазрешить URL-адрес carddav без действительного сертификата (настраивается)",
"pt": "tsdav removido\nPermitir url carddav sem certificado válido (configurável)",
"nl": "tsdav . verwijderd\nCarddav-url toestaan zonder geldig certificaat (configureerbaar)",
"fr": "tsdav supprimé\nAutoriser l'url carddav sans certificat valide (configurable)",
"it": "Rimosso tsdav\nConsenti URL carddav senza certificato valido (configurabile)",
"es": "Tsdav eliminado\nPermitir URL carddav sin certificado válido (configurable)",
"pl": "Usunięto tsdav\nZezwalaj na adres URL carddav bez ważnego certyfikatu (konfigurowalne)",
"uk": "Видалено цдав\nДозволити URL-адресу carddav без дійсного сертифіката (налаштовується)",
"zh-cn": "删除了 tsdav\n允许没有有效证书的 carddav url(可配置)"
}
},
"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.3.0",
"version": "2.3.1",
"description": "Use an ical file to import your contacts birthdays",
"author": {
"name": "klein0r",
Expand Down

0 comments on commit 918f57f

Please sign in to comment.