Skip to content

Releases: kingwingfly/fav

v0.2.4

24 Feb 09:36
Compare
Choose a tag to compare
  • Fix: media count not refresh after fetching.

v0.2.3

24 Feb 08:45
Compare
Choose a tag to compare
  • TryFix: panic when base_url not exist.

v0.2.2

24 Feb 07:31
Compare
Choose a tag to compare
  • Fix: overwriting the same file when pulling resources with the same name.
  • Improvement: the help info of pull.

v0.2.1

19 Feb 19:10
Compare
Choose a tag to compare
  • Handle Expired.
  • Pull: If pull bvid, fav will force to pull it, as long as it's tracked and not expired.

v0.2.0

19 Feb 17:28
Compare
Choose a tag to compare
  • Broken upgrade: the new fav is not compatible with the old fav. You need to delete .fav dir and re-init your fav after upgrading to 0.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. The modify 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 call fetch 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

08 Feb 02:07
Compare
Choose a tag to compare
  • Fix: fav completion generate the wrong script.

v0.1.12

07 Feb 10:58
Compare
Choose a tag to compare
  • Fix: args parsing error when using fav modify fav init command.

v0.1.11

06 Feb 15:36
Compare
Choose a tag to compare
  • Fix: Ctrl-C only cancels current batch(10) of jobs, instead of exiting the whole program.
  • See discussions in #5 for more information about the next developing trends.

v0.1.10

06 Feb 05:30
Compare
Choose a tag to compare
  • add fav completion command to support auto completion for bash, elvish, fish, powershell, zsh shell; Run fav completion -h for more information. (e.g. run fav completion fish > ~/.config/fish/completions/fav.fish to register the auto completion script for fish; You can google where to put completions for xxshell to find the right place to put the completion script for your shell.)

v0.1.9

05 Feb 16:22
Compare
Choose a tag to compare
  • auto complete support for zsh and fish; Run fav complete -h for more information. (e.g. run fav complete --shell fish --register ~/.config/fish/completions to register the auto completion script for fish)
  • I'll also upload some other auto completion scripts for bash and powershell and so on.