2.11.0 (2017-08-23)
Avoid duplicate logging to both stderr and NSLog. [cocoa] #476
Improve build process on Mac OS. [cocoa] #474
Fixed year handling in macOS date formats. [cocoa] #477
Fixed currency fetching for ranges greater than 30 days. #479
Add an option to enter date elements from left to right instead of the default d -> m -> y order. #480
Fix crash during pane drag & drop. [qt]
Fix Bank of Canada currency fetching. It was broken.
Fix quirks with edition mode during transaction addition. [qt]
Add UTF-16 support to CSV imports. #486
Improve autofill by allowing it to autofill more often.
Improve build process.
2.10.2 (2016-08-28)
Fix crash when opening panels on some versions of PyQt. [qt] #456
Fix misalignment of bold figures in networth/profit sheets. [cocoa] #459
2.10.0 (2016-03-13)
From now on, the changelog is going to be a bit more developer-oriented.
Drop Windows support, maybe temporarily. Details
Add plugin management view. #451
Refuse to load moneyguru files with unsupported currencies. #451
Add “inactive” flag to accounts. #412
Fix transaction duplication bug on undo. #438
Fix crash on CSV import [qt]. #440
Fix debit/credit preference so it’s properly restored on startup. #421
Fix “Show Account” for transactions having multiple splits to the same account.
Make all panels instantiate on-the-fly rather than on startup. #434
Various minor refactorings. See git log.
Improve build process, notably on OS X. See git log.
Convert to Qt5.
Remove dependency on sgmllib3k.
Bump Python requirement to 3.4+.
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden). Existing SHA1
digests retained for now as an audit trail.
2.8.2 (2015-01-02)
Fix amount cell painting which didn’t work properly. [Windows] (#407)
Fix import window’s checkbox cell which would sometimes wrongly go in edit mode. [Linux, Windows] (#406)
Fix chart visibility glitch in account view. [Mac] (#357)
Add a --no-ext build option. (#408)
2.8.1 (2014-12-14)
Fix amount deletion bug on drag & drop transaction re-ordering. [Linux, Windows] (#402)
Fix bug where clicking account-jumping arrows would lead to the wrong place. [Linux, Windows] (#404)
2.8.0 (2014-11-09)
Make amount fields prettier. Thanks Nelson Brown! [Windows, Linux] (#14#15)
In sheets, make totals’ currency explicit when in multi-currency context. (#392)
Add “Assign imbalance” button to the Transaction panel. (#398)
Fix glitch in sheets expanded nodes restoration. [Mac] (#388)
Fix a QIF transaction matching bug.
Fix account selection glitch causing the account to lose focus. [Windows, Linux]
Fix IndexError on file switching. [Windows, Linux] (#393)
Remove Cashculator integration. It was broken anyway. [Mac]
Greatly improve developer documentation.
Minimum OS X version is now Lion (10.7).
Minimum Windows version is now Windows 7. 64-bit required.
Minimum Ubuntu version is now 14.04.
2.7.2 (2014-01-25)
Fixed amount parsing issue. (#379)
Don't repeatedly fetch currency rates we can never get. (#374)
Fixed date parsing issue. [Windows, Linux] (#381)
Fixed view plugins which were broken.
any longer. Change LICENSE to modified-bsd per upstream.
Changes:
2.7.1 (2013-09-07)
Improved OFX parsing. (#369)
Fixed rounding error when changing split amounts. (#367)
Fixed Qt import window glitch. (#371)
Improved currency rates fetching reliability.
Fixed occasional hard crashes on accounts drag & drop. [Mac] (#354)
2.7.0 (2013-05-26)
Added support for custom currencies. (#33)
Fixed amount parsing bug with currencies with many decimals.
Fixed cache folder bug causing cached files to be misplaced. [Linux, Windows]
Dropped 32-bit support on Mac OS X.
2.6.3 (2013-03-23)
Fixed a selection glitch on New Account. (#358)
Fixed a schedule spawning bug. (#362)
Removed the fairware dialog (More Info).
Added a 64-bit build for Windows.
Added Spanish localization by Enrique G. Paredes.
2.6.2 (2013-01-06)
Fixed a bug causing transaction imbalance after import. (#351)
Fixed glitch in bar graph drawing. (#352)
Fixed a bug in QIF exports. (#353)
Fixed a crash on print. [Linux, Windows] (#349)
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
moneyGuru is a personal finance management application. With it,
you can evaluate your financial situation so you can make informed
(and thus better) decisions. Most finance applications have the
same goal, but moneyGuru's difference is in the way it achieves
it. Rather than having reports which you have to configure (or find
out which pre-configured report is the right one), your important
financial data (net worth, profit) is constantly up-to-date and
"in your face". This allows you to constantly make informed decision
rather than doing so periodically.