Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seydx committed Jan 10, 2022
1 parent f3dbfa0 commit 73d321b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.0] - 2022-01-??
## [1.0.0] - 2022-01-10
- Initial relase
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ and much mure...

## Installation

camera.ui is still in the beta phase. The beta version can be installed as follows:
camera.ui can be installed as follows:

```
sudo npm install -g camera.ui@beta
sudo npm install -g camera.ui@latest
```

## Documentation
Expand Down Expand Up @@ -183,7 +183,7 @@ If you have used camera.ui before WITHOUT Homebridge and then use it with Homebr
Homebridge-config-ui-x offers some more config parameter to eg. enable HSV, motion sensors, motion switches and more. Please take a look at the `example-config.json`


*Note:* homebridge-camera-ui >= v5.0.0 is compatible with camera.ui. Version 5 is still in beta phase and will be released very soon. [v5.0.0](https://github.com/seydx/homebridge-camera-ui/pull/255)
*Note:* homebridge-camera-ui >= v5.0.0 is compatible with camera.ui.

## Motion detection

Expand Down
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camera.ui",
"version": "1.0.0-beta.64",
"version": "1.0.0",
"description": "User Interface for RTSP capable cameras.",
"author": "SeydX (https://github.com/SeydX/camera.ui)",
"scripts": {
Expand Down

0 comments on commit 73d321b

Please sign in to comment.