Skip to content

Releases: RyouMon/FavoritesCrawler

v0.2.1

01 Aug 15:42
Compare
Choose a tag to compare

What's Changed

  • IPTC: Convert title and keywords to ASCII by @RyouMon in #55
  • Fix: update twitters domain, fix 400 when start request by @RyouMon in #57

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Jan 08:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.15...v0.2.0

v0.1.15

11 Jan 15:20
Compare
Choose a tag to compare

What's Changed

  • refactor: doesn't write iptc when file status is "uptodate" by @RyouMon in #51

Full Changelog: v0.1.14...v0.1.15

v0.1.14

07 Jan 02:44
Compare
Choose a tag to compare

New Feature

  • Store tags(iptc/keywords) to pixiv and yandere image files. by @RyouMon in #49

You can search for your images by tags in photoprism.
To enable this feature, download exiftool then config EXIF_TOOL_EXECUTABLE.

Full Changelog: v0.1.13...v0.1.14

v0.1.13

24 Dec 02:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

23 Dec 03:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

02 Jun 12:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

23 May 12:10
Compare
Choose a tag to compare

What's Changed

  • Add a command to restore your favorite yandere posts. by @RyouMon in #41

Full Changelog: v0.1.9...v0.1.10

v0.1.9

21 May 09:26
Compare
Choose a tag to compare

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

v0.1.8

04 Feb 17:26
Compare
Choose a tag to compare

What's Changed

  • New feature for pixiv spider: Can organize illust by user by @RyouMon in #36

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

...
pixiv:
  FAVORS_PIXIV_ENABLE_ORGANIZE_BY_USER: true  # add this line to your pixiv config
  ...
...

Full Changelog: v0.1.7...v0.1.8