System Independent

Graecise-0.7.1

Fixed a bug and a half (thank you, Leopoldo for pointing them out).
Graecise will now convert capital A with accents at the beginning of a paragraph - which it didn't do before.

I also reintroduced automatic end sigma (the half bug), which I had taken out because it caused some inconvenience. I'm not sure which that was, though, so if you find out why I took it out in the first place, please tell me.

Family Address Book with Birthday Reminders-2.4

Version 2.4 adds 1) a new "All Data" report to include Notes, 2) minor cosmetic changes, and 3) a correction of the Age calculation in the Family Information report.

Note: this coding doesn't work to determine age:
DATEDIFF( 'yy', "Birthdate", CURDATE( ) )

Instead, I had to use this coding:
CASEWHEN( DAYOFYEAR( '2008-' || TO_CHAR( "Birthdate", 'MM' ) || '-' || TO_CHAR( "Birthdate", 'DD' ) )

Toools-0.3.1-nPy

Same as Toools without Python support.
First remove any previous installation of Toools (and the database if was already installed a version of Toools > 0.2.2) and close all OOo process (even QuickStarter).