Skip to content

Commit

Permalink
chore: release v4.0.1
Browse files Browse the repository at this point in the history
Tested with OctoPrint 1.8.4

* (klein0r) Just download every thumbnail once (requires plugin Slicer Thumbnails)
  • Loading branch information
klein0r committed Oct 14, 2022
1 parent 09afce6 commit 8c5a73d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Older changes
## 3.1.0 (2022-02-24)

* (klein0r) Calculate date/time when print will be finished
* (klein0r) Renamed ``printjob.progress.printtime_left`` to ``printjob.progress.printtimeLeft`` **(BREAKING CHANGE - CHECK YOUR SCRIPTS AND VIS)**

## 3.0.1 (2022-02-12)

* (klein0r) Updated state roles
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ iobroker add octoprint
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 4.0.1 (2022-10-14)

Tested with OctoPrint 1.8.4

Expand Down Expand Up @@ -85,11 +85,6 @@ Tested with OctoPrint 1.7.3
* (klein0r) Added formatted date when print job will finish
* (klein0r) Added fan speed and feedrate from plugin Display Layer Progress

### 3.1.0 (2022-02-24)

* (klein0r) Calculate date/time when print will be finished
* (klein0r) Renamed ``printjob.progress.printtime_left`` to ``printjob.progress.printtimeLeft`` **(BREAKING CHANGE - CHECK YOUR SCRIPTS AND VIS)**

## License

The MIT License (MIT)
Expand Down
29 changes: 15 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "octoprint",
"version": "4.0.0",
"version": "4.0.1",
"news": {
"4.0.1": {
"en": "Tested with OctoPrint 1.8.4\n\n* Just download every thumbnail once (requires plugin Slicer Thumbnails)",
"de": "Getestet mit OctoPrint 1.8.4\n\n* Einfach alle Miniaturansichten einmal herunterladen (erfordert Plugin Slicer Thumbnails)",
"ru": "Проверено с OctoPrint 1.8.4\n\n* Просто скачайте каждый миниатюрный раз (требуется плагин Slicer Thumbnails)",
"pt": "Testado com OctoPrint 1.8.4\n\n* Basta baixar cada miniatura uma vez (requer plugin Slicer Thumbnails)",
"nl": "Vertaling:\n\n♪ download elke duimnagel eens (requires plugin Slicer Thumbnails)",
"fr": "Testé avec OctoPrint 1.8.4\n\n* Il suffit de télécharger chaque miniature une fois (requis plugin Slicer Thumbnails)",
"it": "Testato con OctoPrint 1.8.4\n\n# Basta scaricare ogni miniatura una volta (richiede plugin Slicer Thumbnails)",
"es": "Probada con OctoPrint 1.8.4\n\n* Sólo descarga cada miniatura una vez (requiere plugin Slicer Thumbnails)",
"pl": "Testy w wersji 1.8.4\n\n* Just download every thumbnail once (ang.)",
"uk": "Випробувано з OctoPrint 1.8.4\n\nІм'я * Просто завантажте кожну мініатюру один раз (обов'язково плагін Slicer Thumbnails)",
"zh-cn": "与Octo Print的试验1.8.4\n\n* A/64/50。 仅每一次挖掘一次(Requires plugin Slicer Thumbnails)"
},
"4.0.0": {
"en": "NodeJS 14.x is required (NodeJS 12.x is EOL)\n\nTested with OctoPrint 1.8.0\n\n* Added last and average layer duration (requires plugin Display Layer Progress)\n* Moved thumbnail information of files to new structure **(BREAKING CHANGE - CHECK YOUR SCRIPTS AND VIS)**\n* Improved handling of thumbnails and states for plugins",
"de": "NodeJS 14.x ist erforderlich (NodeJS 12.x ist EOL)\n\nGetestet mit OctoPrint 1.8.0\n\n* Letzte und durchschnittliche Layerdauer hinzugefügt (erfordert Plugin Display Layer Progress)\n* Thumbnail-Informationen von Dateien in neue Struktur verschoben **(BREAKING CHANGE – ÜBERPRÜFEN SIE IHRE SCRIPTS UND VIS)**\n* Verbesserte Handhabung von Thumbnails und Zuständen für Plugins",
Expand Down Expand Up @@ -74,18 +87,6 @@
"es": "Roles de estado actualizados\nSugerencia agregada para la configuración de Admin 4",
"pl": "Zaktualizowane role stanowe\nDodano wskazówkę dotyczącą konfiguracji Admin 4",
"zh-cn": "更新了状态角色\n添加了 Admin 4 配置的提示"
},
"3.0.0": {
"en": "Added printing and operational state",
"de": "Druck- und Betriebszustand hinzugefügt",
"ru": "Добавлено состояние печати и работы",
"pt": "Adicionado impressão e estado operacional",
"nl": "Afdrukken en operationele status toegevoegd",
"fr": "Ajout de l'impression et de l'état opérationnel",
"it": "Aggiunta stampa e stato operativo",
"es": "Impresión agregada y estado operativo.",
"pl": "Dodano drukowanie i stan operacyjny",
"zh-cn": "添加了打印和操作状态"
}
},
"titleLang": {
Expand Down Expand Up @@ -1091,4 +1092,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.octoprint",
"version": "4.0.0",
"version": "4.0.1",
"description": "ioBroker OctoPrint Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit 8c5a73d

Please sign in to comment.