Skip to content

v0.1.9

Compare
Choose a tag to compare
@RyouMon RyouMon released this 21 May 09:26
· 50 commits to main since this release

What's Changed

  • Can organize yandere post by artist by @RyouMon in #40

    To enable this feature, add this line to your config:

    ...
    yandere:
      ENABLE_ORGANIZE_BY_ARTIST: true  # add this line to your yandere config
      ...
    ...
  • option FAVORS_PIXIV_ENABLE_ORGANIZE_BY_USER pending to deprecation, use ENABLE_ORGANIZE_BY_ARTIST instead.

    ...
    pixiv:
      # FAVORS_PIXIV_ENABLE_ORGANIZE_BY_USER: true  # (Deprecation)
      ENABLE_ORGANIZE_BY_ARTIST: true  # add this line to your pixiv config
      ...
    ...

Full Changelog: v0.1.8...v0.1.9