commit b624f4495dff4dcc33dabd4b53134521ad6ca005 Author: Sean Reilly Date: Mon Jul 23 22:01:19 2018 -0400 build 1691 - fixed internal issue with file open/save dialogs on macOS when running in a sandbox (ie Mac App Store) commit e8117da1788e06d7a292b7dbe821ff527afd86dc Author: Sean Reilly Date: Sat Jul 21 19:00:14 2018 -0500 set default filename when saving a graph as a png file commit 0e504e32258edbcf681fb9d67041c45a62bdd613 Author: Sean Reilly Date: Wed Jul 18 15:05:18 2018 +0100 build 1690 commit a3dc4dc63ba91627c5cb78c34a33489530a2370f Author: Sean Reilly Date: Wed Jul 18 15:03:03 2018 +0100 build 1690 - fixed bug when running in mac app store sandbox when saving a graph as a PNG file if the filename didn't end with .png commit 78cc03cc7c9fff1aa966e3c599cb0678b84ed195 Author: Sean Reilly Date: Tue Jul 17 21:40:02 2018 +0100 build 1689 (no changes, just another build number for MAS) commit 01d5ba95041df9c1ca161b83f404a0dfe61f26d9 Author: Sean Reilly Date: Tue Jul 17 00:16:21 2018 +0100 build process changes (no code changes, still build 1688) commit 889f3b02519a53694dde1104abf01de3665955ee Author: Sean Reilly Date: Tue Jul 17 00:00:10 2018 +0100 minor build process tweaks commit 5d6c8b8588b1d85968865a332fd87724cbfc93c7 Author: Sean Reilly Date: Mon Jul 16 22:47:30 2018 +0100 build system update to strip 32 bit executable from mac version (to meet new app store requirements) commit f455d7ac3fec45fe28fb26d3062a0c11057dd494 Author: Sean Reilly Date: Fri Jul 13 23:15:24 2018 +0100 build 1688 - buy/sell markers in security performance graph now adjusts the price for splits commit 9f3f7bf6fff8f2bf1a6d3d46c3a3ed2a94d1f17a Author: Sean Reilly Date: Fri Jul 6 16:54:39 2018 +0100 build 1687 commit b21fea36ead6c0b607baa41b8f5df645cff2a2e2 Author: Sean Reilly Date: Fri Jul 6 11:33:26 2018 +0100 Fixed bug in which min/max amounts in memorized Transaction Filter reports switched to the same value in both fields when re-edited commit 7c2e8fdd22745dfae7a0ad27e650321cd816c965 Author: Sean Reilly Date: Fri Jul 6 11:31:37 2018 +0100 improve transaction markers in security detail performance graph security detail transaction list now shows the cleared status from the parent transaction in the investment register commit 18473439d1e10445ed714d20773b8ae7be3d547d Author: Sean Reilly Date: Thu Jul 5 22:34:17 2018 +0100 fix error message when invalid files are given to open at startup commit 729b60d8a78e2dff6d38502967ccae7086c9870c Author: Sean Reilly Date: Tue Jul 3 13:57:37 2018 +0100 Reliability and efficiency improvements (speed and RAM) for files with large currency and security price histories commit 6ce8ba2639cfa0fc77c9787a67e2058f1f615885 Author: Sean Reilly Date: Thu Jun 21 08:30:02 2018 +0100 build 1685 - added some Spanish translation text commit d9c8da6d7f1aa3a444bbf3286f18dd5de4eddcbd Author: Sean Reilly Date: Mon Jun 18 20:53:18 2018 +0100 build 1684 - completely replace the detailed average cost capital gain calculation code - implement new syncingStopping() method to save any pending, but not explicitly saved, changes to model objects - fix to prevent implicit logging of CurrencySnapshot objects that were only used for indexing and shouldn't have been saved. This should save a decent amount of disk space for some people when combined with the new snapshot pruning check on startup commit f643f198dad115116c86b282c22c475fbdcb8522 Author: Sean Reilly Date: Thu Jun 14 17:31:18 2018 +0100 build 1683 - automatically check for and remove any orphan historical price entries when opening a file - reduce memory usage for files with a huge number of historical price entries commit 1f4f3e97a4d7b7a6f5e61443b89b2998ce8b258b Author: Sean Reilly Date: Fri Jun 8 16:58:11 2018 +0100 build 1682 Add ability to include currency exchange rates in imported QIF files. In the !Prices section, put a caret (^) before the three digit currency ID and the 'price' will be interpreted as an exchange rate relative to the current file's base currency. commit 7b9c1ca0a1cf5cc242e634e8f7d98ad1de2f4397 Author: Sean Reilly Date: Fri Jun 8 14:43:14 2018 +0100 build 1681 Fix bug in capital gains calculation that didn't remove the purchase price of sold shares from the average cost calculation commit e204b5b86e69125ee66eac4e74ed832228cc360a Author: Sean Reilly Date: Wed Jun 6 16:53:31 2018 +0100 build 1680 Fixed bug in transaction splits editor related to previous update in transaction selection behaviour