Releases: bluecherrydvr/bluecherry-apps
v3.1.2
What's Changed
- Add support of Ubuntu 23+, Debian 12 by @andrey-utkin in #683
- Prepare release v3.1.2 by @andrey-utkin in #684
Full Changelog: v3.1.1...v3.1.2
Version 3.1.1
What's Changed
FEATURE: Add button on device page to test access to video stream (#673)
FEATURE: More reliable ONVIF-based RTSP URLs discovery (#666)
FIX: More reliable media storage cleanup (#677)
FIX: Previously added DB upgrade (#661)
FIX: Bug causing redirect to stats.php (#672)
FIX: Bug in installer script failing mysql server installation on Debian 10 (#670)
Full Changelog: v3.1.0...v3.1.1
v3.1.0-rc10
What's Changed
- Enable live camera lookups by default by @curtishall in #619
- mysql-upgrade: make all the migration scripts executable by @andrey-utkin in #626
- Add aac_adtstoasc bitstream filter to bundled ffmpeg configuration by @andrey-utkin in #625
- Setup CI builds and push to docker hub by @curtishall in #623
- Rename install-unstable to v3.sh by @curtishall in #630
- Make sure pip-installed certbot gets upgraded on bluecherry package update by @andrey-utkin in #633
- Fix recordings dir reported not writable (#620) by @andrey-utkin in #627
- Sudo-bash-packages script improvements by @andrey-utkin in #636
- Fix installer on debian by @andrey-utkin in #651
- Allow adding storage locations and setup permissions by @curtishall in #642
- Update docker-publish.yml by @curtishall in #643
- Grow Devices.model DB field from 30 to 64 chars by @andrey-utkin in #649
- ONVIF: combine findings of different discovery tools by @andrey-utkin in #652
- Grow Devices.model DB field to 64 chars (fixup) by @andrey-utkin in #657
- Update mailer.php by @curtishall in #640
- Prefer TCP again by @andrey-utkin in #658
- mysql-upgrade: fix 3000011 by @andrey-utkin in #661
Full Changelog: v3.1.0-rc9...v3.1.0-rc10
v3.1.0-rc9
- FEATURE: Update video streaming APIs -- Enabling much better support for H.265, H.264 and audio streams (#613)
- FEATURE: Enable auto transport of RTSP streams (allow the device to select streaming method...default to UDP) (#599)
- FEATURE: Setup heath check endpoints for docker installs (WIP) (#608)
- FEATURE: Return XML and JSON for events (needed by Bluecherry Version 3 Client) (#611)
- FIX: Remove directories when they are empty (#579)
- FIX: Delete old motion event debugging snapshots (aefd31f)
- FIX: Allow devices to be removed (#612)
- FIX: Web: Layouts are not saved across sessions
- FIX: Storage check permission errors (04ede6f)
Full Changelog: v3.1.0-rc8...v3.1.0-rc9
v3.1.0-rc8
What's Changed
- Migrate to systemd by @curtishall in #561
- Fix socket descriptors leak. by @antonsviridenko in #570
- Prep for RC8 release by @curtishall in #575
- Jammy support by @curtishall in #576
- Full support for systemd by @curtishall in #573
Full Changelog: v3.1.0-rc6...v3.1.0-rc8
v3.1.0-rc6
- FIX: Thumbnails return 404 during web UI call #551
- FIX: Thumbnails are blank (or not included) during email notifications #549
- FIX: Web UI freezes, won't allow logins #550
- FIX: ONVIF scan does not return available paths #548
- FIX: ONVIF motion detection triggering fails #547
- FIX: onvif_tool is blank on RC5 #541
Full Changelog: v3.1.0-rc5...v3.1.0-rc6
3.1.0-rc5
- FIX: Frame based motion randomly stops in the middle of a motion event #(500)
- FIX: Constant recordings stop after several seconds (#523)
- FIX: Add cronscripts for domain and SSL renewal
- FIX: Only send webhook trigger on motion, not constant video (#515) -- Thanks to @mcnelson for this fix
- FIX: Increase Media.size limit to fix SQL errors with 1hr+ record segments (0294eef) -- Thanks to @mcnelson for this fix
- FIX: Web UI fix: can't delete webhooks when there are multiple webhooks configured (b384096) -- Thanks to @enp6s0 for this fix
3.1.0-rc4
- FIX: Most reported crashes in RC3 (one still remains outstanding)
- FIX: Don't overwrite subdomain SSL certificate include in nginx on upgrade (57bea75)
- FIX: Add cronscript to check for new IP address and report changes to subdomain API (#507)
- FIX: Available licensed ports show -1 (#504)
- FIX: HLS stream is unstable (#487)
- FIX: Failed to init muxer for output file $filepath invalid argument
- FIX: apt-get remove --purge remove does not truncate (remove) the user, prevents reinstallation (2b3d199)
- FEATURE: Update devices.xml to show device name (needed in mobile app) (00e2fc1)
- FEATURE: Finished monitoring threads and high performance statistic collector with backend API (#506)
v3.1.0-rc3
FIX: All reported crashes in RC2.
FIX: Firefox UblockOrigin blocks certain menu item clicks (#474)
FIX: Web: 504 Gateway Time-out fix (#470)
FIX: 30 day trial should allow unlimited cameras, however currently limited to 4 (#475)
FIX: Adding a user without an email address causes the web interface to become unresponsive (#484)
FIX: Warn users who are upgrading from Version 2 to Version 3 that their license keys will not work in Version 2
FIX: Update location of nginx logs for viewing in Web UI
FEATURE: Add support
FEATURE: Add webhook test functionality