Skip to content

Commit

Permalink
chore: release v1.0.3
Browse files Browse the repository at this point in the history
* (bluefox) Corrected GUI config error
  • Loading branch information
GermanBluefox committed Jan 11, 2023
1 parent 2c7a743 commit 496c868
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Here is an example how to add Reolink E1:
-->

## Changelog
### **WORK IN PROGRESS**
### 1.0.3 (2023-01-11)
* (bluefox) Corrected GUI config error

### 1.0.2 (2023-01-07)
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "./static/css/main.482ecff8.css",
"main.js": "./static/js/main.67ebebb3.js",
"main.js": "./static/js/main.784c7098.js",
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
"static/media/Cellar.svg": "./static/media/Cellar.7ec1b1803a2437c8b78c.svg",
Expand Down Expand Up @@ -123,10 +123,10 @@
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
"main.482ecff8.css.map": "./static/css/main.482ecff8.css.map",
"main.67ebebb3.js.map": "./static/js/main.67ebebb3.js.map"
"main.784c7098.js.map": "./static/js/main.784c7098.js.map"
},
"entrypoints": [
"static/css/main.482ecff8.css",
"static/js/main.67ebebb3.js"
"static/js/main.784c7098.js"
]
}
2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>React App</title><script defer="defer" src="./static/js/main.67ebebb3.js"></script><link href="./static/css/main.482ecff8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>React App</title><script defer="defer" src="./static/js/main.784c7098.js"></script><link href="./static/css/main.482ecff8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "cameras",
"version": "1.0.2",
"version": "1.0.3",
"news": {
"1.0.3": {
"en": "Corrected GUI config error",
"de": "Korrigiert GUI config Fehler",
"ru": "Исправлена ошибка GUI config",
"pt": "Erro de configuração GUI corrigido",
"nl": "Quality over Quantity (QoQ) Releases Vertaling:",
"fr": "Erreur de configuration GUI corrigée",
"it": "Errore di configurazione GUI corretto",
"es": "Error de configuración de GUI corregido",
"pl": "Kwalifikacja GUI",
"uk": "Виправлена помилка налаштування інтерфейсу",
"zh-cn": "更正"
},
"1.0.2": {
"en": "added RTSP camera\nadded cache of snapshots",
"de": "rTSP Kamera\nhinzugefügt cache von snapshots",
Expand Down Expand Up @@ -75,18 +88,6 @@
"es": "Se realizan los preparativos para [email protected]",
"pl": "Trwają przygotowania do [email protected]",
"zh-cn": "[email protected]的准备工作做好了"
},
"0.1.4": {
"en": "Add role for states",
"de": "Rolle für Staaten hinzufügen",
"ru": "Добавить роль для состояний",
"pt": "Adicionar função para estados",
"nl": "Rol toevoegen voor staten",
"fr": "Ajouter un rôle pour les états",
"it": "Aggiungi ruolo per gli stati",
"es": "Agregar rol para los estados",
"pl": "Dodaj rolę dla stanów",
"zh-cn": "为状态添加角色"
}
},
"title": "IP-Cameras",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.cameras",
"version": "1.0.2",
"version": "1.0.3",
"description": "Connect IP-cameras to iobroker",
"author": {
"name": "bluefox",
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": "cameras-admin",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.0.8",
Expand Down

0 comments on commit 496c868

Please sign in to comment.