Skip to content

Releases: mschae23/dearrow-cli

Release 4.3.0

04 Mar 13:35
1bf30f5

Choose a tag to compare

If you use Fedora or Arch, it is recommended to use the provided system packages instead. See Installation.

Added

  • A manual page. Not included in this GitHub release; it's only in the system packages.

Release 4.2.0

16 Feb 17:11
5a71296

Choose a tag to compare

If you use Fedora or Arch, it is recommended to use the provided system packages instead. See Installation.

Added

  • Casual votes are now shown in the output of dearrow-cli view <VIDEO_ID> main.

Release 4.1.0

15 Feb 19:07
ff678da

Choose a tag to compare

If you use Fedora or Arch, it is recommended to use the provided system packages instead. See Installation.

Added

Support for casual mode.

  • For normal title and thumbnail votes, you can now pass the --using-casual flag to indicate that
    you use casual mode. This is saved alongside the submission.
  • A new subcommand for vote: dearrow-cli vote <VIDEO_ID> casual <CATEGORY>... or dearrow-cli vote <VIDEO_ID> --downvote casual

Release 4.0.0

24 Nov 21:31
c701120

Choose a tag to compare

If you use Fedora or Arch, it is recommended to use the provided system packages instead. See Installation.

Removed

  • --post-branding-api, --get-titles-by-video-id-api, and --get-thumbnails-by-video-id-api in favor of
    --main-api (for APIs provided by SponsorBlockServer or compatible) and --browser-api (for APIs provided by
    DeArrowBrowser or compatible).

This is a breaking change.

Added

  • --main-api and --browser-api arguments: see above.
  • user <USER_ID> warnings (issued | received) [--newest <NEWEST>] command.
    • This will display the warnings issued or received by a specific SponsorBlock or DeArrow user.
    • It uses DeArrowBrowser's internal API.
  • --was-warned flag for votes on titles.
    • This will self-report the submission, used for when users dismiss an auto-warning in the actual addon.
  • o flag in the view command to indicate an original title. It is not displayed for thumbnails, since they
    show "original" in the timestamp column.
  • main argument to view, to see live submissions served by a SponsorBlockServer instance rather than DAB.
    • This shows less useful information: no removed, downvoted (with score <= -2) or shadowhidden submissions, no usernames, no "unverified user" flag, no VIP flag.
    • Usage: view <VIDEO_ID> main

Changed

  • The view and vote commands no longer take the video ID as a flag (like --video <VIDEO_ID> or -v <VIDEO_ID>).
    Instead, they just take it as a regular argument: vote <VIDEO_ID> title "Example".
    • This is a breaking change.
  • batch now uses stderr instead of stdout for user interactions.

Release 4.0.0 Beta 1

22 Nov 14:57
5990150

Choose a tag to compare

Release 4.0.0 Beta 1 Pre-release
Pre-release

Removed

  • --post-branding-api, --get-titles-by-video-id-api, and --get-thumbnails-by-video-id-api in favor of
    --main-api (for APIs provided by SponsorBlockServer or compatible) and --browser-api (for APIs provided by
    DeArrowBrowser or compatible).

This is a breaking change.

Added

  • --main-api and --browser-api arguments: see above.
  • user <USER_ID> warnings (issued | received) [--newest <NEWEST>] command.
    • This will display the warnings issued or received by a specific SponsorBlock or DeArrow user.
    • It uses DeArrowBrowser's internal API.
  • --was-warned flag for votes on titles.
    • This will self-report the submission, used for when users dismiss an auto-warning in the actual addon.

Changed

  • view and vote commands no longer take the video ID as a flag (like --video <VIDEO_ID> or -v <VIDEO_ID>).
    Instead, they just take it as a regular argument: vote <VIDEO_ID> title "Example".

This is a breaking change.

Release 3.4.1

22 Nov 14:42
b49d352

Choose a tag to compare

Starting with this release, dearrow-cli is available as a system package for Fedora! Simply run the following commands to install it:

sudo dnf config-manager --add-repo https://mschae23.de/git/api/packages/mschae23/rpm/fc41.repo
sudo dnf install dearrow-cli

Changed

  • Updated all dependencies.

Release 3.3.0

04 Feb 21:31
261d9ee

Choose a tag to compare

Changed

  • Batch submission feature now interprets input file as CSV.

Release 3.2.0

16 Jan 19:11
cf29b1c

Choose a tag to compare

Added

  • Batch submissions: intentionally left undocumented.

Changed

  • Minor changes to table layout when using the view subcommand.

Release 3.1.0

14 Jan 21:04
afa2db5

Choose a tag to compare

Initial release.