Skip to content

Commit

Permalink
chore: release v1.14.0
Browse files Browse the repository at this point in the history
* (klein0r) Allow to set custom http user agent
* (klein0r) Added option to use files tab for calendar files
  • Loading branch information
klein0r committed Jan 7, 2024
1 parent be60019 commit a08187c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older changes
## 1.13.2 (2022-08-29)
* (Apollon77) fix strange log messages by downgrading RRule again

## 1.13.1 (2022-06-27)
* (klein0r) Changed request library

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.14.0 (2024-01-07)
* (klein0r) Allow to set custom http user agent
* (klein0r) Added option to use files tab for calendar files

Expand All @@ -53,9 +53,6 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
* (klein0r) Dropped Admin 4 UI
* (klein0r) Added Ukrainian language

### 1.13.2 (2022-08-29)
* (Apollon77) fix strange log messages by downgrading RRule again

## License

The MIT License (MIT)
Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "ical",
"version": "1.13.6",
"version": "1.14.0",
"news": {
"1.14.0": {
"en": "Allow to set custom http user agent\nAdded option to use files tab for calendar files",
"de": "Erlauben Sie, benutzerdefinierte http-Benutzer-Agent\nOption hinzugefügt, um Dateien Tab für Kalenderdateien zu verwenden",
"ru": "Разрешить настроить пользовательский\nДобавлена возможность использования вкладки файлов для календарных файлов",
"pt": "Permitir definir agente de usuário http personalizado\nOpção adicionada para usar a guia de arquivos para arquivos de calendário",
"nl": "Aangepaste http-gebruikeragent instellen\nToegevoegd optie om bestanden te gebruiken tabblad voor agendabestanden",
"fr": "Permettre de définir un agent utilisateur http personnalisé\nAjout d'une option pour utiliser l'onglet fichiers pour les fichiers calendrier",
"it": "Consentire di impostare personalizzato http user agent\nAggiunta opzione per utilizzare scheda file per i file del calendario",
"es": "Permitir establecer un agente de usuario http personalizado\nOpción adicional para usar la pestaña de archivos para archivos de calendario",
"pl": "Zezwalaj na ustawianie niestandardowych użytkowników http\nDodano opcję użycia zakładki plików do plików kalendarza",
"uk": "Дозвольте встановити користувальницький агент\nДодана можливість використовувати вкладку файлів для календарних файлів",
"zh-cn": "允许设置自定义 http 用户代理\n为日历文件使用文件标签添加了选项"
},
"1.13.6": {
"en": "Incorrect jsonConfig has been fixed [#602]\nDependencies have been updated",
"de": "Fehler in jsonConfig wurde behoben [#602]\nAbhängigkeiten wurden aktualisiert",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Zmiennikowa biblioteka",
"uk": "Змінена бібліотека запитів",
"zh-cn": "更改要求图书馆"
},
"1.13.0": {
"en": "Added Admin 5 UI\nTranslated all object names",
"de": "Admin 5 UI\nAlle Objektnamen übersetzt",
"ru": "Добавлено Admin 5 UI\nПереведено все названия объектов",
"pt": "Adicionado administrador 5 UI\nTraduzido todos os nomes de objetos",
"nl": "Admin 5 UI\nVertaald alle objectnamen",
"fr": "Ajout d'Admin 5 UI\nTranslated all object names",
"it": "Aggiunto 5 UI\nTradotto tutti i nomi degli oggetti",
"es": "Admin 5 UI\nTraducir todos los nombres de objetos",
"pl": "Admin 5\nPrzetłumaczył wszystkie nazwy obiektowe",
"uk": "Додано інтерфейс адміністратора 5\nПерекладено всі назви об'єктів",
"zh-cn": "增删5 UI\n所有物体的名称"
}
},
"title": "iCal Calendar",
Expand Down Expand Up @@ -508,4 +508,4 @@
"native": {}
}
]
}
}
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.ical",
"version": "1.13.6",
"version": "1.14.0",
"description": "Allows read information from google calender and from iCal.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit a08187c

Please sign in to comment.