Skip to content

Release 2.28.0

Compare
Choose a tag to compare
@ccavanaugh ccavanaugh released this 27 Nov 23:44
· 1486 commits to master since this release

Release 2.28.0

  • 11/27/16 Added the transaction timestamp to the CSV export. (Swing, Fx)
  • 11/27/16 The xls and xlsx Account exports were broken by the addition of timestamps in Release 2.27.0. (Swing, Fx)
  • 11/27/16 Updated to the latest Hibernate, DynamicJasper, JasperReports and OpenCSV dependencies.
  • 11/26/16 The Account Register report was broken by the addition of timestamps in Release 2.27.0. (Fx)
  • 11/26/16 An exception was occurring if Budgeting was being used and the window was too small to display data. (Fx)
  • 11/26/16 Corrected sizing issues in the Budget interface if the screen was very wide and the budget was configured to
    use a small number of periods. (Fx)
  • 11/26/16 Column widths are preserved so automatic column width resizing is less notable. (Fx)
  • 11/26/16 Fixed a NPE triggered by a file load while a file is already being loaded. (Fx)
  • 11/24/16 Columns were not resize correctly when adding or removing transactions. (Fx)
  • 11/24/16 Delay the upgrade notification a bit more for a cleaner startup for some users. (Fx)
  • 11/23/16 Added capability to cull down unneeded securities history as a background operation. This can reduce file
    size and improve overall performance. (Fx)
  • 11/23/16 Improved performance when using a relational database and updating securities history. (Swing, Fx)
  • 11/20/16 jGnash would stall and appear to be hung if a large group of transactions or security history was being
    removed when using a relational database. (Swing, Fx)
  • 11/14/16 Corrected a rare ConcurrentModificationException on systems under heavy loads. (Swing, Fx)
  • 11/08/16 Account ComboBox selection can be made using the first letter of the account. (Fx) [Pranay Kumar]
  • 11/08/16 Up and Down arrows can be used for selection within the Transaction number box
  • 11/05/16 Improved visual feedback for placeholder accounts and sums in the Budget interface. (Fx) (Feature Request 116)