Skip to content

Commit 1fef2a5

Browse files
committed
changelog
1 parent f9c399d commit 1fef2a5

File tree

1 file changed

+45
-14
lines changed

1 file changed

+45
-14
lines changed

CHANGELOG.md

Lines changed: 45 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [v1.6.009](https://github.com/pliablepixels/zmNinja/tree/v1.6.009) (2021-07-14)
4+
5+
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.6.008...v1.6.009)
6+
7+
**Fixed bugs:**
8+
9+
- Adding new monitors seems to mess up organization and always get turned off [\#1067](https://github.com/pliablepixels/zmNinja/issues/1067)
10+
- Montage profiles [\#1057](https://github.com/pliablepixels/zmNinja/issues/1057)
11+
12+
**Closed issues:**
13+
14+
- zmNinja end of life notice [\#1081](https://github.com/pliablepixels/zmNinja/issues/1081)
15+
- 24hr Review when accessed from different time zone, pulls old events. [\#1074](https://github.com/pliablepixels/zmNinja/issues/1074)
16+
- Delay when playing events [\#1073](https://github.com/pliablepixels/zmNinja/issues/1073)
17+
- Auto play while viewing videos from Events List doesn't respect "hidden" attribute [\#1072](https://github.com/pliablepixels/zmNinja/issues/1072)
18+
- zmNinja not working properly with Zoneminder v1.36.1 [\#1069](https://github.com/pliablepixels/zmNinja/issues/1069)
19+
- No monitors visible after upgrade to 1.36.0 [\#1066](https://github.com/pliablepixels/zmNinja/issues/1066)
20+
- No windows build of v1.6.008 [\#1064](https://github.com/pliablepixels/zmNinja/issues/1064)
21+
- small issue since you changed the app to stack unread notifications. [\#1051](https://github.com/pliablepixels/zmNinja/issues/1051)
22+
- Copying log creates semi-permanent text overlay on display outside app - zmNinja Android 10 - OnePlus 6 [\#1021](https://github.com/pliablepixels/zmNinja/issues/1021)
23+
24+
**Merged pull requests:**
25+
26+
- EOL [\#1080](https://github.com/pliablepixels/zmNinja/pull/1080) ([florie1706](https://github.com/florie1706))
27+
- EOL [\#1079](https://github.com/pliablepixels/zmNinja/pull/1079) ([maymaymay](https://github.com/maymaymay))
28+
- \#1073 formatting and cosmetics... [\#1076](https://github.com/pliablepixels/zmNinja/pull/1076) ([maymaymay](https://github.com/maymaymay))
29+
- \#1067 make sure we don't get stuck in a loop between ZM groups and mo… [\#1071](https://github.com/pliablepixels/zmNinja/pull/1071) ([florie1706](https://github.com/florie1706))
30+
- \#1067 make sure we don't get stuck in a loop between ZM groups and mo… [\#1070](https://github.com/pliablepixels/zmNinja/pull/1070) ([maymaymay](https://github.com/maymaymay))
31+
- update zh\_TW translation and apply translation to some texts [\#1063](https://github.com/pliablepixels/zmNinja/pull/1063) ([civita](https://github.com/civita))
32+
- \#1057 bazillion hacks to make this work [\#1062](https://github.com/pliablepixels/zmNinja/pull/1062) ([florie1706](https://github.com/florie1706))
33+
- \#1057 bazillion hacks to make this work [\#1061](https://github.com/pliablepixels/zmNinja/pull/1061) ([maymaymay](https://github.com/maymaymay))
34+
335
## [v1.6.008](https://github.com/pliablepixels/zmNinja/tree/v1.6.008) (2021-04-18)
436

537
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v1.6.006...v1.6.008)
@@ -10,7 +42,6 @@
1042

1143
**Fixed bugs:**
1244

13-
- Montage profiles [\#1057](https://github.com/pliablepixels/zmNinja/issues/1057)
1445
- Monitors that don't have analysis enabled are not shown in zmNinja [\#1055](https://github.com/pliablepixels/zmNinja/issues/1055)
1546
- Issue when disabling all cameras in zmES settings of zmNinja [\#1050](https://github.com/pliablepixels/zmNinja/issues/1050)
1647
- Monitors not updating in zmNinja after RUN state change. [\#1047](https://github.com/pliablepixels/zmNinja/issues/1047)
@@ -31,7 +62,6 @@
3162
- \#1050 don't allow all monitors to be disabled in ES, show monitor sub… [\#1053](https://github.com/pliablepixels/zmNinja/pull/1053) ([florie1706](https://github.com/florie1706))
3263
- \#1050 don't allow all monitors to be disabled in ES, show monitor sub… [\#1052](https://github.com/pliablepixels/zmNinja/pull/1052) ([maymaymay](https://github.com/maymaymay))
3364
- \#1039 prompt before delete [\#1042](https://github.com/pliablepixels/zmNinja/pull/1042) ([maymaymay](https://github.com/maymaymay))
34-
- \#1039 prompt before delete [\#1040](https://github.com/pliablepixels/zmNinja/pull/1040) ([florie1706](https://github.com/florie1706))
3565

3666
## [v1.6.006](https://github.com/pliablepixels/zmNinja/tree/v1.6.006) (2021-02-20)
3767

@@ -105,6 +135,7 @@
105135

106136
**Merged pull requests:**
107137

138+
- \#1039 prompt before delete [\#1040](https://github.com/pliablepixels/zmNinja/pull/1040) ([florie1706](https://github.com/florie1706))
108139
- Update source.rst [\#1007](https://github.com/pliablepixels/zmNinja/pull/1007) ([nestorwheelock](https://github.com/nestorwheelock))
109140

110141
## [v1.6.000](https://github.com/pliablepixels/zmNinja/tree/v1.6.000) (2020-10-12)
@@ -882,10 +913,8 @@
882913

883914
**Merged pull requests:**
884915

885-
- Signed-off-by: Veress Krisztián \<[email protected]\> [\#560](https://github.com/pliablepixels/zmNinja/pull/560) ([krive001](https://github.com/krive001))
886-
- Email not configured [\#544](https://github.com/pliablepixels/zmNinja/pull/544) ([florie1706](https://github.com/florie1706))
887916
- kEmailNotConfigured [\#540](https://github.com/pliablepixels/zmNinja/pull/540) ([maymaymay](https://github.com/maymaymay))
888-
- update language spanish language with new keys [\#525](https://github.com/pliablepixels/zmNinja/pull/525) ([fxrnando](https://github.com/fxrnando))
917+
- New string kCycleMontageInterval [\#532](https://github.com/pliablepixels/zmNinja/pull/532) ([florie1706](https://github.com/florie1706))
889918

890919
## [v1.2.44](https://github.com/pliablepixels/zmNinja/tree/v1.2.44) (2017-09-25)
891920

@@ -917,7 +946,9 @@
917946

918947
**Merged pull requests:**
919948

949+
- Email not configured [\#544](https://github.com/pliablepixels/zmNinja/pull/544) ([florie1706](https://github.com/florie1706))
920950
- \#530 - allow you to customize timer for montage cycle [\#531](https://github.com/pliablepixels/zmNinja/pull/531) ([maymaymay](https://github.com/maymaymay))
951+
- update language spanish language with new keys [\#525](https://github.com/pliablepixels/zmNinja/pull/525) ([fxrnando](https://github.com/fxrnando))
921952
- Create CODE\_OF\_CONDUCT.md [\#524](https://github.com/pliablepixels/zmNinja/pull/524) ([pliablepixels](https://github.com/pliablepixels))
922953
- Update locale-fr.json [\#518](https://github.com/pliablepixels/zmNinja/pull/518) ([cryptage21](https://github.com/cryptage21))
923954
- Added new strings according to v1.2.41 [\#512](https://github.com/pliablepixels/zmNinja/pull/512) ([florie1706](https://github.com/florie1706))
@@ -949,7 +980,6 @@
949980
**Merged pull requests:**
950981

951982
- montage profile save - show existing list too [\#511](https://github.com/pliablepixels/zmNinja/pull/511) ([maymaymay](https://github.com/maymaymay))
952-
- \#509 - default profile for all monitors and "workspace" [\#510](https://github.com/pliablepixels/zmNinja/pull/510) ([maymaymay](https://github.com/maymaymay))
953983

954984
## [v1.2.40](https://github.com/pliablepixels/zmNinja/tree/v1.2.40) (2017-03-19)
955985

@@ -970,6 +1000,7 @@
9701000

9711001
**Merged pull requests:**
9721002

1003+
- \#509 - default profile for all monitors and "workspace" [\#510](https://github.com/pliablepixels/zmNinja/pull/510) ([maymaymay](https://github.com/maymaymay))
9731004
- Update locale-de.json [\#497](https://github.com/pliablepixels/zmNinja/pull/497) ([florie1706](https://github.com/florie1706))
9741005
- Update locale-fr 1.2.39 [\#495](https://github.com/pliablepixels/zmNinja/pull/495) ([cryptage21](https://github.com/cryptage21))
9751006
- Buttons in this view were the wrong way around [\#494](https://github.com/pliablepixels/zmNinja/pull/494) ([florie1706](https://github.com/florie1706))
@@ -1033,7 +1064,6 @@
10331064
**Merged pull requests:**
10341065

10351066
- let's make GIF and MP4 an option in Dev Settings \#454 [\#456](https://github.com/pliablepixels/zmNinja/pull/456) ([maymaymay](https://github.com/maymaymay))
1036-
- 433 adding dutch language files [\#435](https://github.com/pliablepixels/zmNinja/pull/435) ([steelyard-nl](https://github.com/steelyard-nl))
10371067

10381068
## [v1.2.37](https://github.com/pliablepixels/zmNinja/tree/v1.2.37) (2017-02-11)
10391069

@@ -1097,6 +1127,7 @@
10971127
- 440 hard coded text found [\#442](https://github.com/pliablepixels/zmNinja/pull/442) ([steelyard-nl](https://github.com/steelyard-nl))
10981128
- sorted keys \#437 [\#439](https://github.com/pliablepixels/zmNinja/pull/439) ([maymaymay](https://github.com/maymaymay))
10991129
- 437 hard coded text alert found [\#438](https://github.com/pliablepixels/zmNinja/pull/438) ([steelyard-nl](https://github.com/steelyard-nl))
1130+
- 433 adding dutch language files [\#435](https://github.com/pliablepixels/zmNinja/pull/435) ([steelyard-nl](https://github.com/steelyard-nl))
11001131
- you can now toggle a dev option to hide/unhide archived \(flagged\) ev… [\#434](https://github.com/pliablepixels/zmNinja/pull/434) ([maymaymay](https://github.com/maymaymay))
11011132
- Translation update to \#423 [\#425](https://github.com/pliablepixels/zmNinja/pull/425) ([maymaymay](https://github.com/maymaymay))
11021133

@@ -1169,7 +1200,6 @@
11691200
- Translation updates [\#396](https://github.com/pliablepixels/zmNinja/pull/396) ([maymaymay](https://github.com/maymaymay))
11701201
- Translation adjustments. [\#393](https://github.com/pliablepixels/zmNinja/pull/393) ([maymaymay](https://github.com/maymaymay))
11711202
- Translation updates to \#383 [\#392](https://github.com/pliablepixels/zmNinja/pull/392) ([maymaymay](https://github.com/maymaymay))
1172-
- 384 spanish trans [\#385](https://github.com/pliablepixels/zmNinja/pull/385) ([fxrnando](https://github.com/fxrnando))
11731203

11741204
## [v1.2.31](https://github.com/pliablepixels/zmNinja/tree/v1.2.31) (2016-12-02)
11751205

@@ -1204,6 +1234,7 @@
12041234
**Merged pull requests:**
12051235

12061236
- Translation updates. [\#386](https://github.com/pliablepixels/zmNinja/pull/386) ([maymaymay](https://github.com/maymaymay))
1237+
- 384 spanish trans [\#385](https://github.com/pliablepixels/zmNinja/pull/385) ([fxrnando](https://github.com/fxrnando))
12071238
- more minor fixes [\#378](https://github.com/pliablepixels/zmNinja/pull/378) ([maymaymay](https://github.com/maymaymay))
12081239
- minor fixes [\#377](https://github.com/pliablepixels/zmNinja/pull/377) ([maymaymay](https://github.com/maymaymay))
12091240
- minor fixes [\#376](https://github.com/pliablepixels/zmNinja/pull/376) ([maymaymay](https://github.com/maymaymay))
@@ -1499,6 +1530,7 @@
14991530
- check if android is exiting on background [\#240](https://github.com/pliablepixels/zmNinja/issues/240)
15001531
- Enhancement: zmNinja as surveillance solution [\#236](https://github.com/pliablepixels/zmNinja/issues/236)
15011532
- Application not recorvering from connection errors [\#199](https://github.com/pliablepixels/zmNinja/issues/199)
1533+
- Event Montage unstable [\#183](https://github.com/pliablepixels/zmNinja/issues/183)
15021534
- \[DESKTOP\] Playback control bar lost some features in 1.0.9 [\#176](https://github.com/pliablepixels/zmNinja/issues/176)
15031535

15041536
## [v1.1.7](https://github.com/pliablepixels/zmNinja/tree/v1.1.7) (2016-04-23)
@@ -1611,7 +1643,6 @@
16111643

16121644
**Closed issues:**
16131645

1614-
- Event Montage unstable [\#183](https://github.com/pliablepixels/zmNinja/issues/183)
16151646
- No image for monitors nor events [\#181](https://github.com/pliablepixels/zmNinja/issues/181)
16161647
- Android build fails [\#180](https://github.com/pliablepixels/zmNinja/issues/180)
16171648
- iPhone stopped working [\#178](https://github.com/pliablepixels/zmNinja/issues/178)
@@ -1757,7 +1788,7 @@
17571788

17581789
## [v0.87.3](https://github.com/pliablepixels/zmNinja/tree/v0.87.3) (2015-12-15)
17591790

1760-
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v0.87.2...v0.87.3)
1791+
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v0.87...v0.87.3)
17611792

17621793
**Implemented enhancements:**
17631794

@@ -1777,13 +1808,13 @@
17771808

17781809
- Timeline on v0.87.2 shows only motion events [\#105](https://github.com/pliablepixels/zmNinja/issues/105)
17791810

1780-
## [v0.87.2](https://github.com/pliablepixels/zmNinja/tree/v0.87.2) (2015-11-20)
1811+
## [v0.87](https://github.com/pliablepixels/zmNinja/tree/v0.87) (2015-11-20)
17811812

1782-
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v0.87...v0.87.2)
1813+
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v0.87.2...v0.87)
17831814

1784-
## [v0.87](https://github.com/pliablepixels/zmNinja/tree/v0.87) (2015-11-20)
1815+
## [v0.87.2](https://github.com/pliablepixels/zmNinja/tree/v0.87.2) (2015-11-20)
17851816

1786-
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v0.87.1...v0.87)
1817+
[Full Changelog](https://github.com/pliablepixels/zmNinja/compare/v0.87.1...v0.87.2)
17871818

17881819
**Fixed bugs:**
17891820

0 commit comments

Comments
 (0)