Here are patches to fix the issue with the tiny synopsis text in 3.2.0. I think this issue only affects the Glo/Aura/AuraHD.
What seems to be happening is that the synopsis has a default stylesheet suitable for the Touch/Mini, and there are overrides for the Glo/Aura/AuraHD. However the overrides don't seem to work, so all models are getting the Touch/Mini stylesheet which has a font size far too small for the higher DPI devices. The patch works by making the Glo/Aura/AuraHD override the default synopsis stylesheet.
Patch for Glo/Aura:
Patch for AuraHD:
I've only briefly tested this on my Glo, so let me know if there are any problems.
Edit: The patches I originally posted were not accepted by kpg.exe, for some reason kpg.exe doesn't like the final \n at the end of the original string, even though it is there in libnickel.so.1.0.0.
Edit2: kpg.exe replace_string method doesn't accept \n, \t, etc. in either original or replacement string. Fixed.