diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 9026ee1..84b8dc6 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,14 @@ # Older changes +## 4.0.0 (2022-05-19) + +NodeJS 14.x is required (NodeJS 12.x is EOL) + +Tested with OctoPrint 1.8.0 + +* (klein0r) Added last and average layer duration (requires plugin Display Layer Progress) +* (klein0r) Moved thumbnail information of files to new structure **(BREAKING CHANGE - CHECK YOUR SCRIPTS AND VIS)** +* (klein0r) Improved handling of thumbnails and states for plugins + ## 3.2.2 (2022-04-29) * (klein0r) Updated depedency for js-controller to 4.0.15 diff --git a/README.md b/README.md index 57c5732..5148cba 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ iobroker add octoprint Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 5.1.0 (2023-10-25) NodeJS 16.x is required @@ -83,16 +83,6 @@ Tested with OctoPrint 1.8.4 * (klein0r) Just download every thumbnail once (requires plugin Slicer Thumbnails) -### 4.0.0 (2022-05-19) - -NodeJS 14.x is required (NodeJS 12.x is EOL) - -Tested with OctoPrint 1.8.0 - -* (klein0r) Added last and average layer duration (requires plugin Display Layer Progress) -* (klein0r) Moved thumbnail information of files to new structure **(BREAKING CHANGE - CHECK YOUR SCRIPTS AND VIS)** -* (klein0r) Improved handling of thumbnails and states for plugins - ## License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index fced704..251eafc 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "octoprint", - "version": "5.0.1", + "version": "5.1.0", "news": { + "5.1.0": { + "en": "NodeJS 16.x is required\n\nTested with OctoPrint 1.9.3\n\n* Added admin icons", + "de": "NodeJS 16.x ist erforderlich\n\nGetestet mit OctoPrint 1.9.3\n\n* Admin-Symbole hinzugefügt", + "ru": "NodeJS 16.x требуется\n\nПроверено с OctoPrint 1.9.3\n\n* Добавлены иконки админ", + "pt": "NodeJS 16.x é necessário\n\nTestado com OctoPrint 1.9.3\n\n* Adicionado ícones de administrador", + "nl": "NodeJS 16.x is vereist\n\nTest met OctoPrint 1.9.3\n\n♪ Added admin icons ♪", + "fr": "NodeJS 16.x est nécessaire\n\nTesté avec OctoPrint 1.9.3\n\n* Ajout des icônes d'administration", + "it": "NodeJS 16.x è richiesto\n\nTestato con OctoPrint 1.9.3\n\n* Aggiunte icone di amministratore", + "es": "NodeJS 16.x es necesario\n\nPruebas con OctoPrint 1.9.3\n\n* iconos de administración añadidos", + "pl": "NodeJS 16 (ang.)\n\nTesty w wersji 1.9.3\n\n* Added admin icon", + "uk": "NodeJS 16.x обов'язковий\n\nВипробувано з OctoPrint 1.9.3\n\n* Додано іконки адміністратора", + "zh-cn": "不需要16.JS16x。\n\n与Octo Print1.9.3 进行试验\n\n* 增加说明" + }, "5.0.1": { "en": "Allow self-signed certificates", "de": "Selbstsignierte Zertifikate zulassen", @@ -80,19 +93,6 @@ "pl": "Zaktualizowano zależność dla kontrolera js do 4.0.15", "uk": "Оновлено залежності для js-контролера до 4.0.15", "zh-cn": "将 js-controller 的依赖更新到 4.0.15" - }, - "3.2.1": { - "en": "Get thumbnail url of current file and copy value to printjob (requires plugin Slicer Thumbnails)\nUpdated log messages", - "de": "Holen Sie sich die Thumbnail-URL der aktuellen Datei und kopieren Sie den Wert in den Druckauftrag (erfordert das Plugin Slicer Thumbnails)\nProtokollmeldungen aktualisiert", - "ru": "Получить URL-адрес эскиза текущего файла и скопировать значение в задание печати (требуется плагин Slicer Thumbnails)\nОбновлены сообщения журнала", - "pt": "Obtenha o URL da miniatura do arquivo atual e copie o valor para printjob (requer plugin Slicer Thumbnails)\nMensagens de registro atualizadas", - "nl": "Verkrijg miniatuur-URL van huidig bestand en kopieer waarde naar printjob (vereist plug-in Slicer Thumbnails)\nBijgewerkte logberichten", - "fr": "Obtenir l'URL de la vignette du fichier actuel et copier la valeur dans le travail d'impression (nécessite le plugin Slicer Thumbnails)\nMessages de journal mis à jour", - "it": "Ottieni l'URL della miniatura del file corrente e copia il valore su printjob (richiede il plug-in Slicer Thumbnails)\nMessaggi di registro aggiornati", - "es": "Obtenga la URL en miniatura del archivo actual y copie el valor en el trabajo de impresión (requiere el complemento Slicer Thumbnails)\nMensajes de registro actualizados", - "pl": "Uzyskaj adres URL miniatury bieżącego pliku i skopiuj wartość do zadania drukowania (wymaga wtyczki Slicer Thumbnails)\nZaktualizowane komunikaty dziennika", - "uk": "Отримати URL-адресу ескізу поточного файлу та скопіювати значення до завдання друку (потрібен плагін Slicer Thumbnails)\nОновлені повідомлення журналу", - "zh-cn": "获取当前文件的缩略图 url 并将值复制到打印作业(需要插件 Slicer Thumbnails)\n更新的日志消息" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index e873271..d266403 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.octoprint", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.octoprint", - "version": "5.0.1", + "version": "5.1.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 004777c..cdae22c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.octoprint", - "version": "5.0.1", + "version": "5.1.0", "description": "ioBroker OctoPrint Adapter", "author": { "name": "Matthias Kleine", @@ -79,4 +79,4 @@ "url": "https://github.com/klein0r/ioBroker.octoprint/issues" }, "readmeFilename": "README.md" -} \ No newline at end of file +}