Skip to content

koneko こねこ v0.9.2

Compare
Choose a tag to compare
@akazukin5151 akazukin5151 released this 16 Jul 16:03
· 796 commits to master since this release
aa8fcc8

Changelog

Features

  • lscat app: Display first picture if a mode 2 directory is selected
  • This project is now mirrored on gitlab here

Bug fixes

  • Fixed mode 2 exclusive filter showing mode 1 page dirs

Code maintenance

  • Added more type annotations
  • Rename AbstractImageAdjuster.write() to report()
  • Added docstrings in assistants.py
  • Added image_adjuster.puml, displayed in HACKING.md
  • Use namedtuple instead of classes in some tests
  • Use mocks instead of repetitive fake classes
  • Add AbstractData to puml
  • Use new json in some tests
  • Test print multiple images with one and two posts
  • Add some comments on MVC vs MVA
  • Removed unused search_string() method