Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@stefanovazzocell stefanovazzocell released this 15 Dec 05:56
· 8 commits to master since this release

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.