Skip to content

Commit

Permalink
chore: release v2.9.17
Browse files Browse the repository at this point in the history
* (foxriver76) dedicated permission system on project level introduced
  • Loading branch information
foxriver76 committed Jan 13, 2024
1 parent d9c42fb commit 59a3392
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ E.g., if it was used in a menu and the menu is red, the circle would be red.
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 2.9.17 (2024-01-13)
* (foxriver76) dedicated permission system on project level introduced

### 2.9.16 (2024-01-11)
Expand Down
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": "vis-2",
"version": "2.9.16",
"version": "2.9.17",
"news": {
"2.9.17": {
"en": "dedicated permission system on project level introduced",
"de": "dediziertes berechtigungssystem auf projektebene eingeführt",
"ru": "внедрена специальная система разрешений на уровне проекта",
"pt": "sistema de permissão dedicado no nível do projeto introduzido",
"nl": "specifiek toestemmingssysteem op projectniveau ingevoerd",
"fr": "système de permission dédié au niveau du projet introduit",
"it": "sistema di autorizzazioni dedicato a livello di progetto introdotto",
"es": "sistema de permisos dedicados a nivel de proyectos",
"pl": "dedykowany system zezwoleń na poziomie projektu wprowadzony",
"uk": "запроваджено систему дозволів на рівні проекту",
"zh-cn": "在项目一级采用专门许可制度"
},
"2.9.16": {
"en": "use the correct fallback values for widget signals determination",
"de": "verwenden sie die richtigen rückfallwerte für die widget-signalbestimmung",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "urządzenie do obliczeń stałych",
"uk": "виправлена помилка з розрахунку видимості",
"zh-cn": "b 固定的能见度计算"
},
"2.9.10": {
"en": "remove accidentally added script file, which lead to crash",
"de": "versehentlich hinzugefügte skriptdatei entfernen, die zum absturz führen",
"ru": "удалить случайно добавленный файл скрипта, который приведет к сбою",
"pt": "remover acidentalmente adicionado arquivo de script, que levam ao acidente",
"nl": "verwijder per ongeluk script bestand, wat leidt tot crash",
"fr": "supprimer accidentellement ajouté fichier de script, qui conduisent à planter",
"it": "rimuovere accidentalmente aggiunto file di script, che portano a crash",
"es": "eliminar accidentalmente añadido archivo script, que conduce a estrellarse",
"pl": "usunąć przypadkowo dodawane pliki skryptowe, które doprowadziły do katastrofy",
"uk": "видалити випадково доданий файл скрипта, який призведе до аварії",
"zh-cn": "删除错误的文字档案,造成事故"
}
},
"title": "Visualisation Next Generation",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.vis-2",
"description": "Next generation graphical user interface for ioBroker.",
"version": "2.9.16",
"version": "2.9.17",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vis-2-gui",
"version": "2.9.16",
"version": "2.9.17",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down
2 changes: 1 addition & 1 deletion src/public/material-icons/baseline.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/public/material-icons/outline.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/public/material-icons/round.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/public/material-icons/sharp.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/public/material-icons/twotone.json

Large diffs are not rendered by default.

0 comments on commit 59a3392

Please sign in to comment.