Releases: kingwingfly/fav
Releases · kingwingfly/fav
v0.2.29
- achives(合集) support. Use
fav status -a
to show the achives.
v0.2.28
- fix daemon: double SIGINT handlers when pulling
v0.2.27
v0.2.26
v0.2.24
- fix: batch pull SIGINT hint missed
v0.2.23
- core: refactored, more reliable
- fix: SIGINT handle
v0.2.22
- tracing: use stdout as tracing output while stderr as processbar
Known issue: SIGINT handle may be not as expected.
v0.2.21
- improve progress bar
- skip and contine if error happens while pulling chunks
- terminate if network disconnected
- improve error message if resource inaccessible
- improve error message during daemon
- core: fix a doc test which will create temp dir
v0.2.20
- better documente for
fav_core
- fix bugs in batch ops
- fix ctrl-c not handled: handle
SIGINT
infav_core
's Ext methods - auth: auto fetch after login
- (un)track: show hint after (un)track
- pull: id not found hint improve
- cli version: remove git timestamp
- fix:
batch_pull
andpull
handle SIGINT together, leading multi info log. - refactor all commands
- fix: cache not clear if failed or cancelled
v0.2.18
- optimize: lto set to
fat
to reduce binary size. - init: add confirming if '.fav' already exists.
BUG BUG BUG
FIXING FIXING