Skip to content

Release 3.2.1

Compare
Choose a tag to compare
@ccavanaugh ccavanaugh released this 10 Aug 23:25
· 362 commits to master since this release
  • 08/10/2019 Updated to JavaFX 13-ea+11 dependency.
  • 08/04/2019 Corrected the column sizing behavior of tabular reports with long values.
  • 08/03/2019 Changed H2 relation databases to use Asynchronous access instead of NIO for safer file access.
  • 08/03/2019 Fixed a bug that was causing File > Save As to force files to a .bxds file if a period existed within the file name's path other than the file extension.
  • 08/03/2019 Internal deduplication and cleanup of relational database code.
  • 08/03/2019 Update to the latest Hibernate dependency.
  • 07/30/2019 Reduced console messages about ignored use of font Layout tables when creating tabular reports.
  • 07/27/2019 Updated to the latest Commons Lang, Commons Text, Commons Collections, Commons CSV, Netty and Picocli dependencies.
  • 07/23/2019 The Create / Modify Security form was not validating the reported Currency had been set.
  • 07/21/2019 Fixed a very old UI bug that would prevent table column width restoration for locales that use a comma for a decimal separator. It would also trigger unit test failures for the same locales.
  • 07/09/2019 Fixed an issue that was preventing the jGnash.exe file from detecting Java on some systems.
  • 07/09/2019 Improved bootloader behavior when determining "lib" location. (GitHub Issue #84) [Raven Kopelman]
  • 07/07/2019 Selected tabular rows may now be copied to the clipboard using CTRL-C.