CSV2QIF Converter Changelog

What's new in CSV2QIF Converter 15.2.03

Dec 31, 2021
  • avm1: Use `XmlObject`
  • Previously Ruffle's AVM1 runtime incorrectly permitted calling `XML` functions on `XMLNode` objects. For example:
  • ```as
  • var xml = new XML("<a><b></b></a>");
  • trace(XML.prototype.createElement.call(xml.firstChild, "aaa")); // traces "undefined" in Flash, but "<aaa />" in Ruffle before this commit.
  • ```
  • Disallow this by using the newly-reintroduced `XmlObject` for `XML` objects
  • (rather than `XmlNodeObject` that represents also `XMLNode` object), and check
  • for it in all `XML` builtins.

New in CSV2QIF Converter 5.20 (Feb 18, 2014)

  • Added Preview mode to graphically specify the CSV file contents.

New in CSV2QIF Converter 5.00 (Jan 17, 2014)

  • Added support for tags.
  • Combine multiple fields for a more meaningful memo on transactions.
  • Improved diagnostics.

New in CSV2QIF Converter 4.00 (Aug 30, 2013)

  • Added Preview mode to graphically specify the CSV file contents.

New in CSV2QIF Converter 2.6 (Mar 5, 2013)

  • Additional naming alternatives, better security name handling

New in CSV2QIF Converter 2.5 (Dec 23, 2012)

  • Improved error checking

New in CSV2QIF Converter 2.10 (Sep 26, 2012)

  • Bug fixes
  • Improved installer