Zoneminder v1.34.22 Release Notes
Release Date: 2020-10-19 // almost 3 years ago-
๐ Changes since 1.34.21
- ๐ fix scale to fit in watch and cycle views
- fix pre-alarm frames not being added to event when alarm_frame_count > 1 and pre-event count = 0 Fixes [#3025]
- ๐ fix case in mocord where cause would not contain motion
- ๐ init shared_data in the purpose=QUERY case to prevent crash. Also don't load zones if we don't need them. Fixes reported zms crashes.
- โช restore 1/4, 1/2, 25, 50 playback rates.
- ๐ Improve error message when a row doesn't exist in the Monitor_Status table
- zms: detect in-progress events
- zms: Keep track of last_id which is the last frame id that we have info for. Use it instead of Frame Count to prevent
accessing non-existent frame records - zms: close ffmpeg_input on event change so as to not leak memory
- zms: include duration in status messages because it may change when playing an in-progress event.
- ๐ zms: when we hit the end of our frame data if it is an in-progress event, reload the event data instead of moving to the next event. Fixes [#3052]
- zms: Only send time to next event when mode=ALL
- zms: Fix scale behaviour on event view
- โก๏ธ Update Event details when writing when inserting a Bulk Frame - fixes viewing in-progress events
- Always do event change detection whether we are paused or not because we might be single-stepping.
- ๐ Change progress to a double as that it what it should be. This fixes the inaccuracy of clicking on the progress bar to seek.
- Filters: Fix incorrect operator used for NOT IN and add IN operator to match php
- ๐ use timestamp font size for messages sent back from zms, like Time to next event.
- ๐ mysql 8 column name escaping fixes Fixes [#2930]
- ๐ fix update script for 1.31.13 to update the SaveJpegs field in events table.
- ๐ allow 0,0 positioning of label coordinates
- ๐ฒ zms: log referrer when unable to authenticate
1.34.21
Previous changes from v1.34.21
-
๐ Changes since 1.34.20
- ๐ fixes to session starting in various views
- Introduce get_auth_relay to return an auth string to use in urls. Use it to add auth parameters to fix remote urls in multi-server
- ๐ fix dimensions of v4l settings popup and direct it to server hosting the monitor
- ๐ Handle failure to get v4l settings. Fix assignment of values to monitor object.
- Persist video volume in a cookie so that subsequent events remember the volume level.
- โก๏ธ Update api Zone Saving. Fixes [#3037]
- ๐ fixes to api Eventcontroller
- ๐ Fix xss reported by Noccolo Picca relating to not sanitizing connkey
1.34.21