Skip to content

Commit

Permalink
chore: release v1.4.2
Browse files Browse the repository at this point in the history
* (bluefox) Allowed selection of mixed states
  • Loading branch information
GermanBluefox committed Dec 6, 2024
1 parent df6c3e2 commit 34d5b72
Show file tree
Hide file tree
Showing 25 changed files with 286 additions and 264 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This adapter has vis2 widget.
-->

## Changelog
### **WORK IN PROGRESS**
### 1.4.2 (2024-12-06)
* (bluefox) Allowed selection of mixed states

### 1.4.1 (2024-07-25)
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"files": {
"main.css": "./static/css/main.83fa2641.css",
"main.js": "./static/js/main.576b9339.js",
"main.js": "./static/js/main.a460e3d4.js",
"static/media/day-night.jpg": "./static/media/day-night.d6f09cbf18746b70d451.jpg",
"index.html": "./index.html",
"main.83fa2641.css.map": "./static/css/main.83fa2641.css.map",
"main.576b9339.js.map": "./static/js/main.576b9339.js.map"
"main.a460e3d4.js.map": "./static/js/main.a460e3d4.js.map"
},
"entrypoints": [
"static/css/main.83fa2641.css",
"static/js/main.576b9339.js"
"static/js/main.a460e3d4.js"
]
}
2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scheduler</title><script defer="defer" src="./static/js/main.576b9339.js"></script><link href="./static/css/main.83fa2641.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scheduler</title><script defer="defer" src="./static/js/main.a460e3d4.js"></script><link href="./static/css/main.83fa2641.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "scheduler",
"version": "1.4.1",
"version": "1.4.2",
"news": {
"1.4.2": {
"en": "Allowed selection of mixed states",
"de": "Erlaubte Auswahl von gemischten Staaten",
"ru": "Разрешенный выбор смешанных государств",
"pt": "Seleção permitida de estados mistos",
"nl": "Toegestaan selectie van gemengde staten",
"fr": "Sélection autorisée d'états mixtes",
"it": "Selezione consentita di stati misti",
"es": "Selección de estados mixtos",
"pl": "Dopuszczalny wybór państw mieszanych",
"uk": "Дозволений вибір змішаних станів",
"zh-cn": "允许选择混合州"
},
"1.4.1": {
"en": "Packages of the widget were updated",
"de": "Pakete des Widgets wurden aktualisiert",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Skorygowane błędy widget\nWdrożone typy niestandardowe",
"uk": "Виправлені помилки віджету\nРеалізовані спеціальні типи",
"zh-cn": "修正的部件错误\n已执行定制类型"
},
"1.2.3": {
"en": "Corrected widget errors",
"de": "Korrigierte Widget-Fehler",
"ru": "Исправленные ошибки виджета",
"pt": "Erros de widget corrigidos",
"nl": "Gecorrigeerde widget-fouten",
"fr": "Erreurs de widget corrigées",
"it": "Errori di widget corretti",
"es": "Errores de widget corregidos",
"pl": "Skorygowane błędy widget",
"uk": "Виправлені помилки віджету",
"zh-cn": "修正的部件错误"
}
},
"title": "Schedule profiler",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.scheduler",
"version": "1.4.1",
"version": "1.4.2",
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.",
"author": {
"name": "bluefox",
Expand Down
4 changes: 2 additions & 2 deletions src-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.vis-2-widgets-scheduler",
"private": true,
"version": "1.4.1",
"version": "1.4.2",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@iobroker/adapter-react-v5": "^7.4.3",
Expand Down Expand Up @@ -45,4 +45,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scheduler-admin",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down
2 changes: 1 addition & 1 deletion widgets/scheduler/customWidgets.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion widgets/scheduler/customWidgets.js.map

Large diffs are not rendered by default.

46 changes: 24 additions & 22 deletions widgets/scheduler/i18n/de.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"hide_days_of_week": "Wochentage ausblenden",
"instance": "Instanz",
"name": "Name",
"profile_not_selected": "Profil nicht ausgewählt",
"read_only": "Schreibgeschützt",
"scheduler": "Planer",
"set_label": "Planer",
"used_only_with_relative": "Wird nur mit relativer Position verwendet",
"instance_not_selected": "Instanz nicht ausgewählt",
"Mo": "Mo",
"Tu": "Di",
"We": "Mi",
"Th": "Do",
"Fr": "Fr",
"Sa": "Sa",
"Su": "So",
"profile": "Profil",
"Press \"shift\" and move mouse to change more than one slider": "Drücken Sie \"Shift\" und bewegen Sie die Maus, um mehr als einen Schieberegler zu ändern",
"Now": "Jetzt",
"without_card": "Kein Rahmen",
"Holiday": "Feiertag"
}
"Fr": "Fr",
"Holiday": "Feiertag",
"Mo": "Mo",
"Now": "Jetzt",
"Press \"shift\" and move mouse to change more than one slider": "Drücken Sie \"Shift\" und bewegen Sie die Maus, um mehr als einen Schieberegler zu ändern",
"Sa": "Sa",
"Su": "So",
"Th": "Do",
"Tu": "Di",
"We": "Mi",
"hide_days_of_week": "Wochentage ausblenden",
"instance": "Instanz",
"instance_not_selected": "Instanz nicht ausgewählt",
"name": "Name",
"off": "Aus",
"on": "An",
"profile": "Profil",
"profile_not_selected": "Profil nicht ausgewählt",
"read_only": "Schreibgeschützt",
"scheduler": "Planer",
"set_label": "Planer",
"used_only_with_relative": "Wird nur mit relativer Position verwendet",
"without_card": "Kein Rahmen"
}
44 changes: 23 additions & 21 deletions widgets/scheduler/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"scheduler": "scheduler",
"set_label": "Scheduler",
"instance": "Instance",
"profile": "Profile",
"read_only": "Read only",
"hide_days_of_week": "Hide days of week",
"profile_not_selected": "Profile not selected",
"used_only_with_relative": "Used only with relative position",
"name": "Name",
"instance_not_selected": "Instance not selected",
"Mo": "Mo",
"Tu": "Tu",
"We": "We",
"Th": "Th",
"Fr": "Fr",
"Sa": "Sa",
"Su": "Su",
"Press \"shift\" and move mouse to change more than one slider": "Press \"shift\" and move mouse to change more than one slider",
"Now": "Now",
"without_card": "No frame",
"Holiday": "Holiday"
"Fr": "Fr",
"Holiday": "Holiday",
"Mo": "Mo",
"Now": "Now",
"Press \"shift\" and move mouse to change more than one slider": "Press \"shift\" and move mouse to change more than one slider",
"Sa": "Sa",
"Su": "Su",
"Th": "Th",
"Tu": "Tu",
"We": "We",
"hide_days_of_week": "Hide days of week",
"instance": "Instance",
"instance_not_selected": "Instance not selected",
"name": "Name",
"off": "Off",
"on": "On",
"profile": "Profile",
"profile_not_selected": "Profile not selected",
"read_only": "Read only",
"scheduler": "scheduler",
"set_label": "Scheduler",
"used_only_with_relative": "Used only with relative position",
"without_card": "No frame"
}
44 changes: 23 additions & 21 deletions widgets/scheduler/i18n/es.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"hide_days_of_week": "Ocultar días de la semana",
"instance": "Instancia",
"name": "Nombre",
"profile_not_selected": "Perfil no seleccionado",
"read_only": "Solo lectura",
"scheduler": "planificador",
"set_label": "programador",
"used_only_with_relative": "Usado solo con posición relativa",
"instance_not_selected": "Instancia no seleccionada",
"Mo": "Mes",
"Tu": "Tu",
"We": "Mi",
"Th": "Th",
"Fr": "Fr",
"Sa": "Sa",
"Su": "Su",
"profile": "Perfil",
"Press \"shift\" and move mouse to change more than one slider": "Presione \"shift\" y mueva el mouse para cambiar más de un control deslizante",
"Now": "Ahora",
"without_card": "Sin marco",
"Holiday": "Día festivo"
"Fr": "Fr",
"Holiday": "Día festivo",
"Mo": "Mes",
"Now": "Ahora",
"Press \"shift\" and move mouse to change more than one slider": "Presione \"shift\" y mueva el mouse para cambiar más de un control deslizante",
"Sa": "Sa",
"Su": "Su",
"Th": "Th",
"Tu": "Tu",
"We": "Mi",
"hide_days_of_week": "Ocultar días de la semana",
"instance": "Instancia",
"instance_not_selected": "Instancia no seleccionada",
"name": "Nombre",
"off": "Fuera de",
"on": "En",
"profile": "Perfil",
"profile_not_selected": "Perfil no seleccionado",
"read_only": "Solo lectura",
"scheduler": "planificador",
"set_label": "programador",
"used_only_with_relative": "Usado solo con posición relativa",
"without_card": "Sin marco"
}
44 changes: 23 additions & 21 deletions widgets/scheduler/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"hide_days_of_week": "Masquer les jours de la semaine",
"instance": "Exemple",
"name": "Nom",
"profile_not_selected": "Profil non sélectionné",
"read_only": "Lecture seulement",
"scheduler": "planificateur",
"set_label": "Planificateur",
"used_only_with_relative": "Utilisé uniquement avec la position relative",
"instance_not_selected": "Instance non sélectionnée",
"Mo": "Mo",
"Tu": "Ma",
"We": "Mi",
"Th": "Th",
"Fr": "Fr",
"Sa": "Sa",
"Su": "Su",
"profile": "Profil",
"Press \"shift\" and move mouse to change more than one slider": "Appuyez sur \"shift\" et déplacez la souris pour modifier plusieurs curseurs",
"Now": "Maintenant",
"without_card": "Pas de cadre",
"Holiday": "Vacances"
"Fr": "Fr",
"Holiday": "Vacances",
"Mo": "Mo",
"Now": "Maintenant",
"Press \"shift\" and move mouse to change more than one slider": "Appuyez sur \"shift\" et déplacez la souris pour modifier plusieurs curseurs",
"Sa": "Sa",
"Su": "Su",
"Th": "Th",
"Tu": "Ma",
"We": "Mi",
"hide_days_of_week": "Masquer les jours de la semaine",
"instance": "Exemple",
"instance_not_selected": "Instance non sélectionnée",
"name": "Nom",
"off": "Arrêt",
"on": "Sur",
"profile": "Profil",
"profile_not_selected": "Profil non sélectionné",
"read_only": "Lecture seulement",
"scheduler": "planificateur",
"set_label": "Planificateur",
"used_only_with_relative": "Utilisé uniquement avec la position relative",
"without_card": "Pas de cadre"
}
44 changes: 23 additions & 21 deletions widgets/scheduler/i18n/it.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"hide_days_of_week": "Nascondi i giorni della settimana",
"instance": "Esempio",
"name": "Nome",
"profile_not_selected": "Profilo non selezionato",
"read_only": "Sola lettura",
"scheduler": "pianificatore",
"set_label": "Programmatore",
"used_only_with_relative": "Usato solo con posizione relativa",
"instance_not_selected": "Istanza non selezionata",
"Mo": "Mo",
"Tu": "tu",
"We": "Mi",
"Th": "Th",
"Fr": "Fr",
"Sa": "Sa",
"Su": "Su",
"profile": "Profilo",
"Press \"shift\" and move mouse to change more than one slider": "Premi \"shift\" e muovi il mouse per cambiare più di un cursore",
"Now": "Ora",
"without_card": "Nessuna cornice",
"Holiday": "Vacanza"
"Fr": "Fr",
"Holiday": "Vacanza",
"Mo": "Mo",
"Now": "Ora",
"Press \"shift\" and move mouse to change more than one slider": "Premi \"shift\" e muovi il mouse per cambiare più di un cursore",
"Sa": "Sa",
"Su": "Su",
"Th": "Th",
"Tu": "tu",
"We": "Mi",
"hide_days_of_week": "Nascondi i giorni della settimana",
"instance": "Esempio",
"instance_not_selected": "Istanza non selezionata",
"name": "Nome",
"off": "Spento",
"on": "Su",
"profile": "Profilo",
"profile_not_selected": "Profilo non selezionato",
"read_only": "Sola lettura",
"scheduler": "pianificatore",
"set_label": "Programmatore",
"used_only_with_relative": "Usato solo con posizione relativa",
"without_card": "Nessuna cornice"
}
44 changes: 23 additions & 21 deletions widgets/scheduler/i18n/nl.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"hide_days_of_week": "Dagen van de week verbergen",
"instance": "Voorbeeld",
"name": "Naam",
"profile_not_selected": "Profiel niet geselecteerd",
"read_only": "Alleen lezen",
"scheduler": "planner",
"set_label": "Planner",
"used_only_with_relative": "Alleen gebruikt met relatieve positie",
"instance_not_selected": "Instantie niet geselecteerd",
"Mo": "Mo",
"Tu": "Tu",
"We": "Mi",
"Th": "Th",
"Fr": "Fr",
"Sa": "Sa",
"Su": "Su",
"profile": "Profiel",
"Press \"shift\" and move mouse to change more than one slider": "Druk op \"shift\" en beweeg de muis om meer dan één schuifregelaar te wijzigen",
"Now": "Nu",
"without_card": "Geen frame",
"Holiday": "Vakantie"
"Fr": "Fr",
"Holiday": "Vakantie",
"Mo": "Mo",
"Now": "Nu",
"Press \"shift\" and move mouse to change more than one slider": "Druk op \"shift\" en beweeg de muis om meer dan één schuifregelaar te wijzigen",
"Sa": "Sa",
"Su": "Su",
"Th": "Th",
"Tu": "Tu",
"We": "Mi",
"hide_days_of_week": "Dagen van de week verbergen",
"instance": "Voorbeeld",
"instance_not_selected": "Instantie niet geselecteerd",
"name": "Naam",
"off": "Uit",
"on": "Op",
"profile": "Profiel",
"profile_not_selected": "Profiel niet geselecteerd",
"read_only": "Alleen lezen",
"scheduler": "planner",
"set_label": "Planner",
"used_only_with_relative": "Alleen gebruikt met relatieve positie",
"without_card": "Geen frame"
}
Loading

0 comments on commit 34d5b72

Please sign in to comment.