Releases: kingwingfly/fav
Releases · kingwingfly/fav
v0.2.17
- improve: show more infos(timestamp) in
fav -V
. - fix: meaningless version message when building without a git tree.
- optimize: speed up
fav fetch
v0.2.16
- improve: show expired status in
fav status bvid
. - improve: show more infos(git commit hash and rustc info) in
fav -V
.
v0.2.15
- utils: remove duplicated status change.
- fix:
fav fetch
will mark all resources asexpired
if no network. This command fetches sets before resources, so the bug only happens when network disconnected after fetching sets successfully, it's rare.
v0.2.14
- core: FavCoreError will show a message.
- pull: Sometimes, users may collect paid videos, but have no permission to watch full videos. This lead to a
SerdePointerError
. Fix: a message ask users to untrack the video has been added. - development:
fav_utils_old
will no longer be included into workspace.
v0.2.13
- bump dependencies
- core: improve log
v0.2.12
- bump dependencies
- daemon: show error.
- daemon: performance improvement.
v0.2.11
- bump dependencies.
- improvement: quit while running
daemon
in a dir which is not initialized.
v0.2.10
- bump dependencies
v0.2.9
- fix: modify src/ while building. This does not influence users.
v0.2.8
- Auth reuse: use hard link instead of copying file
- Stop publish utils and cli to crates.io, because
Cargo
only allow modifyOutDir
during building now. - Sync the version of cli and bin.