v1.35 [Sep 19, 2010]
July 20, 2011: v1.35
Fixed incorrect parsing of hexadecimal input containing "e" followed by digits. GlassCalc would parse "0x4e2" into hex(4e2), then convert "4e2" to "4*10^2", giving "hex(4*10^2)", which naturally failed to parse.
Fixed incorrect display of based output containing "e" followed by digits. GlassCalc would display "0x4e2" as if the 2 were an exponent.
Changed based output to lowercase, since I find it much easier to read.
Fixed thousands separator appearing between a negative sign and the following digit. For example, "-100" was displayed as "- 100".
Fixed syntax highlighting for constants. "Ae" is now highlighted as a variable instead of "A" as a variable and "e" as a constant.
Added a "Remove User Data" option to the uninstaller.