aboutsummaryrefslogtreecommitdiffstats
path: root/epy.py
Commit message (Collapse)AuthorAgeFilesLines
* Setup debugger: debugpyBenawi Adha2022-09-241-23/+1
|
* Revert "Add user setting for indenting paragraphs (#63)"Benawi Adha2022-09-241-8/+3
| | | | | | Issue with inline style (italic, bold) This reverts commit 240cb6dc0f59b5c4f4935d5ac528ed7e0af8481d.
* Add user setting for indenting paragraphs (#63)Enan Ajmain2022-09-241-3/+8
|
* Bugfix #57: Unresolved relative path for epub contentsv2022.4.18benadha2022-04-181-3/+4
|
* Add wkdict to supported dict backendsbenadha2022-03-251-3/+8
|
* Add signal handlerbenadha2022-02-201-0/+12
|
* Breakdown parse_cli_args into its own methodbenadha2022-02-201-8/+7
|
* Fixed unrecognized --multiprocessing-fork error on Windowsbenadha2022-02-141-1/+4
|
* Add debugger on parallel letter counting processbenadha2022-02-051-1/+3
|
* Fix process.join() issue for unstarted processbenadha2022-02-051-2/+2
|
* Bugfix #51: Stop/prevent scrolling at the end of ebookv2022.1.25benadha2022-01-251-3/+1
|
* Update version and README.mdbenadha2022-01-231-1/+1
|
* Add 'force_wait' for letters counting processbenadha2022-01-231-16/+35
|
* Add library menubenadha2022-01-231-7/+53
|
* More verbose loaderbenadha2022-01-211-1/+2
|
* Remove excessive loaderbenadha2022-01-171-1/+0
|
* Verbose loaderbenadha2022-01-171-3/+7
|
* Fixed mobi encoding issue on Windowsbenadha2022-01-161-1/+1
|
* Minor cosmeticsbenadha2022-01-151-5/+8
|
* Fixed url parser with pathlib.PurePosixPathbenadha2022-01-151-5/+6
|
* CLI help interfacebenadha2022-01-151-9/+12
|
* More explicit 'content_path'benadha2022-01-151-3/+5
|
* Hotfix: image location reference issuebenadha2022-01-151-1/+4
|
* Hotfix: url meta window issue and update versionv2022.1.15benadha2022-01-151-5/+8
|
* URL early supportbenadha2022-01-151-15/+68
|
* Improve cli help interfacebenadha2022-01-151-15/+45
|
* New implementation of cli args parserbenadha2022-01-151-130/+137
|
* Hotfix: reader self instancebenadha2022-01-101-1/+1
|
* Initial implementationbenadha2022-01-091-79/+98
|
* Add vim configbenadha2022-01-091-89/+148
|
* Minor improvementbenadha2022-01-091-4/+4
|
* Hotfix: curses has no attrib window in termuxbenadha2022-01-081-4/+4
|
* Added default color configv2022.1.8benadha2022-01-081-1/+4
|
* Cleanup on failed ebook initializationbenadha2022-01-081-1/+2
|
* Initial prepackaging kindleunpack with epybenadha2022-01-081-10/+21
|
* Update version and README.mdbenadha2022-01-081-1/+1
|
* Change history matching key from filepath to title authorbenadha2022-01-081-7/+7
|
* Initial library implementationbenadha2022-01-081-67/+107
|
* Always calculate reading_progress whenever possible, just not always shownbenadha2022-01-071-11/+13
|
* Refactor attribute namebenadha2022-01-071-2/+2
|
* Fixed book metadatabenadha2022-01-071-51/+86
|
* Add (sup|sub)script lookup tablebenadha2022-01-071-0/+2
|
* Implement HTMLtoLines._group_spans_by_row()benadha2022-01-071-19/+18
|
* Hotfix: adjust starting_line for inline stylebenadha2022-01-071-2/+2
|
* Add text mark/span grouper methodbenadha2022-01-071-0/+13
|
* Initial refactor: inline stylingbenadha2022-01-071-204/+251
|
* Hotfix: Skip adding toc entry for empty label nameBenawi Adha2022-01-061-7/+9
|
* Fix path resolver for Mobi.get_img_bytstr()benadha2022-01-051-1/+5
|
* Add support for Epub==v1.0 and simplify path resolverbenadha2022-01-051-22/+30
|
* Remove bad try-except blockbenadha2022-01-041-17/+4
|