Skip to content

Release 2.36.1

Compare
Choose a tag to compare
@ccavanaugh ccavanaugh released this 06 Nov 10:47
· 702 commits to master since this release

Release 2.36.1

  • 11/06/2018 Updated to the latest Commons CSV dependency.
  • 11/05/2018 Potential fix for a ConcurrentModificationException when changing budget properties (Swing, Bug #64)
  • 11/04/2018 Updated to the latest Hibernate, Netty, XStream, and JUnit dependencies.
  • 11/01/2018 Adjust width of the date column to match entry format and font scale. (Fx, GitHub Issue #63)
  • 10/07/2018 Improved handling of OFXv2 files with incorrectly escaped XML characters. (Swing, Fx, GitHub Issue #61)
  • 10/01/2018 Currency exchange rate is working again. Yahoo continues to lock down their API. (Swing, Fx) [Pranay Kumar]
  • 10/01/2018 Updated German translation. (Swing, Fx) [Alex Werz]
  • 09/30/2018 Fixed an NPE when an ISIN was not specified for a security. (Swing, Fx) [Pranay Kumar]
  • 09/16/2018 The new file wizard would not behave correctly if the task list was used instead of stepping sequentially using the Next button. This also impacted the Import Wizard. (Fx)