Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OFFICIAL RELEASE] 7.0.24 #2623

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older changes
## 7.0.16 (2024-07-15)
* (bluefox) Allowed playing mp3 and video files in the file browser

## 7.0.13 (2024-07-12)
* (bluefox) Do not send `sendto` requests if control is hidden
* (bluefox) Read recommended versions from `iobroker/iobroker`
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The icons may not be reused in other projects without the proper flaticon licens
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 7.0.24 (2024-08-16)
* (bluefox) Showed min/max limits by controlling the values
* (bluefox) Corrected style for tabs

Expand All @@ -111,9 +111,6 @@ The icons may not be reused in other projects without the proper flaticon licens
* (bluefox) Corrected the CRON description
* (bluefox) Corrected the Device Manager Component

### 7.0.16 (2024-07-15)
* (bluefox) Allowed playing mp3 and video files in the file browser

## 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.0.23",
"version": "7.0.24",
"packages": [
"packages/*"
],
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions packages/admin/io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "admin",
"version": "7.0.23",
"version": "7.0.24",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.0.24": {
"en": "Showed min/max limits by controlling the values\nCorrected style for tabs",
"de": "Gezeigte Min/Max-Grenzwerte durch Steuerung der Werte\nKorrigierter Stil für Tabs",
"ru": "Показано ограничение min/max, контролируя значения\nИсправленный стиль для вкладок",
"pt": "Mostrado limites min/max controlando os valores\nEstilo corrigido para abas",
"nl": "Min/max limieten getoond door de waarden te controleren\nGecorrigeerde stijl voor tabbladen",
"fr": "Limites min/max indiquées en contrôlant les valeurs\nStyle corrigé pour les onglets",
"it": "Mostrati limiti min/max controllando i valori\nStile corretto per schede",
"es": "Visualizado min/max límites controlando los valores\nEstilo corregido para pestañas",
"pl": "Pokazane wartości graniczne min / max poprzez kontrolę wartości\nPoprawiony styl dla zakładek",
"uk": "Виявлені ліміти хв/максів, які контролюють значення\nПравильний стиль для вкладок",
"zh-cn": "通过控制值来显示分钟/最大限制\n校正标签样式"
},
"7.0.23": {
"en": "only automatically open the host notification dialog if warnings are available\nimproved style of host notification dialog\nclarified auto upgrade options selection\nCorrected the link in instances, e.g., for vis-2\nCorrected the connection information in the instance tab",
"de": "nur automatisch den host-benachrichtigungsdialog öffnen, wenn warnungen verfügbar sind\nverbesserte art der host-benachrichtigung dialog\nclarified auto upgrade optionen auswahl\nKorrigierte den Link in Fällen, z.B. für vis-2\nKorrektur der Verbindungsinformationen in der Registerkarte",
Expand Down Expand Up @@ -95,19 +108,6 @@
"pl": "Nie wysyłaj żądań 'sendto', jeśli kontrola jest ukryta\nPrzeczytaj zalecane wersje z 'iobroker / iobroker'",
"uk": "Не надсилайте запити `sendto`, якщо приховано контроль\nЧитати рекомендовані версії з `iobroker/iobroker й",
"zh-cn": "隐藏控制时不要发送“ 发送” 请求\n阅读“iobrocco/iobroco”的建议版本 `"
},
"7.0.12": {
"en": "Changed a recommended node.js version from 18 to 20",
"de": "Änderung einer empfohlenen node.js-Version von 18 bis 20",
"ru": "Изменение рекомендуемой версии node.js с 18 до 20",
"pt": "Alterou uma versão node.js recomendada de 18 a 20",
"nl": "Een aanbevolen node.js versie van 18 naar 20 gewijzigd",
"fr": "Change une version node.js recommandée de 18 à 20",
"it": "Modificata una versione node.js consigliata da 18 a 20",
"es": "Cambia una versión recomendada node.js de 18 a 20",
"pl": "Zmieniono zalecaną wersję node.js z 18 na 20",
"uk": "Змінено рекомендовану версію node.js від 18 до 20",
"zh-cn": "将推荐的节点.js版本从18个改为20个"
}
},
"desc": {
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.0.23",
"version": "7.0.24",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/src-admin/public/css/adapter.css.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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.0.23",
"version": "7.0.24",
"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.0.23",
"version": "7.0.24",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down
Loading