Skip to content

Releases: immense/Remotely

v2020.03.24.0223 Release

24 Mar 02:50
Compare
Choose a tag to compare

Release Notes:

  • Default image quality is slightly lower for WebRTC connections and slightly higher for relayed connections.
  • Added DPI awareness, so image is properly rendered when remote display is using scaling.
  • Memory is freed appropriately during screen capture, so there's no longer a need for forced garbage collection, which slightly improves capture speed.
  • On instant support client, Viewers are removed from the list when websocket connection is interrupted.

Changes:

  • d24e350 Put null conditional back in.
  • 5aab7c0 Add DPI awareness to app.manifest. Shutdown input thread on WPF Application.Exit event.
  • 5e29d8a Remove manual GC collection.
  • 3b5aec5 Clear Viewers list in view model on disconnect/reconnect.
  • 51080c4 Add Debug property to show FPS.
  • 0a70e0c Add comments to Install-RemotelyServer.ps1 params.
  • a453afb Change quality slider starting value.
  • e7ed99e Change default image quality.

This list of changes was auto generated.

v2020.03.19.2248 Release

19 Mar 22:53
Compare
Choose a tag to compare

This fixes a bug in the previous release that prevented new devices from joining the organization.

Changes:

This list of changes was auto generated.

v2020.02.14.2 Patch

19 Mar 01:06
Compare
Choose a tag to compare
v2020.02.14.2 Patch Pre-release
Pre-release

This is a patch to get agents to auto-update from v2020.02.14 to current release.

Steps:

  • Extract files in Bridge.zip to the server directory, overwriting existing files.
  • Restart the server and let all agents update.
  • After the agents have updated, do a normal server upgrade to the latest version.
  • The SQLite database will still need to be rebuilt, as described in a previous release.

From this point forward, I'll be making a concerted effort to avoid database migrations that require any manual steps.

v2020.03.17 Release

17 Mar 15:05
Compare
Choose a tag to compare

Changes:

  • 3374a19 Change directory move to copy.
  • 479d77b Add using around temp PS instance.
  • 0b5b7e2 Remove unnecessary lines.
  • 6aa9655 Update to PowerShell Core 7.
  • a556e95 Added automatic reconnect for GUI clients.
  • 412c62d Rename TransferFiles to UploadFiles.
  • 2991284 Update verbiage in Linux install script.
  • 437569e Get Ubuntu who information differently.
  • 538f79d Add platform switch for session recorder.
  • f88f1ad Explicitly add existing SMTP password on render, as model binding doesn't appear to.
See More
  • fead397 Add logging for successful email sends.
  • 5ec872f Increase connection indicator margin.
  • 3ede7a0 Add connection relayed/p2p indicator.
  • ac52bd5 Added EmailSenderEx. Improve error handling and reporting of email failures.
  • 5b852ae Include device groups with 0 links.
  • 49a4c85 Fix organization invites.
  • bf5ae5d Changed Linux GUI viewmodel init.
  • 7fe7659 Let ServiceProvider be overridden in setter.

This list of changes was auto generated.

v2020.03.08 Release

08 Mar 23:49
Compare
Choose a tag to compare

This release fixes issues with the Linux agents, organization invites, and device group permissions.

v2020.03.07 Release

07 Mar 20:19
Compare
Choose a tag to compare

WARNING: Database migration history has been reset on this release. That means that the SQLite database will need to be rebuilt.

The best way to do this (in my opinion) is to move the SQLite DB to another location. (It was previously named Server.db by default, but is now Remotely.db by default.) Upgrade the Remotely server and restart it. A new database file will be created automatically.

Now open the old DB in DB Browser for SQLite (a free and open-source program). Export the database to a SQL file, choosing only the tables you need (typically Devices, DeviceGroups, Users, and Organizations). Choose "data only" for the export, and keep the insert statements.

Now import the SQL file to the new database. Click No to create a new database, so it imports into the existing one.

There may be errors due to schema changes, which will need to be resolved by modifying the SQL file (for example, adding additional column insert statements). Rinse and repeat until the import works.

As Remotely gets closer to leaving beta, there won't be anymore breaking changes like

v2020.02.14 Release

14 Feb 02:17
Compare
Choose a tag to compare
WPF shutdown fix.  Fix for aliases getting erased.  Sort device grid.

v2020.02.13 Release

13 Feb 04:33
Compare
Choose a tag to compare
Added default connection info when in debug environment.

v2020.02.06 Release

06 Feb 06:57
Compare
Choose a tag to compare
Merge branch 'scripting_from_api'

v2020.02.02 Release

02 Feb 17:17
Compare
Choose a tag to compare
Add DX screen count check in Windows ScreenCaster.