Zoneminder v1.34.22 Release Notes

Release Date: 2020-10-19 // over 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

    Full Changelog


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

    Full Changelog