From e5c7f23e3f02fa884ef1f16d6a95900123aa3f27 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 24 Sep 2016 19:06:15 -0400 Subject: 1.2.24 Former-commit-id: c08693165911051a607e9ff01761bab3659501c7 --- .github_changelog_generator | 1 + CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- config.xml | 2 +- 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)* diff --git a/config.xml b/config.xml index 0d0601a4..a7ec8cb9 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja 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": {} -- cgit v1.2.3