Skip to content

Releases: hitblast/avro.py

0.1.4.post1

03 Aug 15:23
Compare
Choose a tag to compare
Fixed typo (post release).

0.1.4

03 Aug 15:00
Compare
Choose a tag to compare

What's Changed

Just like the previous update, more future-proofing has been done to ensure code quality.

  • Improved consistency over code style across files with the addition of the flake8 framework for linting.

0.1.3

20 Jul 15:24
Compare
Choose a tag to compare

What's Changed

Nothing, basically. The only thing that has been done is some future-proofing:

  • Removed dependency from the pyperclip3 package and switched to its newer, renamed pyclip iteration.

0.1.2

02 Jul 15:15
Compare
Choose a tag to compare

What's Changed

This release primarily covers updates for the command-line part. It is followed by:

  • Support for multiple arguments for the --text / -t flag, allowing for parsing multiple texts to Bangla at once.
  • A table-themed UI for presenting the parsed results and the input alongside each other in the terminal.
  • The removal of the --copy flag, so that whenever you parse some text through avro.py's CLI, the result gets copied at the same time.

Along with all this...

  • @furtidev made their first contribution in #1
  • The project has been tested on Python 3.10.5 to work successfully.
  • You can compare the release with the previous one here!

0.1.1

20 Jun 11:06
Compare
Choose a tag to compare

Celebrating the very first release! 🎉

New features and stability updates will keep coming onwards. Till then, stay tuned!