Skip to content

koneko こねこ v0.12.0

Compare
Choose a tag to compare
@akazukin5151 akazukin5151 released this 24 Jun 17:21
· 108 commits to master since this release
a825cca

Features

  • Remove the need to ask for your pixiv user ID; koneko will now get it from the API response
    • Custom user ID for mode 3 (view following users) has thus been removed, to reduce complexity of first-time setup
    • See issue #4. Thanks to @Thesola10 for PR #5

Bug fixes

  • Fixed broken pixiv login
  • Fixed broken curl fallback commands in the .rst version

Code maintenance

  • Update dependencies
  • Unit tests: Use tmp_path fixture instead of manually creating paths
  • Replace FollowingUserModeLoop class with following_user_mode function
  • Removed integration tests due to unreliability of new pixiv login method
  • Simplified the README