Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.3.2
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Some GUI packages were updated.
-   (@GermanBluefox) Improved file viewer. Added icons viewer
  • Loading branch information
foxriver76 authored Nov 15, 2024
1 parent 182a0f2 commit 345dc9e
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 7.1.5 (2024-09-26)

- (bluefox) Added the read-only flag to the `state` JSON Config component

## 7.1.3 (2024-09-20)

- (@foxriver76) improve appearance and standardization of some warning messages
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The icons may not be reused in other projects without the proper flaticon licens
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 7.3.2 (2024-11-15)

- (@GermanBluefox) Some GUI packages were updated.
- (@GermanBluefox) Improved file viewer. Added icons viewer
Expand All @@ -114,10 +114,6 @@ The icons may not be reused in other projects without the proper flaticon licens
- (@GermanBluefox) Added the history for the installation from URL
- (@foxriver76) fixed wrongly displayed repository warning

### 7.1.5 (2024-09-26)

- (bluefox) Added the read-only flag to the `state` JSON Config component

## License

The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.3.1",
"version": "7.3.2",
"packages": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 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 packages/adapter-react-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/adapter-react-v5",
"version": "7.3.1",
"version": "7.3.2",
"description": "React components to develop ioBroker interfaces with react.",
"author": {
"name": "bluefox",
Expand Down
15 changes: 14 additions & 1 deletion packages/admin/io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "admin",
"version": "7.3.1",
"version": "7.3.2",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -19,6 +19,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.3.2": {
"en": "Some GUI packages were updated.\nImproved file viewer. Added icons viewer",
"de": "Einige GUI-Pakete wurden aktualisiert.\nVerbesserte Dateiansicht. Icons Viewer hinzugefügt",
"ru": "Некоторые пакеты GUI были обновлены.\nУлучшен просмотрщик файлов. Добавлен значок",
"pt": "Alguns pacotes GUI foram atualizados.\nVisualizador de arquivo melhorado. Visualizador de ícones adicionado",
"nl": "Sommige GUI-pakketten werden bijgewerkt.\nVerbeterde bestandsviewer. Pictogrammenviewer toegevoegd",
"fr": "Certains paquets GUI ont été mis à jour.\nVisualiseur de fichiers amélioré. Affichage des icônes ajoutées",
"it": "Alcuni pacchetti GUI sono stati aggiornati.\nVisualizzatore di file migliorato. Aggiunto icone viewer",
"es": "Algunos paquetes GUI fueron actualizados.\nMejorado visor de archivos. Añadido iconos visor",
"pl": "Niektóre pakiety GUI zostały zaktualizowane.\nUlepszona przeglądarka plików. Dodano przeglądarkę ikon",
"uk": "Деякі пакети GUI були оновлено.\nПоліпшення перегляду файлів. Перегляд іконок",
"zh-cn": "一些图形用户界面软件包已经更新.\n改进的文件查看器 。 添加图标查看器"
},
"7.3.1": {
"en": "Corrected cloud icon for admin\nAdded old dialog names to adapter-react-v5 again\nCorrected the password field in JSON-Config",
"de": "Korrigiertes Cloud-Symbol für Admin\nWieder alte Dialognamen zum Adapter-React-v5 hinzugefügt\nDas Passwortfeld in JSON-Config korrigiert",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.admin",
"description": "The adapter opens a webserver for the ioBroker admin UI.",
"version": "7.3.1",
"version": "7.3.2",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion packages/dm-gui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/dm-gui-components",
"version": "7.3.1",
"version": "7.3.2",
"description": "ReactJS components to develop admin interface for ioBroker device manager.",
"author": {
"name": "Jey Cee",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonConfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iobroker/json-config",
"description": "This package contains the ioBroker JSON config UI components",
"version": "7.3.1",
"version": "7.3.2",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 345dc9e

Please sign in to comment.