Skip to content

Releases: eeriemyxi/novi

v0.4.1

17 Mar 09:35
Compare
Choose a tag to compare

What is new:

  • optimized imports little bit more

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Mar 09:02
Compare
Choose a tag to compare

Improves speed by introducing lighter dependencies.

httpx -> requests.
rich -> blessings.

Something to keep in mind would be that it makes the logger uglier. A solution to that is planned.

Note: Normal users should notice no major visual difference.
Full Changelog: v0.3.1...v0.4.0

v0.3.1

17 Mar 06:09
Compare
Choose a tag to compare

What is new:

  • Fix a huge bug where incorrect words would not be shown as incorrect

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Mar 10:27
Compare
Choose a tag to compare

What is new:

  • serialize words
  • use the word scraped from the page rather than local input
  • organize parsers better
  • follow redirects
    • because Cambridge may redirect you when it can't find an exact match for the input, but it does have definitions for something very similar to it.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Mar 18:17
Compare
Choose a tag to compare

What is new:

  • implemented parsing examples of word definitions.

Full Changelog: v0.1.3...v0.2.0