Skip to content

Releases: furtidev/larryc

v0.6.1

01 Aug 14:55
ea32ca6
Compare
Choose a tag to compare

v0.6.1

Changelog

  • Minor UI Changes.

Contributions by @hitblast (PR: #8)

v0.6

21 Jul 12:22
2838110
Compare
Choose a tag to compare

v0.6

Changelog

  • Added support for showing multiple phonetics available (needs more work if audio implementation is wished to be added).
  • Dimmed the rule lines for every section except Definitions.
  • Cleaner code.

Contributions by @hitblast (PR: #7)

v0.5

28 Jun 14:50
dd6d49b
Compare
Choose a tag to compare

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

22 Jun 14:05
5028183
Compare
Choose a tag to compare

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 inside App 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.

Contributions by @hitblast

v0.3

15 Jun 09:38
Compare
Choose a tag to compare

v0.3 - The Async Update

Contributions by @hitblast

Changes to source code and structure

  • Separated the enums into a different larryc/enums.py
  • Replaced the usage of requests with aiohttp for async compatibility.
  • Resolved buggy imports in larryc/__init__.py and larryc/__main__.py

Link to PR: #1

v0.2

14 Jun 20:50
Compare
Choose a tag to compare

Version 0.2

Do not ask what happened to Version 0.1.

  • Fixed a lot of mistakes in the README.
  • Updated some error handlers.