Conversion Amanuensis Changelog

What's new in Conversion Amanuensis 5.5

May 19, 2015
  • Tweaked some conversions involving Integer, Long and unsigned.

New in Conversion Amanuensis 5.4 (May 19, 2015)

  • Configurable Look and Feel

New in Conversion Amanuensis 5.3 (May 19, 2015)

  • Optimised suggested conversion code.
  • Corrected table entries for unsigned conversions that could not be handled purely with autoboxing.

New in Conversion Amanuensis 5.2 (May 19, 2015)

  • Better code for unsigned Bytes.

New in Conversion Amanuensis 5.1 (May 19, 2015)

  • Used enums, split off Type and Generate classes.
  • Added signed/unsigned Byte.

New in Conversion Amanuensis 5.0 (May 19, 2015)

  • Corrected spelling mistakes.
  • Display build and release date.
  • Converted to JDK 1.5.

New in Conversion Amanuensis 4.9 (May 19, 2015)

  • Added PAD files and a new icon.

New in Conversion Amanuensis 4.8 (May 19, 2015)

  • Reformat with IntelliJ
  • Added Javadoc

New in Conversion Amanuensis 4.7 (May 19, 2015)

  • Use of + '0' to get to char.
  • \n after each comment to make code easier to read

New in Conversion Amanuensis 4.6 (May 19, 2015)

  • Use of Character.digit( char c, int radix )