Skip to content

Commit

Permalink
Version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxblome committed Mar 22, 2020
1 parent 68d0563 commit 40706f4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You can add your caldav calendar in the adapter config.
Enter your access data and the host name in the config.

### Baseurl list
* Nextcloud: https://\<Hostname\>/remote.php/dav/principals
* Nextcloud: https://\<Hostname\>/remote.php/dav or https://\<Hostname\>/remote.php/dav/principals
* Web.de: https://caldav.web.de
* mail.de: https://kalender.mail.de
* Posteo: https://posteo.de:8443
Expand All @@ -76,6 +76,15 @@ Enter the file path on the CalDav tab in the hostname field.

## Changelog

### 1.1.3 (2020-03-22)
* (WLAN-Kabel) #18 - Added possibility to load ics files from web servers
* (WLAN-Kabel) #21 - Added option to ignore certificate errors
* (WLAN-Kabel) #15 - Caldav time range is used to reduce traffic
* (WLAN-Kabel) Caldav library revised
* (WLAN-Kabel) Google functions outsourced in own lib
* (WLAN-Kabel) #15 - Fixed caldav bug that occurred when end times were missing
* (WLAN-Kabel) #15 - Added more debug messages

### 1.1.2 (2020-03-03)
* (WLAN-Kabel) #15 - Fixed a serious bug that caused incorrect credentials for CalDav accounts
* (WLAN-Kabel) #15 - Fixed a bug that caused a 'TypeError' message
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "calendar",
"version": "1.1.2",
"version": "1.1.3",
"news": {
"1.1.3": {
"en": "Added possibility to load ics files from web servers\nAdded option to ignore certificate errors\nCaldav time range is used to reduce traffic\nCaldav library revised\nGoogle functions outsourced in own lib\nFixed caldav bug that occurred when end times were missing\nAdded more debug messages",
"de": "Möglichkeit zum Laden von ICS-Dateien von Webservern hinzugefügt\nOption zum Ignorieren von Zertifikatfehlern hinzugefügt\nCalDAV 'time range' wird verwendet, um den Datenverkehr zu reduzieren\nCalDAV Bibliothek überarbeitet\nGoogle-Funktionen in eigene Bibliothek ausgelagert\nCalDAV-Fehler behoben, der auftrat, wenn Endzeiten fehlten\nWeitere Debug-Meldungen hinzugefügt",
"ru": "Добавлена возможность загрузки файлов ics с веб-серверов\nДобавлена возможность игнорировать ошибки сертификата\nCaldav временной диапазон используется для сокращения трафика\nБиблиотека Caldav переработана\nФункции Google переданы в собственную библиотеку\nИсправлена ошибка caldav, возникавшая при отсутствии времени окончания\nДобавлено больше отладочных сообщений",
"pt": "Possibilidade adicionada para carregar arquivos ics de servidores web\nAdicionada opção para ignorar erros de certificado\nO intervalo de tempo de Caldav é usado para reduzir o tráfego\nBiblioteca Caldav revisada\nFunções do Google terceirizadas em lib própria\nCorrigido o erro caldav que ocorria quando faltavam os horários de término\nAdicionadas mais mensagens de depuração",
"nl": "Mogelijkheid toegevoegd om ics-bestanden van webservers te laden\nOptie toegevoegd om certificaatfouten te negeren\nHet tijdsbereik van Caldav wordt gebruikt om het verkeer te verminderen\nCaldav-bibliotheek herzien\nGoogle-functies uitbesteed in eigen lib\nFixed caldav bug die optrad wanneer de eindtijd ontbrak\nMeer foutopsporingsberichten toegevoegd",
"fr": "Ajout de la possibilité de charger des fichiers ics à partir de serveurs Web\nAjout d'une option pour ignorer les erreurs de certificat\nLa plage horaire de Caldav est utilisée pour réduire le trafic\nBibliothèque Caldav révisée\nFonctions Google externalisées dans sa propre bibliothèque\nCorrection d'un bug de caldav qui se produisait lorsque les heures de fin étaient manquantes\nAjout de plus de messages de débogage",
"it": "Aggiunta la possibilità di caricare file ics da server Web\nAggiunta opzione per ignorare gli errori del certificato\nL'intervallo di tempo di Caldav viene utilizzato per ridurre il traffico\nBiblioteca Caldav rivista\nFunzioni di Google esternalizzate nella propria lib\nRisolto bug caldav che si verificava quando mancavano i tempi di fine\nAggiunti altri messaggi di debug",
"es": "Posibilidad añadida de cargar archivos ics desde servidores web\nOpción agregada para ignorar errores de certificado\nEl rango de tiempo Caldav se usa para reducir el tráfico\nBiblioteca Caldav revisada\nFunciones de Google subcontratadas en su propia biblioteca\nSe corrigió el error de caldav que ocurría cuando faltaban los tiempos finales\nSe agregaron más mensajes de depuración",
"pl": "Dodano możliwość ładowania plików ics z serwerów internetowych\nDodano opcję ignorowania błędów certyfikatu\nZakres czasu Caldav służy do zmniejszenia ruchu\nZmieniono bibliotekę Caldav\nFunkcje Google zlecone na zewnątrz we własnej bibliotece\nNaprawiono błąd caldav, który pojawiał się, gdy brakowało czasów zakończenia\nDodano więcej wiadomości debugowania",
"zh-cn": "增加了从Web服务器加载ics文件的可能性\n添加了忽略证书错误的选项\n卡尔达夫(Caldav)时间范围用于减少流量\n修改Caldav库\nGoogle函数在自己的库中外包\n修复了缺少结束时间时发生的caldav错误\n添加了更多调试消息"
},
"1.1.2": {
"en": "#15 - Fixed a serious bug that caused incorrect credentials for CalDav accounts\n#15 - Fixed a bug that caused a 'TypeError' message",
"de": "#15 - Ein schwerwiegender Fehler wurde behoben, der zu falschen Anmeldeinformationen für CalDav-Konten führte\n#15 - Ein Fehler wurde behoben, der eine 'TypeError'-Nachricht verursachte",
Expand Down
8 changes: 4 additions & 4 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.calendar",
"version": "1.1.2",
"version": "1.1.3",
"description": "Connect to google, caldav and ical calendar",
"author": {
"name": "WLAN-Kabel",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/chai-as-promised": "^7.1.2",
"@types/gulp": "^4.0.6",
"@types/mocha": "^7.0.2",
"@types/node": "^13.9.2",
"@types/node": "^13.9.3",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^7.5.2",
"@types/sinon-chai": "^3.2.3",
Expand Down

0 comments on commit 40706f4

Please sign in to comment.