Releases: kingwingfly/fav
Releases · kingwingfly/fav
v0.2.4
- Fix: media count not refresh after fetching.
v0.2.3
- TryFix: panic when
base_url
not exist.
v0.2.2
- Fix: overwriting the same file when pulling resources with the same name.
- Improvement: the help info of
pull
.
v0.2.1
- Handle Expired.
- Pull: If
pull bvid
,fav
will force to pull it, as long as it's tracked and not expired.
v0.2.0
- Broken upgrade: the new
fav
is not compatible with the oldfav
. You need to delete.fav
dir and re-init
yourfav
after upgrading to0.2.0
. - Refactor:
fav
is completely rewritten in rusty style, and is now more generic and more maintainable. - Simplify: Only
fetch
pull
status
track
init
auth
daemon
completion
commands are supported now. Themodify
command is removed, since it's too tedious to modify status through a CLI tool. - Status: Now
status
only show id, title and few status. - Track: Now
track
does not support resource not in remote favorite sets. (In other words, there's no data only in local, but not in remote.); What's more, use --sets instead of --list, --res instead of --video - Pull: Now
pull
will callfetch
first, and resources not tracked and fetched will never able to be pulled. Always 10 jobs working, instead of 10 by 10. - Init: Only support bilibili now, so no args needed after
init
. - Daemon: Now iterval less that 15min will only show a warning, and won't exit.
Windows上的又报毒,就离谱
v0.1.13
- Fix:
fav completion
generate the wrong script.
v0.1.12
- Fix: args parsing error when using
fav modify
fav init
command.
v0.1.11
v0.1.10
- add
fav completion
command to support auto completion forbash
,elvish
,fish
,powershell
,zsh
shell; Runfav completion -h
for more information. (e.g. runfav completion fish > ~/.config/fish/completions/fav.fish
to register the auto completion script forfish
; You can googlewhere to put completions for xxshell
to find the right place to put the completion script for your shell.)
v0.1.9
- auto complete support for
zsh
andfish
; Runfav complete -h
for more information. (e.g. runfav complete --shell fish --register ~/.config/fish/completions
to register the auto completion script forfish
) - I'll also upload some other auto completion scripts for
bash
andpowershell
and so on.