Releases: mschae23/dearrow-cli
Releases · mschae23/dearrow-cli
Release 4.3.0
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
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
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-casualflag 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>...ordearrow-cli vote <VIDEO_ID> --downvote casual
Release 4.0.0
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-apiin 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-apiand--browser-apiarguments: 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-warnedflag for votes on titles.- This will self-report the submission, used for when users dismiss an auto-warning in the actual addon.
oflag in theviewcommand to indicate an original title. It is not displayed for thumbnails, since they
show "original" in the timestamp column.mainargument toview, 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
viewandvotecommands 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.
batchnow uses stderr instead of stdout for user interactions.
Release 4.0.0 Beta 1
Removed
--post-branding-api,--get-titles-by-video-id-api, and--get-thumbnails-by-video-id-apiin 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-apiand--browser-apiarguments: 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-warnedflag for votes on titles.- This will self-report the submission, used for when users dismiss an auto-warning in the actual addon.
Changed
viewandvotecommands 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
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
Changed
- Batch submission feature now interprets input file as CSV.
Release 3.2.0
Added
- Batch submissions: intentionally left undocumented.
Changed
- Minor changes to table layout when using the
viewsubcommand.
Release 3.1.0
Initial release.