Skip to content

Releases: SurgeDM/Surge

v0.8.7

03 Jun 09:46
dffed94

Choose a tag to compare

Changelog

  • fix config fails by @SuperCoolPencil in #439
  • fix(extension): prevent download items from shrinking in popup list by @FHYQ-Dong in #446
  • refactor: modularize concurrent downloader logic by extracting helper methods and state management into dedicated routines by @SuperCoolPencil in #444
  • symlink 'Surge' binary as 'surge' for nix run compatibility by @leomeowqq in #447
  • Fixed various issues in internal/engine/types by @SuperCoolPencil in #450
  • tui refactor by @SuperCoolPencil in #461
  • chore(deps): bump modernc.org/sqlite from 1.50.0 to 1.50.1 by @dependabot[bot] in #457
  • chore(deps): bump modernc.org/sqlite from 1.50.1 to 1.51.0 by @dependabot[bot] in #464
  • chore(deps): bump github.com/mattn/go-runewidth from 0.0.23 to 0.0.24 by @dependabot[bot] in #463
  • feat: adds a new flag --no-server to start and use surge TUI without the HTTP server by @junaid2005p in #466
  • fix(cli): send download id as ?id= query param to match HTTP API by @junaid2005p in #467
  • test: refactor shared state DB reset into TestMain for cmd tests by @SuperCoolPencil in #458
  • fix: batch downloads were being overwritten and only last one would be queued. Fixes #469 by @junaid2005p in #471

Enjoying Surge? Consider supporting the project to keep it blazing fast!

ext-v2.0.4

03 Jun 09:42
dffed94

Choose a tag to compare

Changelog

  • fix(extension): prevent download items from shrinking in popup list by @FHYQ-Dong in #446
  • fix(extension): resolve vitest CVE — upgrade wxt to 0.20.26, fix test isolation by @SuperCoolPencil in #472

New Contributors


Enjoying Surge? Consider supporting the project to keep it blazing fast!

v0.8.6

11 May 06:19
4061deb

Choose a tag to compare

Changelog

New Contributors


Enjoying Surge? Consider supporting the project to keep it blazing fast!

ext-v2.0.3

11 May 06:15
4061deb

Choose a tag to compare

What's Changed

fixed #378 in #437

v0.8.5

01 May 19:15
ee48e8d

Choose a tag to compare

Changelog


Enjoying Surge? Consider supporting the project to keep it blazing fast!

v0.8.4

30 Apr 18:55
73bca40

Choose a tag to compare

Changelog

  • 5f388af Enhance Category Manager UX and Implement Robust Settings Validation (#421)
  • 6205957 Fix runtime directory for Termux on Android (#420)
  • 6a8922d chore(deps): bump postcss from 8.5.9 to 8.5.10 in /extension (#416)
  • f26c4dd chore: npm update (#419)
  • 44074cf feat(tui): mark restart-required settings and add confirmation modal (#417)
  • 73bca40 feat: official auto-start service support (#422)
  • 5af64dd fix delete failed (#418)
  • eec85c0 long urls break tui (#415)

Enjoying Surge? Consider supporting the project to keep it blazing fast!

v0.8.3

24 Apr 16:30
e48a0ad

Choose a tag to compare

Changelog

  • 502c526 Implement optimistic probe fallback and concurrent bootstrap (#404)
  • e48a0ad feat: add automatic bug reporting flow (closes #334) (#345)
  • 29fc556 fix settings tui cutoff (#409)
  • 8a4249b fix worker buffer size (#408)
  • e4b72bf fix: drain response body before signaling readiness in concurrent downloader to ensure connection reuse (#407)
  • 418fcdf refactor: introduce shared NetworkPool to manage and reuse HTTP transports across downloaders (#410)
  • 3c10034 refactor: unify download progress state management using SessionReset and effective total size passing (#411)

New Contributors


Enjoying Surge? Consider supporting the project to keep it blazing fast!

v0.8.2

20 Apr 14:54
bf375b4

Choose a tag to compare

Changelog


New Contributors


Enjoying Surge? Consider supporting the project to keep it blazing fast!

ext-v2.0.2

20 Apr 14:38
6727801

Choose a tag to compare

Changelog

  • ci: automate extension versioning and upload to AMO by @SuperCoolPencil in #369
  • fix(extension): fixed a bug that caused to stop browser download before checking if surge is online by @junaid2005p in #394
  • chore: add FIREFOX_EXTENSION_ID to extension workflow environment variables by @SuperCoolPencil in #397

v0.8.1

14 Apr 17:10
1f8cc12

Choose a tag to compare

Changelog

  • 88bd426 Update Windows installation instructions in README (#347)
  • fa4bdd7 chore(deps): bump modernc.org/sqlite from 1.48.1 to 1.48.2 (#346)
  • efe0575 ci: seperate workflows and versions for extension and surge (#367)
  • 1f8cc12 feat: pass resolved filename from backend to extension and implement robust path truncation (#368)
  • 8f3fff5 fix(docker): Windows paths not being converted into linux while being run in WSL (#366)

Enjoying Surge? Consider supporting the project to keep it blazing fast!