Skip to content

Releases: fekoneko/piximan

v0.11.4

09 Dec 00:46
aed1fc2

Choose a tag to compare

Bug Fixes

  • Rename shorthand for --session-id option in config mode from -s to -S as -s was conflicting with --size

Non-interactive mode now works as intended. This regression was here for a couple of months ><

v0.11.3

06 Sep 19:02
27dd7ae

Choose a tag to compare

New Features

  • Add language field to download lists

Bug Fixes

  • Respect download language when using --list or --infer-id sources
  • Don't count duplicate works for total works in stats

v0.11.2

28 Aug 18:12
c4fb937

Choose a tag to compare

Note

This release doesn't introduce any new features or bug fixes

  • Tweak build flags
  • Allow passing version in make run and make build
  • Release archives now contain the license

v0.11.1

27 Aug 13:42
a02ef9c

Choose a tag to compare

New Features

  • Save novel language when downloading

v0.11.0

27 Aug 11:49
02c54f9

Choose a tag to compare

New Features

Note

language field was added to work metadata. The change is compatible with the previous format but you may
want to add language: ja line to all existing metadata.json files so that viewer will have this info in the future

  • Download work description, title and tags translations with --language flag
  • Add language field to work metadata. The change is compatible with the previous format but you may
    want to add language: ja to existing metadata.json files so that viewer will have this info in the future
  • Add --size flag in piximan config for configuring default downloaded image size
  • Add --language flag in piximan config for configuring default download language
  • Add --reset-defaults flag in piximan config to reset configured size and language

v0.10.0

21 Aug 17:23
88045eb

Choose a tag to compare

New Features

Note

These files inside configuration directory need to be renamed (otherwise, your configuration will be reset):

  • ~/.piximan/sessionid -> ~/.piximan/session-id (where ~ is your home directory)
  • ~/.piximan/config.yaml -> ~/.piximan/limits.yaml (where ~ is your home directory)
  • Providing multiple --rules to downloader
  • Move piximan help download rules manual page to piximan help rules
  • Rename --no-session to --reset-session
  • Rename --default to --reset-limits
  • Rename files inside configuration directory:
    • ~/.piximan/sessionid -> ~/.piximan/session-id
    • ~/.piximan/config.yaml -> ~/.piximan/limits.yaml
      Please rename these files or reconfigure piximan
  • Configuring global download rules with --rules flag for piximan config
  • Resetting global download rules with --reset-rules flag for piximan config
  • --reset flag for resetting the entire configuration

Bug Fixes

  • correct --pximg-max-pending and --pximg-delay config flags to be spelled like in the manual (they were --image-max-pending and --image-delay before)

v0.9.0

21 Aug 07:55
0c191df

Choose a tag to compare

New Features

  • Rename --collection flag to --skip
  • Providing --skip multiple times
  • Rename --fresh flag to --until-skip
  • When --infer-id contains no pattern, but a regular path, piximan will look for metadata.yaml files to infer IDs
  • Providing --infer-id multiple times
  • Providing multiple --lists
  • Providing multiple --paths

Bug Fixes

  • Make total progress bars smaller if the counts on the left are too big to fit

v0.8.4

16 Aug 23:42
f2bf837

Choose a tag to compare

Bug Fixes

  • Don't count skipped tasks when drawing progress bars

v0.8.3

16 Aug 22:54
177a7d6

Choose a tag to compare

Bug Fixes

  • Providing non-ascii characters for --tag works again!

v0.8.2

20 Jul 12:52
eb604c8

Choose a tag to compare

New Features

  • Providing multiple tags when downloading bookmarks