Menu

Finance::QIF / News: Recent posts

Finance-QIF 3.02 Release

  • Fixed bugs with write support for splits with partial data.
Posted by Matthew McGillis 2010-09-30

Finance-QIF 3.01 Release

  • Corrected documentation for Account and Type:Memorized
  • Updated code separators based on perlport "NEWLINES" recommendation
  • Use binmode in more compatible manner (older IO::File missing method)
Posted by Matthew McGillis 2010-04-08

Finance-QIF 3.00 Release

  • Added support for Quicken 2006 new Memorized Investment fields
  • Added support for Quicken 2006 Price format
  • The changes for the Memorized investment created a conflict with naming to get things consistent and to hopefully avoid future issues some value names have changed. This is the reason for a 3.00.

Old code may require modification this map will help in porting
Old Name New Name
noninvestment:amount noninvestment:transaction
memorized:transaction memorized:type
memorized:amount memorized:transaction

Posted by Matthew McGillis 2008-08-02

Finance-QIF 2.07 Release

  • No changes to actual code other than version number and COPYRIGHT update.
  • Added Requirement for IO::File 1.13
  • Fixed tests so new test using "<:crlf" format is only done for perl 5.008
  • These changes should allow this module to play nicer in perl 5.006 configurations
Posted by Matthew McGillis 2008-03-18

Finance-QIF 2.06 Release

  • Fixed bug 1704960 win32 line end /record sep test failed
  • Added pod and pod-coverage tests
  • Adjustments to MANIFEST and Makefile.PL for better compatibility with current versions of ExtUtils::MakeMaker

Matthew McGillis

Posted by Matthew McGillis 2007-04-29

Finance-QIF 2.05 Release

    - Better recognition of headers that have trailing white space
    - Added support for budget (&quot;B&quot;) item in category type
    - Added support for total (&quot;U&quot;) item in memorized type
    - Number of documentation changes/corrections

Matthew McGillis

Posted by Matthew McGillis 2007-02-04

Finance-QIF 2.04 Release

    - Added autodetect option
    - Fixed bug that caused wrong separator to be used on output files
    - Added support for standard file open options
    - Changed separator support to move to single record_separator

Matthew McGillis

Posted by Matthew McGillis 2006-07-20

Finance-QIF 2.03 Release

    - Added support for &quot;U&quot; in investment and non-investment accounts.
    - Added support for trim_white_space.

Matthew McGillis

Posted by Matthew McGillis 2006-04-17

Finance-QIF 2.02 Release

Minor change in release 2.02.
- Fixed [rt.cpan.org #18246] Splits don't always have memo fields.

Matthew McGillis

Posted by Matthew McGillis 2006-03-19

Finance-QIF 2.01 Release

Minor changes in release 2.01.
- Fixed bug that returned empty record in some cases.
- Fixed a few typos in documentation.

Matthew McGillis

Posted by Matthew McGillis 2006-03-07

Finance-QIF 2.00 Release

We have put together a new version of FInance::QIF. I was looking for
something that could process a complete export from Quicken. I took a
look at the original Finance::QIF currently available at CPAN and
found it could not process much of a typical Quicken QIF file. This
new version of Finance::QIF is fairly different from the existing
Finance::QIF. We have contacted the previous owner and asked for
permission to take ownership of the existing Finance::QIF. They agreed
to let us pick up the code.... read more

Posted by Matthew McGillis 2006-02-23

Finance-QIF 2.00 Beta1 Release

We have put together a new version of FInance::QIF. I was looking for something that could process a complete export from Quicken. I took a look at the original Finance::QIF currently available at CPAN and found it could not process much of a typical Quicken QIF file. This new beta version of Finance::QIF is fairly different from the existing FInance::QIF. We have contacted the previous owner and asked for permission to take ownership of the existing Finance::QIF. They agreed to let us pick up the code.... read more

Posted by Matthew McGillis 2006-01-31