Skip to content

Releases: amio/aria2s

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 05:12

Changelog

  • 4ac53c8 feat(tui): add centeredMessageBody for placeholders
  • 1d92e63 feat(tui): add open shortcut to list view, shorten label to "Open"
  • df4ea22 feat(tui): add retry operation to tasks in error
  • 34a249e fix(tui): lowercase ctrl+p paste shortcut in footer help
  • 257894c fix(tui): wrap detail view meta fields instead of truncating

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 11:17

Changelog

  • fb4bea2 fix(downloads): use forcePause for instant pause response
  • 0634e4d fix(tui): keep metadata rows contiguous in the download list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 09:56

Changelog

  • b5958f6 feat(tui): add hidden ctrl+p quick-add from clipboard
  • 0ea38ad feat(tui): enhance status color palette for better state distinction
  • 48fb4c7 feat(tui): show relative file path in detail view file list
  • 7ccadd7 fix(cmd): restore correct subcommand help output
  • 140db36 fix(service): stop via launchctl bootout, drop graceful-shutdown poll
  • 5874f2e fix(tui): make pause/resume/remove async to prevent UI freeze
  • 13f97d3 refactor(app): make aria2s a thin aria2c service wrapper
  • 6b5b8b7 refactor(tui): adopt bubbles key for dashboard shortcuts
  • 077e687 refactor(tui): migrate dashboard runtime to bubble tea v2

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 24 Jun 03:23

Changelog

  • 83658d4 chore(docs): update short desc in readme
  • ce583d7 fix(tui): remove redundant tick from wsEventMsg handler

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 24 Jun 02:09

Changelog

  • 58531a2 chore(docs): improve code formating in readme
  • 95afed7 feat(cli): restructure help with grouped commands and bold formatting
  • 13b4227 fix(install): use GitHub redirect instead of rate-limited API for latest version
  • a9fd487 refactor: rename console to dashboard throughout

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:43

Changelog

  • dd83c42 fix(aria2): reset WebSocket reconnect backoff after healthy sessions
  • 24e4eec perf(app): reuse HTTP connections in LocalRPC
  • 3daacbe refactor(app): inject console runner via Options
  • 4356d4b refactor(aria2): use strconv.Itoa for RPC port in config

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:22

Changelog

  • 184b4e6 chore(docs): update install instruction for handy copy
  • 95c869e fix(build): push current branch alongside tag for richer CI run titles

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:13

Changelog

  • 6f88afe feat(build): add make targets for semver bump and tag push
  • b130e49 fix(build): inject version via ldflags so TUI shows real version
  • 37b3951 fix(install): use OS-aware checksum tool to fix macOS verification
  • c50bce1 style(tui): shrink down/up speed column widths in console

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 23 Jun 16:47

Changelog

  • 85ecd30 feat(service): add linux systemd-user support
  • 33cddab fix(linux): harden opener and infer cross-platform service defaults

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 16:13

Changelog

  • 56d2784 Add one-liner install script and update README
  • cb88249 Add uninstall instructions to README
  • caf4fd0 feat(console): unify download view frame layout