diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-23 07:38:30 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-23 07:38:30 -0400 |
| commit | 8a471a36f82635b9118c8733ea6325587261d98c (patch) | |
| tree | 13e1ce28a15f0a21e07b059a689f24c6eb9d23d6 | |
| parent | 165421220092470ab61f4222c624dc79cf410366 (diff) | |
version
Former-commit-id: eb82d42fbb380301b0bd93491f6da6bfcdd87d31
| -rw-r--r-- | CHANGELOG.md | 35 | ||||
| -rw-r--r-- | config.xml | 4 |
2 files changed, 34 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e88880e6..c13f0464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,36 @@ # Change Log -## [1.1.3](https://github.com/pliablepixels/zmNinja/tree/1.1.3) (2016-04-02) -[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.1.2...1.1.3) +## [1.1.7](https://github.com/pliablepixels/zmNinja/tree/1.1.7) (2016-04-23) +[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.1.4...1.1.7) + +**Implemented enhancements:** + +- Add option to tap on alarm events in events view to see a larger version [\#229](https://github.com/pliablepixels/zmNinja/issues/229) +- Add a helper function to automatically detect cgi-bin [\#228](https://github.com/pliablepixels/zmNinja/issues/228) +- PTZ zoom support [\#224](https://github.com/pliablepixels/zmNinja/issues/224) + +**Fixed bugs:** + +- Not possible to control PTZ after swipe from non-PTZ camera [\#223](https://github.com/pliablepixels/zmNinja/issues/223) +- PTZ with moveRel \(Axis PTZ as an example\) does not work when navigated from Montage view [\#222](https://github.com/pliablepixels/zmNinja/issues/222) +- montage natural scrolling does not work [\#218](https://github.com/pliablepixels/zmNinja/issues/218) +- when dragging around in analyze graph, don't scroll the screen [\#217](https://github.com/pliablepixels/zmNinja/issues/217) +- full screen in montage does not work [\#216](https://github.com/pliablepixels/zmNinja/issues/216) + +**Closed issues:** + +- improve timeline taps - make a closest guess [\#230](https://github.com/pliablepixels/zmNinja/issues/230) +- iOS and Android: introduce native transitions and scrolling \[performance\] [\#226](https://github.com/pliablepixels/zmNinja/issues/226) +- Email notifications with animated GIF attachements [\#225](https://github.com/pliablepixels/zmNinja/issues/225) +- Add version number to help page [\#220](https://github.com/pliablepixels/zmNinja/issues/220) +- Upgrade code-base to new plugins, ionic 1.2.4, etc. [\#219](https://github.com/pliablepixels/zmNinja/issues/219) +- Error: Hook failed with error code ENOENT: [\#210](https://github.com/pliablepixels/zmNinja/issues/210) + +## [v1.1.4](https://github.com/pliablepixels/zmNinja/tree/v1.1.4) (2016-04-05) +[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.1.3...v1.1.4) + +## [v1.1.3](https://github.com/pliablepixels/zmNinja/tree/v1.1.3) (2016-04-02) +[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.1.2...v1.1.3) **Implemented enhancements:** @@ -411,4 +440,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\ No newline at end of file @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<widget id="com.pliablepixels.zmninjapro" android-packageName="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.1.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="com.pliablepixels.zmninjapro" android-packageName="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.1.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>zmNinja</name> <description> High performance ZoneMinder client @@ -80,4 +80,4 @@ <splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/> </platform> <icon src="resources/android/icon/drawable-xhdpi-icon.png"/> -</widget>
\ No newline at end of file +</widget> |
