Skip to content

Commit

Permalink
Bump version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Jan 4, 2024
1 parent 4276a35 commit c8b85ce
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,5 +1,16 @@
# Changelog

## [v1.7.004](https://github.com/ZoneMinder/zmNinja/tree/v1.7.003) (2023-12-22)

[Full Changelog](https://github.com/ZoneMinder/zmNinja/compare/v1.7.003...v1.7.004)

- Implement 1.37 support for Deleted and Capturing monitor fields.
- Fix error when closing montage profile edit
- Prevent setting img src to undefined due to imageSpinnerSrc being undefined.
- Add login credentials to API login?
- Fix connKey becoming undefined due to use of regenConnKey instead of genConnKey


## [v1.7.003](https://github.com/ZoneMinder/zmNinja/tree/v1.7.003) (2023-12-07)

[Full Changelog](https://github.com/ZoneMinder/zmNinja/compare/v1.7.002...v1.7.003)
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.zoneminder.zmNinja" version="1.7.003" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.zoneminder.zmNinja" version="1.7.004" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
Expand Down

0 comments on commit c8b85ce

Please sign in to comment.