aboutsummaryrefslogtreecommitdiffstats
path: root/epy.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug fix: scroll down behaviour when totlines < rowsbenadha2021-02-021-1/+1
* - Unused var: LINEPRSRVbenadha2021-02-011-8/+13
* Better left click mouse in choice_winbenadha2021-02-011-0/+3
* Added page scroll animationbenadha2021-02-011-5/+42
* Minor bug fix: color attribute issue with scrolling-more-than-1-line indicatorbenadha2021-02-011-2/+2
* Bug fixes:benadha2021-02-011-16/+32
* Backward compatibility: config filebenadha2021-01-311-1/+7
* TTS Supportbenadha2021-01-311-2/+64
* Mouse supportbenadha2021-01-311-1/+37
* Inline format: bold for headerbenadha2021-01-301-0/+1
* Added chapter suffix in the end of MAXCHUNKSbenadha2021-01-301-2/+8
* Minor fix: new scheme for parsing sectsbenadha2021-01-301-1/+1
* Minor fix: inline formatbenadha2021-01-301-4/+9
* Minor fix: inline formatbenadha2021-01-301-12/+33
* Inline format: boldbenadha2021-01-301-2/+44