Skip to content

Commit

Permalink
chore: release v1.2.2
Browse files Browse the repository at this point in the history
* (bluefox) Corrected passwords with exclamation mark
  • Loading branch information
GermanBluefox committed Jul 7, 2023
1 parent b2c91c6 commit df8b6c8
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
**Tests:**: [![Travis-CI](http://img.shields.io/travis/ioBroker/ioBroker.cameras/master.svg)](https://travis-ci.org/ioBroker/ioBroker.cameras)

## IP-Cameras adapter for ioBroker
You can integrate you web/ip cameras into vis and other visualizations.
You can integrate your web/ip cameras into vis and other visualizations.
If you configure a camera with name `cam1` it will be available on
web server under `http(s)://iobroker-IP:8082/cameras.0/cam1`.

Expand Down Expand Up @@ -52,7 +52,7 @@ Here is an example of how to add Reolink E1:
-->

## Changelog
### **WORK IN PROGRESS**
### 1.2.2 (2023-07-07)
* (bluefox) Corrected passwords with exclamation mark

### 1.2.1 (2023-07-06)
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.5b9b3536.js",
"main.js": "./static/js/main.e27d622a.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.5b9b3536.js.map": "./static/js/main.5b9b3536.js.map"
"main.e27d622a.js.map": "./static/js/main.e27d622a.js.map"
},
"entrypoints": [
"static/css/main.482ecff8.css",
"static/js/main.5b9b3536.js"
"static/js/main.e27d622a.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>ioBroker.cameras</title><script defer="defer" src="./static/js/main.5b9b3536.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>ioBroker.cameras</title><script defer="defer" src="./static/js/main.e27d622a.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.2.1",
"version": "1.2.2",
"news": {
"1.2.2": {
"en": "Corrected passwords with exclamation mark",
"de": "Korrigierte Passwörter mit Ausrufzeichen",
"ru": "Исправлены пароли с знаком возбуждения",
"pt": "Senhas corrigidas com marca de exclamação",
"nl": "Vertaling:",
"fr": "Mot de passe corrigé avec marque d'exclamation",
"it": "Password corrette con marchio esclamativo",
"es": "Contraseñas corregidas con marca de exclamación",
"pl": "Komentarz z wykrzyknikiem",
"uk": "Виправлені паролі з маркуванням екскламації",
"zh-cn": "修改了开释标志的密码"
},
"1.2.1": {
"en": "Added eufy camera",
"de": "Hinzugefügt Eufakturkamera",
Expand Down Expand Up @@ -79,18 +92,6 @@
"es": "GUI actualizado a MUIv5",
"pl": "GUI zaktualizuje MUIv5",
"zh-cn": "古伊向MUIv5更新"
},
"0.1.8": {
"en": "replaced the deprecated package `request` with `axios`",
"de": "das veraltete Paket „request“ durch „axios“ ersetzt",
"ru": "заменил устаревший пакет `request` на `axios`",
"pt": "substituiu o pacote obsoleto `request` por `axios`",
"nl": "het verouderde pakket `request` vervangen door `axios`",
"fr": "remplacé le paquet obsolète `request` par `axios`",
"it": "sostituito il deprecato pacchetto `request` con `axios`",
"es": "reemplazó el paquete obsoleto `request` con `axios`",
"pl": "zastąpiono przestarzały pakiet `request` na `axios`",
"zh-cn": "用 `axios` 替换了已弃用的包 `request`"
}
},
"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.2.1",
"version": "1.2.2",
"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.2.1",
"version": "1.2.2",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.1.2",
Expand Down

0 comments on commit df8b6c8

Please sign in to comment.