macOS
- Publish the macOS app to the app store;
- Reduced app size by 33%;
- Updated video rendering backend for smooth rendering;
Web
- A preview version of the web app is available for our demo server. Check it.
- Improve the network requests security by using request headers instead of credentials-in-URL.
- Added variables via URL, for example: http://localhost:64457/?host=demo.bluecherry.app, which allows the server interface to redirect to the web app.
General Updates
- Redesigned secondary screens (fullscreen, new window screen) for camera and layout.
- Possibility to reorder servers.
- Fixed a crash related to loading and unloading several players at once.
- Display the oldest recording date when browsing events.
What's Changed
- macOS by @bdlukaa in #317
- Reorder servers by @bdlukaa in #320
- MacOS entitlements by @bdlukaa in #318
- Bug Fixes by @bdlukaa in #324
- Oldest recording by @bdlukaa in #327
- fix(web): Replace credentials-in-URL with Authorization header for fe… by @curtishall in #332
- Web: Cleanup / authorization header added for events by @curtishall in #334
- Web Improvements by @bdlukaa in #329
- General by @bdlukaa in #335
- Redesign Secondary Windows by @bdlukaa in #336
- Beta23 by @bdlukaa in #339
Full Changelog: v3.0.0-beta22...v3.0.0-beta23