github bitbound/ControlR v0.14.83.0
v0.14.83.0 Release

latest releases: v0.19.2.0, v0.18.22.0, v0.17.20.0...
4 months ago

Installation

See the readme for instructions on running in Docker.

BREAKING CHANGE:

The mount location changed for the latest release of postgres. This has been reflected in ControlR's docker-compose file.

Postgres 18 was just recently released, and is now the pinned version in ControlR. You will need to migrate your database to use version 18, or you can continue using version 17 by replacing latest with 17 for the postgres image tag in your ControlR compose file.

Please see these notes on the Postgres image readme.

Changes:

  • Added end-to-end streaming for file transfers to minimize buffering on the server.
  • Added new file upload UI.
  • Added an "up one level" button to the file manager.
  • Added support for concurrent uploads and downloads.
  • Added Content-Length header for downloads so browser will show total size and progress %.
  • Added --device-id as an optional parameter for the install command.
  • Fixed encoding of Content-Disposition header for file downloads from the file manager.
  • Pinned the Postgres image at v18.
image

Commits:

  • 2ecb149 Add important notes to Deploy page.
  • a5b9b30 Update README to reflect demo server URL
  • dbc8e23 Add to global usings.
  • 8aec516 Use ContentDispositionHeaderValue.SetHttpFileName for setting the header for file downloads.
  • 311a205 Merged PR 31: Improve file manager experience.
  • 7eb3ec6 Refactor file transfer and display management logic
  • 82778bb Refactor variable names for clarity and improve error messaging
  • db1795f Refactor display-related classes and improve code readability
  • 704bccc Update excluded drive prefixes to remove trailing slashes
  • a141f2d Change test configuration from Release_Windows to Release

This list of changes was auto generated.

Don't miss a new ControlR release

NewReleases is sending notifications on new releases.