Skip to content

4.5.7

Compare
Choose a tag to compare
@JiPaix JiPaix released this 09 Jun 19:58
· 143 commits to main since this release

Feat(cli)

  • add message event to jobs

Feat(lib+cli)

  • messages sent by the current job's bot are printed out
  • add queue constructor parameters (CLI: --queue) which expect a regex to detect if the bot has moved you to a queue
xdccJS --host "irc.server.com" --bot "SOME_BOT" --download "1-100" --queue "/download(.*)\d+\sout\sof\s\d+\/gi"
# will match strings like : download "[somestuff] some files.pdf" pending, 10 out of 30
params.queue = /download(.*)\d+\sout\sof\s\d+\/gi

Fix(lib+cli)

  • crashing when running in a non-TTY environment
  • download bar not rendering new lines when a download is interrupted

Fix(lib)

  • cancel message/event wasn't triggered if there was no active downloads