Releases: furtidev/larryc
Releases · furtidev/larryc
v0.6.1
v0.6
v0.5
v0.5 - UI Improvements & more
Changelog
- Added support for showing phonetics in the interface (needs further development).
- Modified the UI to be streamlined.
- Added a new
Word
class to act for containing and filtering API responses, whilst greatly reducing clutter. - Fixed a naming mistake in
setup.py
.
Contributions by @hitblast (PR: #4)
v0.4
v0.4 - Major Update!
Changelog
- Added support for showing antonyms within the UI.
- Resolved unused imports in
setup.py
. - Separated some functionalities of the
run()
method insideApp
to other methods and coroutines. - Resolved the names for needed dependencies which weren't included in
setup.py
. - Written tests for this library using the PyTest library (documented usage in README.md) - might require additional commits for increased code coverage.