Skip to content

Releases: MorceNOX/cat-reader

v1.5.0

16 May 08:05

Choose a tag to compare

Now the Reader displays the images along with the text, both in ASCII Art format for the documents (EPUB, DOCX, ODT, Markdown and HTML files);
A link to the image file, as extracted from the original document during conversion, is displayed following the ASCII Art preview.
This new feature requires the installation of the ascii-image-converter program, which must be available in the PATH.

v1.4.2

15 May 06:27

Choose a tag to compare

Fix bug when showing messages after file conversion;
Improved bar readability in the Reader;
Update screenshots and README.md.

v1.4.1

11 May 07:41

Choose a tag to compare

Refactor shell wrapper:

  • adding version control;
  • improved conversion routines and refactor the code in the shell wrapper;
  • allow conversions without reading;
    Wiped models directory to make the archives lighter;
    Added new and improved some ASCII Art symbols;
    Added translations of astrological and alchemical unicode symbols which now are spoken properly by TTS-models (in Latin);
    Created shortcut (K) to display the current sentence in the Reader, allowing manual copying the text to external applications;
    Improved sentence detection and text splitting;
    Improved version control.

v1.1.1

08 May 22:15
62c83e9

Choose a tag to compare

Fixed LIBEXECDIR in the wrapper for normal installation (building from source).

v1.1.0

08 May 13:18

Choose a tag to compare

This new release (v1.1.0) introduces the audio devices to be accessed via SDL2. Now the generated audio streams are played by the SDL2 engine and the audio files are not generated anymore. This new feature is more robust and provides a more elegant, professional and portable way to play the generated audio.

First release

08 May 07:33

Choose a tag to compare

v1.0.0

Modified Makefile and bash wrapper to create and allow working from p…