diff options
| -rw-r--r-- | CHANGELOG.md | 16 | ||||
| -rw-r--r-- | config.xml | 2 |
2 files changed, 15 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b31e9c02..e5d7a2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ # Change Log -## [1.1.0](https://github.com/pliablepixels/zmNinja/tree/1.1.0) (2016-03-12) -[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.0.9...1.1.0) +## [1.1.1](https://github.com/pliablepixels/zmNinja/tree/1.1.1) (2016-03-14) +[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.1.0...1.1.1) + +**Fixed bugs:** + +- The new montage function resets montage layout if there are hidden or disabled monitors [\#194](https://github.com/pliablepixels/zmNinja/issues/194) + +**Closed issues:** + +- decrease splash screen delay \(reduce startup delay\) [\#190](https://github.com/pliablepixels/zmNinja/issues/190) +- Android build fails ref \#180 [\#184](https://github.com/pliablepixels/zmNinja/issues/184) + +## [v1.1.0](https://github.com/pliablepixels/zmNinja/tree/v1.1.0) (2016-03-12) +[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.0.9...v1.1.0) **Implemented enhancements:** @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="com.pliablepixels.zmninja-pro" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="com.pliablepixels.zmninja-pro" version="1.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>zmNinja</name> <description> High performance ZoneMinder client |
