Releases: EpixZone/EpixNet
v0.2.5
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).
pystrayandPILwere 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.exeafter EpixNet exits (fixes #20). On Windows, Tor's pluggable-transport children (meek-client,obfs4proxy) are now placed in a Job Object withKILL_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;
sitePublishreturnsokto 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 singlegit clone --depth=1 --filter=blob:none --sparseof justtools_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
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
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
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
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
Full Changelog: v0.0.9...v0.1.0
v0.0.9
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Full Changelog: v0.0.5...v0.0.6