Skip to content

Commit

Permalink
chore: release v2.9.18
Browse files Browse the repository at this point in the history
* (foxriver76) fixed issue, that old attributes value is shown in some scenarios
* (foxriver76) dedicated permission system extended to view level
  • Loading branch information
foxriver76 committed Jan 15, 2024
1 parent b9205d5 commit 10e412d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,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.18 (2024-01-15)
* (foxriver76) fixed issue, that old attributes value is shown in some scenarios
* (foxriver76) dedicated permission system extended to view level

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.17",
"version": "2.9.18",
"news": {
"2.9.18": {
"en": "fixed issue, that old attributes value is shown in some scenarios\ndedicated permission system extended to view level",
"de": "feste ausgabe, dass der alte attributwert in einigen szenarien angezeigt wird\ndediziertes berechtigungssystem erweitert um ebene anzeigen",
"ru": "фиксированная проблема, что значение старых атрибутов показано в некоторых сценариях\nвыделенная система разрешений расширена для просмотра уровня",
"pt": "problema fixo, esse valor de atributos antigos é mostrado em alguns cenários\nsistema de permissão dedicado estendido para visualizar o nível",
"nl": "vast probleem, dat oude attributen waarde wordt weergegeven in sommige scenario's\ndedicated permission system uitgebreid naar view level",
"fr": "problème fixe, que la valeur des anciens attributs est montrée dans certains scénarios\nsystème de permission dédié étendu pour voir le niveau",
"it": "problema fisso, che il valore di attributi vecchi è mostrato in alcuni scenari\nsistema di autorizzazioni dedicato esteso a livello di vista",
"es": "cuestión fija, ese valor de atributos antiguos se muestra en algunos escenarios\nsistema de permiso dedicado ampliado para ver nivel",
"pl": "stałe emisji, że stare atrybuty wartość jest pokazywana w niektórych scenariuszach\ndedykowany system zezwoleń rozszerzony o poziom widoku",
"uk": "виправлено проблему, що значення старих атрибутів відображається в деяких сценаріях\nвиділена система дозволу продовжена до рівня зору",
"zh-cn": "固定问题, 在一些假设中显示旧属性值\n将专用许可系统扩展至视图级别"
},
"2.9.17": {
"en": "dedicated permission system on project level introduced",
"de": "dediziertes berechtigungssystem auf projektebene eingeführt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "zoptymalizowane kopie/drapowanie w grupach",
"uk": "оптимізоване копіювання / копіювання в групах",
"zh-cn": "优化各组的复制/节目"
},
"2.9.11": {
"en": "fixed bug with visibility calculation",
"de": "fehler behoben mit sichtberechnung",
"ru": "исправлена ошибка с расчетом видимости",
"pt": "bug fixo com cálculo de visibilidade",
"nl": "vertaling:",
"fr": "bug fixe avec calcul de visibilité",
"it": "bug fisso con calcolo della visibilità",
"es": "bug fijo con cálculo de visibilidad",
"pl": "urządzenie do obliczeń stałych",
"uk": "виправлена помилка з розрахунку видимості",
"zh-cn": "b 固定的能见度计算"
}
},
"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.17",
"version": "2.9.18",
"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.17",
"version": "2.9.18",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 10e412d

Please sign in to comment.