This repository has been archived by the owner on May 11, 2020. It is now read-only.
Releases: akazukin5151/koneko-old
Releases · akazukin5151/koneko-old
koneko こねこ v0.4
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
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
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
See #Usage for installation instructions