Skip to content

Release 3.4.0

Compare
Choose a tag to compare
@ccavanaugh ccavanaugh released this 14 Dec 13:13
· 160 commits to master since this release

Release 3.4.0

  • 12/14/2019 jGnash now uses a Rust based exe launcher for Windows users that replaces Launch4j.
  • 12/14/2019 Updated to the latest Picocli and Hibernate dependencies.
  • 12/01/2019 Switching the recommended Windows JVM to AdoptOpenJDK.
  • 12/01/2019 Removed old jGnash 2.35.1 workaround for bad UUID values.
  • 12/01/2019 Added a List of Accounts report.
  • 11/30/2019 Added an Export function for the account tree.
  • 11/30/2019 The headers in the CSV export of an account are now localized.
  • 11/30/2019 Changed the internal delimiter for transaction tags to allow use of commas (currently not user accessible).
  • 11/29/2019 Added a Securities chapter to the Manual.
  • 11/29/2019 Prevent a NPE when changing the Symbol of a Security shortly after viewing it's chart.
  • 11/27/2019 Added support for IEXCloud as a data provider for Securities history.
  • 11/16/2019 Switched to a public API introduced in JavaFX 9 to prevent table column reordering in the Budget View.
  • 11/04/2019 Errors and warnings from a failed QIF import were not being displayed.
  • 11/03/2019 Mt940 import now correctly handles files not encoded using ISO_8859_1.
  • 11/03/2019 QIF import now correctly handles files not encoded using UTF8.
  • 10/27/2019 Improved the behavior of the Report dialog when manually changing the scale. The auto fit size toggles will be cleared automatically.
  • 10/24/2019 Internal cleanup to improve handling of Client/Server network failures.
  • 10/23/2019 Fixed a regression that prevented caching of hash codes.
  • 10/19/2019 Updated to the latest H2 dependency.
  • 10/01/2019 The majority of the build system was migrated to the Kotlin DSL.