aboutsummaryrefslogtreecommitdiffstats
path: root/epy.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor Epub and Mobi objectbenadha2022-01-041-113/+55
* Hotfix: Update docstrbenadha2022-01-021-6/+4
* Fixed plethora type issuesv2022.1.2benadha2022-01-021-157/+316
* Added SpeakerBaseModel as TTS engine wrapperbenadha2022-01-011-19/+124
* Use mimic instead of pico2wave. (#44)Matěj Cepl2022-01-011-13/+9
* Fixed unavailable curses.A_ITALIC and update versionbenadha2021-12-181-15/+24
* Allow setting language for TTS. (#43)Matěj Cepl2021-12-181-1/+2
* Fixed reset to beginning of row when resizing term and Seamless==Truebenadha2021-11-121-2/+2
* Implement SeamlessBetweenChaptersbenadha2021-10-291-91/+270
* Minor annotation & prevent next page animation on edge of bookbenadha2021-10-261-3/+4
* Removed Board classbenadha2021-10-251-113/+0
* Added TextStructure dataclassbenadha2021-10-251-30/+69
* Give styling to imagesbenadha2021-10-251-3/+16
* Better image opening schemebenadha2021-10-251-34/+36
* Refactor parser.get_lines(width) to get_lines(textwidth)benadha2021-10-251-9/+9
* Fixed image cursor on double spread and progress pctg in double spreadbenadha2021-10-251-14/+7
* Refactor variablesbenadha2021-10-251-33/+34
* Removed newline from choices in @choice_winbenadha2021-10-251-1/+3
* InfiniBoard to render huge textbenadha2021-10-251-329/+476
* Quick fix parse_cli_args() to fetch from last read history when the states.db...benadha2021-10-231-1/+1
* Squashed commit of the following:benadha2021-10-231-101/+165
* Quick fix with cli script issuebenadha2021-10-231-1/+5
* v2021.10.23: Major refactoringbenadha2021-10-231-1499/+2242
* Fixed handling wide character for input promptv2021.8.14benadha2021-08-141-2/+10
* Added <strong> to bold markupbenadha2021-07-161-2/+2
* Disable mouse support by defaultbenadha2021-07-081-2/+4
* - Fix formatting: Markup inside markup (eg. <i> inside <i>)benadha2021-04-061-16/+31
* - Image support for mobibenadha2021-04-061-22/+34
* Fix: formatting error for mobibenadha2021-04-051-7/+7
* - Restructured setup.py to not import epy scriptbenadha2021-04-011-33/+41
* TTS in double spread modebenadha2021-02-021-2/+2
* Cleaner doublespreadbenadha2021-02-021-12/+24
* Better PageUp to prev index for doublespreadbenadha2021-02-021-1/+4
* Doublespread initial commitbenadha2021-02-021-16/+54
* (probably) Useless: if totlines - y < rowsbenadha2021-02-021-29/+15