3.4

Read Text-0.8.76

Read Text 0.8.76
================

All
---

+ Bug fixes, documentation and performance improvements.
+ Spanish help on supported platforms.
+ Images of Dialogues in Help on supported platforms.
+ When you enable *Use Experimental Mode* in your Office program, the settings are saved in a different file.
+ **Note**: To accommodate the improved settings behaviour, when you update this extension, or the version of Office, the settings will revert to their defaults.

Linux
-----

OOoLilyPond-1.1.10

Changes to OOoLilyPond 1.1.10 since 1.1.9 (March 2024):
=======================================================

* Bugfix: When using the 'add missing "pt" unit' feature, certain svg files larger than 32767 bytes
could cause OLy to abort with an "Overflow" runtime error.

* Improvement: An svg file is only re-written if a "pt" unit had to be added.
If nothing has been changed, there are no more unnecessary write operations.

Read Text-0.8.74

# Read Text 0.8.74 #

## All

+ Allow or deny access to third party scripts depending on the Office version and whether “Enable experimental features” in the “Options” or “Preferences” menu is enabled. (*Resolves [GitHub Issue 24](https://github.com/jimholgate/readtextextension/issues/24)*).
+ Bug fixes and performance improvements.
+ Require Python 3.8 or higher to enable “Neural” text to speech platforms.
+ `(RESET_ALL)` feature in main dialog.

## MacOS

Correction en orthographe simplifiée du français-1.0.0

La correction orthographique avec les simplifications proposées par l'association Érofa est également présente dans Thunderbird et Firefox.
Une extension de conversion est aussi proposée dans Firefox et Chrome. Elle convertit automatiquement le contenu de la page selon les mêmes propositions de simplification.
Tous ces outils exécutent localement la fonction de vérification ou de conversion, sans communiquer aucune information.

OOoLilyPond-1.1.9

Changes to OOoLilyPond 1.1.9 since 1.1.8 (December 2023):
=================================================

* Improvement: Option to add missing "pt" unit to SVG files
In some cases, SVG images produced by LilyPond (via Cairo library) are incorrectly scaled.
This happens if their height and width statement does not contain any unit.
For details see:
https://github.com/OOoLilyPond/OOoLilyPond/issues/10