Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
* (klein0r) Removed tsdav
* (klein0r) Allow carddav url without valid certificate (configurable)
  • Loading branch information
klein0r committed Apr 8, 2022
1 parent 2d42f63 commit feef0cb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ iobroker add birthdays
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.2.1 (2022-04-08)

* (klein0r) Removed tsdav
* (klein0r) Allow carddav url without valid certificate (configurable)
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": "birthdays",
"version": "1.2.0",
"version": "1.2.1",
"news": {
"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)",
"zh-cn": "删除了 tsdav\n允许没有有效证书的 carddav url(可配置)"
},
"1.2.0": {
"en": "Dropped \"node-ical\" dependency and parse events directly\nStop scheduled adapter instance in any case and report errors",
"de": "„Node-ical“-Abhängigkeit entfernt und Ereignisse direkt geparst\nGeplante Adapterinstanz auf jeden Fall stoppen und Fehler melden",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Roles de estado actualizados\nSugerencia agregada para la configuración de Admin 4\nTraducciones fijas",
"pl": "Zaktualizowane role stanowe\nDodano wskazówkę dotyczącą konfiguracji Admin 4\nNaprawiono tłumaczenia",
"zh-cn": "更新了状态角色\n添加了 Admin 4 配置的提示\n固定翻译"
},
"0.2.0": {
"en": "Added option to ignore certificate errors",
"de": "Option zum Ignorieren von Zertifikatsfehlern hinzugefügt",
"ru": "Добавлена возможность игнорировать ошибки сертификата.",
"pt": "Adicionada opção para ignorar erros de certificado",
"nl": "Optie toegevoegd om certificaatfouten te negeren",
"fr": "Ajout d'une option pour ignorer les erreurs de certificat",
"it": "Aggiunta l'opzione per ignorare gli errori del certificato",
"es": "Opción agregada para ignorar los errores del certificado",
"pl": "Dodano opcję ignorowania błędów certyfikatów",
"zh-cn": "添加了忽略证书错误的选项"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.2.0",
"version": "1.2.1",
"description": "Use an ical file to import your contacts birthdays",
"author": {
"name": "klein0r",
Expand Down

0 comments on commit feef0cb

Please sign in to comment.