Skip to content

koneko こねこ v0.10.1

Compare
Choose a tag to compare
@akazukin5151 akazukin5151 released this 26 Jul 08:40
· 588 commits to master since this release
1a912e8

Changelog

Bug fixes

  • Fixed inconsistent 'page' / 'image' in ui.Image
  • Fixed du not working in macOS
  • Fixed xdg-open not present in macOS, use open in that case instead
  • Fixed bug where artist name with '/' isn't downloaded
  • Fixed users mode prefetching page 1 again

Code maintenance

  • Added more tests
  • Use int page_num for gallery data cache keys
  • Extract duplicated init method in gdata and udata to ABC
  • Remove sys path modifications by changing pytest command & conftest path. No need to run pytest with the -s argument. There is a conftest.py symlink in root, pointing to the original path in testing/
  • Fixed tests sometimes showing a (pixcat) image: mock and assert pixcat in lscat.icat()
  • Use default github gitignore for python