aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initial refactor: inline stylingbenadha2022-01-072-213/+312
* Add ipdb dev dependencybenadha2022-01-072-2/+222
* Hotfix: Skip adding toc entry for empty label nameBenawi Adha2022-01-061-7/+9
* Update development env using poetrybenadha2022-01-065-17/+1015
* Fix path resolver for Mobi.get_img_bytstr()benadha2022-01-052-1/+6
* Add testsbenadha2022-01-051-0/+63
* Add requirements-dev.txtbenadha2022-01-051-0/+6
* 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-023-158/+323
* Added SpeakerBaseModel as TTS engine wrapperbenadha2022-01-013-33/+129
* Use mimic instead of pico2wave. (#44)Matěj Cepl2022-01-012-19/+13
* Update README.md: remove AUR installation instructionbenadha2021-12-181-6/+0
* Update .gitignorebenadha2021-12-181-0/+2
* Fixed unavailable curses.A_ITALIC and update versionbenadha2021-12-183-16/+27
* Update LICENSEbenadha2021-12-181-3/+3
* Allow setting language for TTS. (#43)Matěj Cepl2021-12-182-1/+4
* Fixed reset to beginning of row when resizing term and Seamless==Truebenadha2021-11-122-3/+3
* Implement SeamlessBetweenChaptersbenadha2021-10-293-97/+286
* 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-253-334/+477
* 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-232-102/+166
* Quick fix with cli script issuebenadha2021-10-231-1/+5
* v2021.10.23: Major refactoringbenadha2021-10-233-1503/+2258
* Fixed handling wide character for input promptv2021.8.14benadha2021-08-142-3/+11
* Added <strong> to bold markupbenadha2021-07-163-19/+27
* Disable mouse support by defaultbenadha2021-07-083-4/+8
* tipjarbenadha2021-04-091-1/+1
* - Fix formatting: Markup inside markup (eg. <i> inside <i>)benadha2021-04-063-17/+35
* - Image support for mobibenadha2021-04-063-25/+41
* Fix: formatting error for mobibenadha2021-04-052-8/+8
* - Restructured setup.py to not import epy scriptbenadha2021-04-012-40/+51
* Merge doublespreadbenadha2021-02-022-21/+76
|\
| * TTS in double spread modebenadha2021-02-022-3/+8
| * Cleaner doublespreadbenadha2021-02-021-12/+24
| * Better PageUp to prev index for doublespreadbenadha2021-02-021-1/+4
| * Doublespread initial commitbenadha2021-02-021-16/+54
* | Better PageUp to prev indexbenadha2021-02-021-1/+4
|/
* (probably) Useless: if totlines - y < rowsbenadha2021-02-021-29/+15