Changelog

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

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).