diff options
| -rw-r--r-- | .github_changelog_generator | 1 | ||||
| -rw-r--r-- | CHANGELOG.md | 32 | ||||
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | plugins/fetch.json | 14 |
4 files changed, 40 insertions, 9 deletions
diff --git a/.github_changelog_generator b/.github_changelog_generator index 02eb011d..81eb5cf1 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1 +1,2 @@ include-labels = zoneminder,breaking,bug,enhancement +exclude-labels = not supported/no plans diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f3b830..757a2005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Change Log +## [1.2.24](https://github.com/pliablepixels/zmNinja/tree/1.2.24) (2016-09-24) +[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.2.19...1.2.24) + +**Implemented enhancements:** + +- Arabic language implementation \(credit @aljabr\) [\#336](https://github.com/pliablepixels/zmNinja/issues/336) +- enable low bandwidth mode for zmN [\#321](https://github.com/pliablepixels/zmNinja/issues/321) + +**Fixed bugs:** + +- Yellow Event Summary Window \(Ionic pullup footer\) displays no data when dragged up. [\#333](https://github.com/pliablepixels/zmNinja/issues/333) +- No live view \(via monitor, not montage\) after switching between servers. [\#329](https://github.com/pliablepixels/zmNinja/issues/329) +- languages with non-english numbers break events/timeline feeds [\#325](https://github.com/pliablepixels/zmNinja/issues/325) +- "Error - unable to save snapshot" on Android V6 [\#322](https://github.com/pliablepixels/zmNinja/issues/322) + +**Closed issues:** + +- Syntax error: newline unexpected [\#335](https://github.com/pliablepixels/zmNinja/issues/335) +- v [\#332](https://github.com/pliablepixels/zmNinja/issues/332) +- Validate From/To date in Event Filter [\#330](https://github.com/pliablepixels/zmNinja/issues/330) +- IOS status bar [\#324](https://github.com/pliablepixels/zmNinja/issues/324) +- ZMNinja for Kodi [\#311](https://github.com/pliablepixels/zmNinja/issues/311) +- zmNinja for Windows Mobile [\#299](https://github.com/pliablepixels/zmNinja/issues/299) + +**Merged pull requests:** + +- add more translate [\#331](https://github.com/pliablepixels/zmNinja/pull/331) ([aljabr](https://github.com/aljabr)) +- all new key on -en file translated [\#328](https://github.com/pliablepixels/zmNinja/pull/328) ([mcbittech](https://github.com/mcbittech)) +- New keys translated. [\#323](https://github.com/pliablepixels/zmNinja/pull/323) ([ljpinho](https://github.com/ljpinho)) + ## [v1.2.19](https://github.com/pliablepixels/zmNinja/tree/v1.2.19) (2016-09-04) [Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.2.18...v1.2.19) @@ -626,4 +656,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.23" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.24" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>zmNinja</name> <description> High performance ZoneMinder client diff --git a/plugins/fetch.json b/plugins/fetch.json index cc57eaac..2c03e1b0 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -194,19 +194,19 @@ "is_top_level": true, "variables": {} }, - "cordova-plugin-certificates": { + "cordova-plugin-statusbar": { "source": { - "type": "git", - "url": "https://github.com/hypery2k/cordova-certificate-plugin", - "subdir": "." + "type": "registry", + "id": "cordova-plugin-statusbar" }, "is_top_level": true, "variables": {} }, - "cordova-plugin-statusbar": { + "cordova-plugin-certificates": { "source": { - "type": "registry", - "id": "cordova-plugin-statusbar" + "type": "git", + "url": "https://github.com/hypery2k/cordova-certificate-plugin", + "subdir": "." }, "is_top_level": true, "variables": {} |
