Skip to content

Commit

Permalink
1.2.24
Browse files Browse the repository at this point in the history
Former-commit-id: c08693165911051a607e9ff01761bab3659501c7
  • Loading branch information
pliablepixels committed Sep 24, 2016
1 parent 64d523e commit e5c7f23
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include-labels = zoneminder,breaking,bug,enhancement
exclude-labels = not supported/no plans
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -626,4 +656,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)*
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 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
Expand Down
14 changes: 7 additions & 7 deletions plugins/fetch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
Expand Down

0 comments on commit e5c7f23

Please sign in to comment.