Skip to content

Releases: stefanovazzocell/R3

v4.0.0

15 Dec 05:56
Compare
Choose a tag to compare

Major rewrite and API change

  • New UI: An updated UI using a Monokai-based theme. Simple, elegant, with better contrast. New features such as a real-time share storage usage calculator have been implemented.
  • Omni: The new UI is smart enough to understand if you're sharing a link, a message, or a file without you needing to tell it. Just start typing or drag and drop a file to start sharing.
  • Folder: You can now share more than one file at the time.
  • Bigger Shares: Decreased base space required for a single share and increase share size to up to 10MB.
  • Smaller Footprint: The site is now better compressed and requires less than 17kB (no gzip) of data and loads extremely fast even in the slowest of network.
  • Better tooling: More Makefiles, html/js/css compression built in, and more.
  • Go client: A simple client written in Go to create shares without the WebUI.
  • Rewritten Server: Rewritten and improved server code, fixed bugs, moved some functions to a share library, improved errors logging, and more.
  • Rewritten JS client: The new JS client has been substantially rewritten and the site is now much more robust to network/server errors.
  • Tests: Added tests for the server and client library.

v3.0.2

22 Nov 23:54
Compare
Choose a tag to compare

Improving compression and UI tweaks

  • Improved canvas access detection.
  • Better messaging for unsupported browsers (No JavaScript and no CryptoAPI).
  • Improved image compression algorithm for better compression performance.
  • Fix a but that would cause some compression scenarios to fail.

v3.0.1

22 Nov 23:51
Compare
Choose a tag to compare

Bug fixes, performance and privacy/security improvements.

  • Fixed "Open Link" button not working on link shares.
  • Improved privacy/security by deleting the ShareID from the browser history.
  • Simpler and faster handling of images/files download.
  • Minor UI tweaks.