Skip to content

Releases: EpixZone/EpixNet

v0.2.5

20 Apr 23:55

Choose a tag to compare

v0.2.5

Bug-fix release. Upgrade recommended — fixes the missing tray icon in installer builds and the Windows uninstall hang caused by orphaned meek-client.exe.

Fixes

  • System tray icon now appears in installer builds (fixes #20). pystray and PIL were missing from the PyInstaller hidden-imports list, so the Trayicon plugin silently fell back to no-icon mode in v0.2.0–v0.2.3. All backends (_win32, _darwin, _xorg, _gtk, _appindicator) are now collected explicitly.
  • No more orphaned meek-client.exe after EpixNet exits (fixes #20). On Windows, Tor's pluggable-transport children (meek-client, obfs4proxy) are now placed in a Job Object with KILL_ON_JOB_CLOSE. When EpixNet terminates — cleanly or abnormally — Windows kills the entire Tor subtree, so the uninstaller can remove files without the "file in use" error.
  • Publish progress feedback is more accurate. Sites with peers no longer report "Content publish failed" while retries are still in flight; sitePublish returns ok to callbacks when queued for retry instead of surfacing a misleading error.
  • Windows installer build restored. CI was hitting GitHub's unauthenticated Contents API rate limit while recursively pulling tools from EpixNetBundle, causing sporadic 404s mid-build. The workflow now uses a single git clone --depth=1 --filter=blob:none --sparse of just tools_win/.

Defaults raised

  • --size-limit (default per-site size): 100 MB → 1000 MB
  • --autodownload-bigfile-size-limit (auto-help-distribute threshold): 10 MB → 2500 MB

Existing installs keep whatever value they have configured; new installs get the higher defaults.

Installers

Windows / macOS / Linux builds attached below.

Full changelog: v0.2.3...v0.2.5

v0.2.3

16 Apr 21:21

Choose a tag to compare

Fixes an issue when failing to bootstrap a delegate-signed xite on fresh download

Full Changelog: v0.2.2...v0.2.3

v0.2.2

16 Apr 19:32

Choose a tag to compare

Fixed another issue where site has been deleted and the UiWebsocketPlugin would throw an error and stop loading the site.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Apr 18:58

Choose a tag to compare

Fixed a handle case where site has been deleted in UiWebsocketPlugin it'd throw an error and stop loading the site.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Apr 03:04

Choose a tag to compare

What's Changed

  • fix: improve file request handling by validating content modification by @MudDev in #4
  • Auto prune of user data. by @MudDev in #5
  • Normalize path separators in ContentManager by @MudDev in #6
  • New UDP server adapter by @MudDev in #7
  • fix: DHT peer discovery — resolve starvation, timeouts, and fire-and-forget announce by @MudDev in #8
  • Notifications by @MudDev in #9

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Apr 23:12

Choose a tag to compare

Full Changelog: v0.0.9...v0.1.0

v0.0.9

03 Apr 20:18

Choose a tag to compare

Full Changelog: v0.0.8...v0.0.9

v0.0.8

03 Apr 16:52

Choose a tag to compare

Full Changelog: v0.0.7...v0.0.8

v0.0.7

03 Apr 04:05
a632992

Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7

v0.0.6

02 Apr 04:35

Choose a tag to compare

Full Changelog: v0.0.5...v0.0.6