Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

74 lines (46 loc) · 1.6 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Upcoming

  • Search book in the library
  • Delete book from the library
  • Cythonize the code

[3.0.2]

  • - Updated the outdated dependencies
  • - Dropping support for pdfminer(it's not maintained anymore) last maintained in 2019

[3.0.1] - 03-12-2022

  • - Improved code quaity
  • - Read web article bug fixed with https

[3.0.0] - 07-11-2022

  • Added support for --version flag
  • Added bash scripts for complete automation of the release process

[V2.0.4] - 01-11-2022

  • Extended pdf_parser to extract table of contents
  • Command line Support added
  • Updated test cases
  • Added support for CircleCi CI/CD

[V2.0.3]

  • Removed from PyPi

[V2.0.2] - 22-10-2022

Added

  • Docs files support added
  • Pdfminer as engine added
  • ODT file support added

[V2.0.1] - 17-10-2022

Added

  • Mobi file support
  • Epub file support
  • User can now save the audiobook for future
  • User can now listen to the book from the library

[V2.0.0] - 14-10-2022

Added

  • Save Audio Book locally
  • Listen to the book
  • Speech-speed control
  • Read password-protected PDF
  • Create JSON file for the book

[V1.0.5] - 24-10-2022

Added

  • Deprecated version
  • Only can read PDF files

First Release - 22-10-2022