Releases: MorceNOX/cat-reader
Releases · MorceNOX/cat-reader
v1.5.0
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
v1.4.1
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
v1.1.0
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
v1.0.0 Modified Makefile and bash wrapper to create and allow working from p…