Skip to content

Releases: kingwingfly/fav

v0.2.29

18 Jun 13:06
7a09b6d
Compare
Choose a tag to compare
  • achives(合集) support. Use fav status -a to show the achives.

v0.2.28

08 Jun 20:52
c6accdc
Compare
Choose a tag to compare
  • fix daemon: double SIGINT handlers when pulling

v0.2.27

06 Jun 21:54
e1dede5
Compare
Choose a tag to compare
  • improve follow this

v0.2.26

06 Jun 19:34
77406d4
Compare
Choose a tag to compare
  • improve follow this

yanked

it's depending on fav_core v0.1.0, which is yanked.

v0.2.24

06 Jun 16:31
e1eaa58
Compare
Choose a tag to compare
  • fix: batch pull SIGINT hint missed

v0.2.23

06 Jun 15:59
7300b33
Compare
Choose a tag to compare
  • core: refactored, more reliable
  • fix: SIGINT handle

v0.2.22

05 Jun 23:41
36c7f53
Compare
Choose a tag to compare
  • tracing: use stdout as tracing output while stderr as processbar

Known issue: SIGINT handle may be not as expected.

v0.2.21

05 Jun 14:48
725cd49
Compare
Choose a tag to compare
  • 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

04 Jun 21:47
ddfb480
Compare
Choose a tag to compare
  • better documente for fav_core
  • fix bugs in batch ops
  • fix ctrl-c not handled: handle SIGINT in fav_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 and pull handle SIGINT together, leading multi info log.
  • refactor all commands
  • fix: cache not clear if failed or cancelled

v0.2.18

04 Jun 05:05
9f9b97e
Compare
Choose a tag to compare
  • optimize: lto set to fat to reduce binary size.
  • init: add confirming if '.fav' already exists.

BUG BUG BUG
FIXING FIXING