Skip to content

v0.3.0-beta

Compare
Choose a tag to compare
@WizardOfCodez WizardOfCodez released this 04 Jan 20:23
· 281 commits to development since this release

What's up, surgers?
v0.3.0 brings some bigger changes to surge paving the ways for a lot quicker and more effective development. Firstly we refactored our internal logic and created SSM (Surge Session Manager) which is now in charge for managing up- and downloads as well as load balancing all connections. A lot of the sourcecode could be simplified and improves speed of network discovery even more.
Secondly the Surge UI now has a responsive design, meaning: You are now able to adjust the window size to your needs.

Features:

  • dynamic window size
  • implementation of the Surge Session Manager
  • local files are now searchable
  • you can now copy a local file's filehash
  • added share ratio indicator

Changes:

  • moved surge download folder on linux to ~/surge-downloads

Bugfixes:

  • fixed tour only showing for some seconds on new installations
  • fixed adding .zip files on windows
  • don't recheck download finish in concurrent sessions (prevents dupe notifications)
  • handle clients unsubscribes (no more ghost client connections and files where seeders are offline)

Improvements:

  • added log rotating and limited logfile size
  • internet connectivity handling during runtime