Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Releases: akazukin5151/koneko-old

koneko こねこ v0.4

26 Apr 23:18
9ba487e
Compare
Choose a tag to compare

PyPI release, use pip install koneko

Unconventionally, you might be able to install the wheel file with pip install xxx.whl

  • If there are new images (cache is outdated), it will redownload and display
  • Changed koneko cache dir to ~/.local/share/koneko/cache
  • Minor code structure improvements

koneko こねこ v0.3

20 Apr 21:50
8f947f2
Compare
Choose a tag to compare

See #Usage for installation instructions

Changelog

Features

  • Added IllustFollowMode (mode 5); see new illustrations from artists you're following
  • Reload feature in modes 1, 3, 4, 5: clear downloaded images for that mode and re-download
  • Small nano-like help message with colorized keys; old help is in manual
  • Ask for login details, and save them in a config file
  • Better 'backing' from between modes; see flowchart

Code

  • Bug fixes and stability improvements
  • Improved code structure
    • Removed code duplication using classes
    • Pulled functions into other modules
  • Stub files for mypy

koneko こねこ v0.2

13 Apr 17:05
a7eb757
Compare
Choose a tag to compare

See #Usage for installation instructions

Changelog

  • Lots of bugfixes and stability improvements
  • Screenshots
  • Refactoring, improved code structure
  • Use classes to reduce code duplication
  • Prompts instantly recognize keys pressed
  • Following users mode
  • Search users mode
  • Manual page
  • New 'card' style (as opposed to a grid) for displaying images
  • Use docopt, better command line arguments

koneko こねこ v0.1

05 Apr 23:10
ca53bd0
Compare
Choose a tag to compare

See #Usage for installation instructions