Skip to content

Commit

Permalink
chore: release v3.1.0
Browse files Browse the repository at this point in the history
* (klein0r) Calculate date/time when print will be finished
  • Loading branch information
klein0r committed Feb 24, 2022
1 parent 6966a2f commit 3a64505
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 @@ -40,7 +40,7 @@ iobroker add octoprint
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.1.0 (2022-02-24)

* (klein0r) Calculate date/time when print will be finished

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": "octoprint",
"version": "3.0.1",
"version": "3.1.0",
"news": {
"3.1.0": {
"en": "Calculate date/time when print will be finished",
"de": "Berechnen Sie Datum/Uhrzeit, wann der Druck fertig sein wird",
"ru": "Рассчитать дату/время, когда печать будет завершена",
"pt": "Calcular data/hora em que a impressão será concluída",
"nl": "Bereken datum/tijd wanneer het afdrukken klaar is",
"fr": "Calculer la date/heure à laquelle l'impression sera terminée",
"it": "Calcola data/ora in cui la stampa sarà terminata",
"es": "Calcular la fecha/hora en que se terminará la impresión",
"pl": "Oblicz datę/godzinę zakończenia drukowania",
"zh-cn": "计算打印完成的日期/时间"
},
"3.0.1": {
"en": "Updated state roles\nAdded hint for Admin 4 configuration",
"de": "Statusrollen aktualisiert\nHinweis für die Konfiguration von Admin 4 hinzugefügt",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Compatibilidad con complementos añadidos: Progreso de la capa de visualización",
"pl": "Dodano obsługę wtyczek: Wyświetl postęp warstwy",
"zh-cn": "添加了插件支持:显示图层进度"
},
"2.0.6": {
"en": "Allow to pause/resume printjob",
"de": "Druckauftrag anhalten/fortsetzen lassen",
"ru": "Разрешить приостановить / возобновить задание печати",
"pt": "Permitir pausar / retomar o trabalho de impressão",
"nl": "Sta toe om afdruktaak te pauzeren/hervatten",
"fr": "Permet de suspendre/reprendre le travail d'impression",
"it": "Consenti di mettere in pausa/riprendere il lavoro di stampa",
"es": "Permitir pausar / reanudar el trabajo de impresión",
"pl": "Zezwól na wstrzymanie/wznowienie zadania drukowania",
"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.octoprint",
"version": "3.0.1",
"version": "3.1.0",
"description": "ioBroker OctoPrint Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit 3a64505

Please sign in to comment.