Skip to content

Commit

Permalink
chore: release v7.0.16
Browse files Browse the repository at this point in the history
* (bluefox) Allowed playing mp3 and video files in the file browser
  • Loading branch information
GermanBluefox committed Jul 15, 2024
1 parent dc3b939 commit bc816c3
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons)
* (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element.

## 6.12.1 (2023-10-29)
* (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons)
* (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element.

## 7.0.7 (2024-06-27)
* (bluefox) Corrected call of getObjectView with null parameter

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The icons may not be reused in other projects without the proper flaticon licens
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 7.0.16 (2024-07-15)
* (bluefox) Allowed playing mp3 and video files in the file browser

### 7.0.13 (2024-07-12)
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.15",
"version": "7.0.16",
"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.

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.0.15",
"version": "7.0.16",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.0.16": {
"en": "Allowed playing mp3 and video files in the file browser",
"de": "Erlaubt, mp3 und Videodateien im Dateibrowser zu spielen",
"ru": "Позволяет играть в mp3 и видео файлы в браузере файла",
"pt": "Permitiram reproduzir mp3 e arquivos de vídeo no navegador de arquivos",
"nl": "Toegestaan het afspelen van mp3 en videobestanden in de bestandsbrowser",
"fr": "Permet de lire des fichiers mp3 et vidéo dans le navigateur de fichiers",
"it": "Consentito di giocare mp3 e file video nel browser del file",
"es": "Permitido reproducir archivos mp3 y de vídeo en el navegador de archivos",
"pl": "Dozwolone odtwarzanie plików mp3 i wideo w przeglądarce plików",
"uk": "Дозволено відтворення mp3 та відео файлів у браузері файлів",
"zh-cn": "允许在文件浏览器中播放 mp3 和视频文件"
},
"7.0.13": {
"en": "Do not send `sendto` requests if control is hidden\nRead recommended versions from `iobroker/iobroker`",
"de": "Senden Sie keine `sendto` Anfragen, wenn die Kontrolle versteckt ist\nEmpfohlene Versionen von `iobroker/iobroker `",
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.15",
"version": "7.0.16",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/src-admin/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "7.0.14"
"version": "7.0.15"
}
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.15",
"version": "7.0.16",
"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.15",
"version": "7.0.16",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit bc816c3

Please sign in to comment.