Skip to content

Commit fcb6ca4

Browse files
committed
[project] Start new version, update changelog with features added in previous commits
1 parent 3c0d086 commit fcb6ca4

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,3 +340,12 @@ This version of DVR-Scan includes a new, faster background subtraction algorithm
340340
* [feature] allows input seeking, frame skipping, and output suppression mode
341341
* [feature] configurable detection windows and pre/post-event inclusion length
342342

343+
344+
----------------------------------------------------------
345+
346+
347+
### In Development
348+
349+
* [feature] various UI enhancements:
350+
* input videos can now be sorted
351+
* add button to open log folder

dvr_scan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import sys
3636

3737
# Used for module/distribution identification.
38-
__version__ = "1.7.0.1"
38+
__version__ = "1.8-dev0"
3939

4040
# Handle loading OpenCV. This **MUST** be first before any other DVR-Scan or third-party
4141
# packages are imported which might attempt to import the `cv2` module.

0 commit comments

Comments
 (0)