Bluecherry announcements logo
Back to Homepage

announcements

Subscribe to Updates

Labels

  • All Posts
  • Fix
  • Announcement
  • Improvement
  • v3 Server Release
  • Client Release
  • v2 Server Release

Jump to Month

  • September 2023
  • August 2023
  • June 2023
  • April 2023
  • February 2023
  • January 2023
  • December 2022
  • August 2022
  • July 2022
  • June 2022
  • March 2022
  • February 2022
  • September 2021
  • August 2021
  • June 2021
  • May 2021
  • April 2021
  • November 2020
  • September 2020
  • March 2020
  • February 2020
Release notes byAnnounceKit

Create yours, for free!

Client Release
8 months ago

Windows Desktop Client 3.0.0-beta3 released

This release focuses on several bugs discovered in beta 2:

* Resolve bug where the client won't actually close (Fixes #49 and #53)
* Add code analysis to CI build process (follows Flutter best-practices)

This release has the following features:


* Show warning if there are no downloads
* Remove unneeded libraries (saves approximately 50% of installation size)

As always you can download the latest Version 3 beta client from GitHub (https://github.com/bluecherrydvr/unity/releases)

Avatar of authorCurtis Hall
Client Release
8 months ago

Windows Desktop Client 3.0.0-beta1 released

Important!

This is a complete rewrite of the Bluecherry remote client. Literally none of the code base from Version to Version 3 was reused. This means some things may not function as expected and currently PTZ does NOT work. If you have a PTZ camera and would like to help test please let us know in the discussions area - https://github.com/bluecherrydvr/unity/discussions

What's Changed

Initial Windows Desktop release.

Full Changelog: https://github.com/bluecherrydvr/unity/commits/main


https://github.com/bluecherrydvr/unity/releases

Avatar of authorCurtis Hall
AnnouncementClient Release
2 years ago

Updated clients for Windows and OS X (M1)

We are working on the next release of the client.  For now we have updated builds for the Windows client (x86 32/64bit) and a new OSX M1 build.

This build fixes a problem with the Windows client crashing during event playback.

Windows x86 64 bit

Windows x86 32 bit

OSX (M1 build)


Avatar of authorCurtis Hall
Client Release
2 years ago

Client 2.8.9 released

  • Port Bluecherry Client to Qt5
  • Support Ubuntu 20.04 (#320)
  • Support Debian Buster (#321)
  • Reimplemented liveview GUI using Qt Widgets instead of QML
  • Enabled switching between liveview substream & main stream
  • Migrated to Autotools build system
  • Reimplment drag and drop functionality (lost during port to Qt5)

As always you can download the client on our website, www.bluecherrydvr.com/downloads or run ‘sudo apt-get update ; sudo apt-get install bluecherry-client’ on Ubuntu / Debian systems.  Optionally you can build the latest client yourself by downloading the source code here (https://github.com/bluecherrydvr/bluecherry-client)

Avatar of authorCurtis Hall