github got3nks/amutorrent v3.4.0
v3.4.0 — WebSocket Delta Updates, Username in Events & Notifications

latest releases: v3.8.5, v3.8.4, v3.8.3...
3 months ago

✨ Added

  • WebSocket delta updates — new DeltaEngine sends only changed fields per item instead of full snapshots, with seq-based synchronization and automatic snapshot recovery on gaps. Includes peer-level diffing (by peer ID, only changed fields transmitted — ~26KB → ~2KB per cycle) and flat array format for segment data (~56% smaller)
  • Subscription-based segment datagapStatus/reqStatus only sent to clients subscribed to the segmentData channel (DownloadsView, FileInfoModal), with reference-counted subscribe/unsubscribe and automatic re-subscribe on reconnect. Saves ~27KB per update for all other views
  • Username in notifications — Apprise notifications now show the file owner and, when different, who triggered the action (e.g. 👤 john (by admin) · 🏷️ Linux)
  • Username in event scripts — new EVENT_OWNER and EVENT_TRIGGERED_BY environment variables and JSON fields for custom event scripts
  • EC_TAG_PARTFILE_SHARED support — aMule downloads that are also being shared now appear in SharedView, matching BitTorrent behavior where all items have shared = true
  • FileInfoModal auto-refresh — detail API call refreshes every 5 seconds while the modal is open

🐛 Fixed

  • SegmentsBar colors — fixed gap/requested segment colors in the progress bar visualization
  • FileInfoModal tree auto-expand — file tree nodes now auto-expand correctly on open
  • Category path mapping not shown in edit modal — when only one instance of a client type is connected, stored instanceId-based path mappings were not loaded into the edit form (showed placeholder instead of actual path)

Full Changelog: v3.3.0...v3.4.0

Don't miss a new amutorrent release

NewReleases is sending notifications on new releases.