Releases: Py-Contributors/AudioBook
Releases · Py-Contributors/AudioBook
V3.0.1 Release
AudioBook December Release
Highlight
- - Improved code quality
- - Read web article bug fixed with https
- Updated Contribution file
What's Changed
- Add Link to CONTRIBUTING.md file in the README.md #77 by @ezinneanne in #78
- Made corrections in the CONTRIBUTING.md file #79 by @ezinneanne in #80
New Contributors
- @ezinneanne made their first contribution in #78
Full Changelog: v3.0.0...v3.0.1
v3.0.0
- Added support for
--version
flag - Added bash scripts for complete automation of the release process
- Bug fix
What's Changed
- updating test cases by @codeperfectplus in #74
- automating release process by @codeperfectplus in #75
- releasing v3 by @codeperfectplus in #76
Full Changelog: v2.0.4...v3.0.0
Audiobook 2.0.4 with CLI Support released
What's Changed
- Feature: expose basic app options via CLI by @aaaandrzej in #48
- Feature: ODT files support for audiobook as mentioned in issues by @Mr-vabs in #57
- Updating cli commands by @codeperfectplus in #58
- Created changelog and updated docs by @codeperfectplus in #60
- updating readthedocs.yaml by @codeperfectplus in #61
- extended pdf_parser by @codeperfectplus in #62
- adding test cases for CI/CD by @codeperfectplus in #63
- udating requirements.txt by @codeperfectplus in #64
- adding pytest workflow by @codeperfectplus in #65
- audibook command line bug fixed by @codeperfectplus in #66
- Meging Docs branch by @DrakeEntity in #70
- 🔖 v2.0.4 by @codeperfectplus in #72
New Contributors
- @Mr-vabs made their first contribution in #57
- @DrakeEntity made their first contribution in #70
Full Changelog: v2.0.2...v2.0.4
version 2.0.2 Released
Changelog
- Updating Audiobook V2.0.2 with Docs Support.
- Pdfminor support added
- Metadata information created
- Now Can Save Audio Page wise/One Audio
- Better Exception Handling
- Text processing function added
What's Changed
- 🔖 Shell Script added to update pacakge by @codeperfectplus in #29
- Better expection handling by @aayushi-droid in #30
- feature: Save audio page wise or full book by @codeperfectplus in #32
- feature: metadata information from pdf by @codeperfectplus in #37
- support: support for linux created by @codeperfectplus in #38
- Feature: docs/docx file support added by @aaaandrzej in #40
- Make flake8 happy by @aaaandrzej in #43
- support: PdfMinor support adding by @codeperfectplus in #45
- feature: auto assign workflow fixed by @codeperfectplus in #51
- 🔖 Publish: publishing 2.0.2 by @codeperfectplus in #55
New Contributors
- @aaaandrzej made their first contribution in #40
Full Changelog: v2.0.1...v2.0.2
V 2.0.1 Launched
What's Changed
- Support: txt file support added by @codeperfectplus in #16
- Feature: Epub file support added by @codeperfectplus in #19
- feature: Load book from library by @codeperfectplus in #22
- Updating #usage for new changes in code by @aayushi-droid in #24
- Feature: Add support to read/save web articles(audio) by @giovf96 in #20
- support: web article support added by @codeperfectplus in #25
- Support: mobi file format support added by @aayushi-droid in #27
- feature: text preprocessing function imporoved by @aayushi-droid in #28
New Contributors
- @aayushi-droid made their first contribution in #24
- @giovf96 made their first contribution in #20
Full Changelog: v2.0.0...v2.0.1
Version 2 Launched
AudioBook
The audiobook is a python module for listening to your favorite PDF book.
Installation
Install using pypi
Changelog
V2.0.0
- Save Audio Book locally
- Listen to the book
- Speech-speed control
- Read password-protected PDF
- Create JSON file for the book
pip install audiobook
from audiobook import AudioBook
ab = AudioBook() # argument: Speech-Speed="slow/normal/fast"
ab.save_audio(file_path, password=None) # save audio file
ab.read_book(file_path, password=None) # listen to the book
What's Changed
- Update setup.py by @hot9cups in #2
- Tests by @chmey in #4
- Create GitHub Action for Publishing to PyPI by @JoeAmedeo in #5
- Bump pypdf2 from 1.26.0 to 1.27.5 by @dependabot in #6
- 🔨 Refactoring code and improving navigation functionality by @codeperfectplus in #8
- feature: password-protected files can be opened now by @codeperfectplus in #10
- Update Readme.md Documentation by @SarojWasti in #12
- feature: audiobook can be saved now by @codeperfectplus in #13
New Contributors
- @hot9cups made their first contribution at #2
- @chmey made their first contribution at #4
- @JoeAmedeo made their first contribution at #5
- @dependabot made their first contribution at #6
- @codeperfectplus made their first contribution at #8
- @SarojWasti made their first contribution at #12
alpha release of AudioBook
Listen to your favourite pdf book with text to speech.
alpha release of AudioBook
Listen to your favourite pdf book with text to speech.