Skip to content

Releases: immense/Remotely

v2022.12.31.1910 Release

01 Jan 03:43
3f8d63c
Compare
Choose a tag to compare

Starting with this release, Docker will be the only supported method of deploying a self-hosted instance of Remotely. This will help us to provide a consistently reliable deployment experience.

This release contains updates that replace the RelayCode and hard-coded server URL properties for the desktop clients. The server URL and organization ID will be embedded in the executables as they are being downloaded. I've found a way to do this that doesn't break the digital signature of the file, as previous attempts had done.

You can still build and deploy Remotely using the Publish.ps1 script if you'd like. The script is used for building the Docker image and will continue to work as normal.

Much of the remote control code has been abstracted into a separate library, which is imported into Remotely via git submodule. This will only affect you if you're building from source. When cloning the repo, you must now use the --recurse argument to pull down the submodule too.

Refer to the updated readme or the Docker Hub page for instructions on running the Docker image.

Another major change is that WebRTC has been removed. Microsoft abandoned the library I was using, and it was causing the app crash for some people.

Docker Image

See Docker Hub for instructions on pulling and running the image.

v2022.09.16.1006 Release

17 Sep 03:03
Compare
Choose a tag to compare
  • ASP.NET Core version updates in the install scripts.
  • Updated some GitHub URLs to new repo location.

Server Installer CLI Tool

See the readme for instructions on using the installer tool.

v2022.08.02.0428 Release

02 Aug 13:21
db11194
Compare
Choose a tag to compare

Note: This release contains a fix for a security vulnerability in the API controllers. It's highly recommended that you update as soon as possible. Thanks to @chr33z for spotting this.

Server Installer CLI Tool

See the readme for instructions on using the installer tool.

v2021.08.26.1335 Release

27 Aug 17:03
Compare
Choose a tag to compare

This release fixes a screen capturing issue on Linux.

Server Installer CLI Tool

See the readme for instructions on using the installer tool.

v2021.08.17.1435 Release

18 Aug 19:42
Compare
Choose a tag to compare

Changes:

  • Tweaks to auto-quality and throttling.
  • Fix for inability to switch desktops, which sometimes resulted in a black screen when remoting in at the Windows Logon screen.

Server Installer CLI Tool

See the readme for instructions on using the installer tool.

v2021.07.29.0810 Release

29 Jul 16:23
Compare
Choose a tag to compare

Changes:

  • Fixed excessive bandwidth utilization when DirectX acceleration is used.
  • Fixed incorrect URL copied to clipboard when clicking Invite during remote control (param was changed)
  • Removed auto quality toggle.
  • Simplified screen casting and throttling loop.
  • Fixed Blazor error UI.
  • Fixed API token creation.

Server Installer CLI Tool

See the readme for instructions on using the installer tool.

v2021.05.19.1433 Release

19 May 22:27
Compare
Choose a tag to compare

Server Installer CLI Tool

See the readme for instructions on using the installer tool.

Changes:

  • 17d8717 Cascade from user org name to default org name to "Remotely".
  • 65f9deb Restart ExternalScriptingShell process if exited. Add Ctrl + Q shortcut to clear terminal output.
  • bcaaed8 Update README.md

This list of changes was auto generated.

v2021.05.18.0601 Release

18 May 14:01
Compare
Choose a tag to compare

Server Installer CLI Tool

See the readme for instructions on using the installer tool.

Changes:

  • 7cdcabd Add active users indicator. Move sort.
  • 75e2c7e Archival note on readme.
  • 13d4862 Reduce default devices per page to 25.
  • d3aa006 Update README.md
  • c4fab7f Don't update DevicesFrame on DeviceUpdated and DeviceWentOffline messages. Only update card. Add explicit Refresh button.
  • 7d36b57 Change DevicesForPage to field.

This list of changes was auto generated.

v2021.05.15.0632 Release

15 May 14:21
Compare
Choose a tag to compare

Server Installer CLI Tool

See the readme for instructions on using the installer tool.

Changes:

  • abcf486 Change chat input from textarea back to input.
  • 536f7d4 Allow card header click to close header.
  • 0d5c4c3 Remove unused, malformed DEVMODE.

This list of changes was auto generated.

v2021.05.14.1614 Release

15 May 01:21
Compare
Choose a tag to compare

Server Installer CLI Tool

See the readme for instructions on using the installer tool.

Changes:

  • d5d7ac4 Add explicit method for deleting logs.
  • eb2114b Try calling external binaries as owner of brew.
  • 9e901c2 Fix unary operator.
  • 6657da5 Ensure stored GUID has value during install.
  • 1ba983d Bind device search filter on change instead of on input.
  • 168a326 Move lock.

This list of changes was auto generated.