Changelog

Stay up to date with new features, improvements, and bug fixes in Hopp.

v0.0.46
Sep 14, 2025

Added

  • Better login screen.
  • Disable calling when trial has expired.

🐞Fixed

  • Social authentication issues.
  • Made button text smaller in call actions.
  • Microphone minor adjustments and settings.
  • Synchronized audio and video.
v0.0.45
Sep 1, 2025

Added

  • Click animation in sharer view.
  • Ability to remove team members.
  • Rooms feature is now out of beta.

🐞Fixed

  • Reduced entry padding when selecting content for sharing.
  • Improved cursor events by batching them for better performance.
v0.0.44
Aug 24, 2025

Added

  • AV1 codec support when available.
  • Banned temporary emails from signup process.
  • Subscription functionality.
  • Camera improvements.
v0.0.43
Aug 17, 2025

🐞Fixed

  • Properly set overlay window's position.
v0.0.42
Aug 10, 2025

🐞Fixed

  • Mirrored self-view in camera window.
  • Fixed replica build on Windows.
  • Re-enabled tap after being disabled.
  • Improved random port allocation on Windows.
v0.0.41
Aug 8, 2025

🐞Fixed

  • Added recovery path when stream fails.
v0.0.40
Aug 5, 2025

Added

  • Temporary missing Windows license modal.
  • Unsubscribe endpoints and user model changes.
  • Sentry tracing for better error monitoring.

🐞Fixed

  • Deep linking not working properly.
  • Allowed only a 1-to-1 mapping between hopp and hopp_core.
  • Fixed out of bounds access on stream start_capture.
  • Missing logs after restart.
  • Bug with receiving calls while on another call.
  • Replaced Sentry feedback form with GitHub issue template.
v0.0.39
Aug 2, 2025

Added

  • Auto-generate release notes.
  • Camera improvements.

🐞Fixed

  • Stopped debug call sound on unmount.
  • Fixed code formatting with prettier.
  • Same team invite and disabled tally in dev.
v0.0.38
Jul 30, 2025

Added

  • Camera feature implementation.
  • Screen sharing when accessibility permission is not set.

🐞Fixed

  • Fixed role transitions.
  • Controller overwriting sharer's remote control flag.
  • Brought content picker to front.
  • Added camera entitlement.
  • Changed permission request for mic/camera.
  • Various camera bugs.
v0.0.37
Jul 29, 2025

🐞Fixed

  • Fixed issues introduced in the previous release.
v0.0.36
Jul 28, 2025

🐞Fixed

  • An issue where the viewing window was getting focus without a user action.
v0.0.32
Jul 27, 2025

Added

  • Room functionality (beta) for > 2 users.
  • Anonymous user functionality (beta) for Room. Anonymous users will be joining in view mode only from meet.livekit.io.

🐞Fixed

  • Better cursor functionality, with more vibrant colours and disappear effect when idle.
  • App crashing when call was in progrss and an external monitor was (dis)connected.
v0.0.30
Jul 15, 2025

🐞Fixed

  • An issue with user feedback not reported to Sentry through the app.

🗑️Removed

  • Removed reliance on custom patches for libwebrtc; changes are now upstreamed to our fork. This is a step towards open sourcing Hopp.
v0.0.29
Jul 9, 2025

🐞Fixed

  • Set start on launch only on first run. Before it was set on every run and as a result users couldn't manually deactivate it from login items.
v0.0.28
Jul 1, 2025

Added

  • Error message when capturing available content fails.
  • Improved logging.

🐞Fixed

  • An issue where the app was freezing if it was failing to capture the available content in the content picker.
v0.0.27
Jun 24, 2025

Added

  • Minimize button on Windows.
  • Track logging on controller view.

🐞Fixed

  • An issue on macOS where the app could crash on start up.
v0.0.26
Jun 8, 2025

Added

  • When starting a call Hopp tries to use the last selected microphone if it exists, otherwise it uses the default.
  • The main window is opened and focused if Hopp is launched from Raycast/Spotlight while running.
  • LiveKit's enhanced noise cancellation. See here for more information.

🐞Fixed

  • An issue where the dock icon was appearing when Hopp was launched from Spotlight/Raycast while running.
v0.0.25
June 1, 2025

Added

  • Improved onboarding sequence on macOS.
v0.0.24
May 30, 2025

Added

  • New onboarding window for asking for required permissions for macOS.
  • Onboarding window that explains how to open Hopp for macOS.

🐞Fixed

  • A bug where the UI was crashing if an incoming call was received straight after the app was launched.

🗑️Removed

  • Dock icon.
v0.0.23
May 17, 2025

Added

  • Windows support.
  • Email invitation in the dashboard.
  • Download options in the dashboard.

🐞Fixed

  • Intermittent sign outs.
v0.0.22
May 1, 2025

🐞Fixed

  • Flaky call disconnections due to WebSocket flakyness (with Redis connections)
  • Better WebSocket reliability with partysocket package
  • Minor toast timings
v0.0.21
April 14, 2025

🐞Fixed

  • User was getting into a reconnection loop.
v0.0.20
April 8, 2025

Added

  • Converted Screen Picker screen to dark themed
  • When clicking "Join Sharer" bring the screen-sharing window to the front if its open

🐞Fixed

  • Call race conditions
v0.0.19
April 4, 2025

Added

  • Hopp is added to the Login Items on macOS.
  • Sharer button for enabling/disabling controller's remote control.
  • Controller's cursor is converted to a pointer when remote control is disabled.
  • Feedback on controller's window when sharer disables remote control.

🐞Fixed

  • Resizing issues when controller's window was maximised.
v0.0.18
April 2, 2025

Added

  • Controller's cursor is hidden in sharer's view when disabled form controller.
  • Update button is disabled when user is in a call.
  • Incoming call is rejected if Hopp is updating.

🐞Fixed

  • Call is ended when participant abruptly disconnects.
  • Stop calling if callee goes offline.
v0.0.17
March 31, 2025

🐞Fixed

  • Mic hot plugging.
v0.0.16
March 30, 2025

Added

  • Invite teammates functionality from Hopp dashboard.

🐞Fixed

  • Broken avatar in incoming call requests.
  • Various microphone issues.

🗑️Removed

  • Start hopp on login (tauri adds the app in the "Allow in Background" items and not in the login items).