Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Changelog, bump version to 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
peci1 committed Nov 22, 2017
1 parent 15097bb commit 7011f0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 3.0.0 (2017-11-22) #

- Refactoring by Azzurite
- control.bat now takes up to three command-line arguments
1. web browser to use to open the webpage
1. IP address of the camera
1. IP mask of the camera

all of the arguments are optional
- Threaded execution

# 2.0.0 (2016-09-18) #

- The first version of peci1's fork.
Expand Down
2 changes: 1 addition & 1 deletion Control.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rem Usage:
rem Usage: Control.bat [browser [camera_ip [camera_ip_mask]]]
rem Control.bat (opens the page in Internet Explorer, asks for IP address and network mask of the camera)
rem Control.bat firefox (opens the page in firefox, asks for IP address and network mask of the camera)
rem Control.bat firefox 192.168.0.1 (opens the page in firefox, doesn't ask for anything, assumes network mask /24)
Expand Down

0 comments on commit 7011f0d

Please sign in to comment.