Skip to content
Andreas Billmann edited this page Oct 22, 2019 · 20 revisions

22.10.2019

  • build for Java 11 (as there is no need to build for Java 13)
  • setting changes encoding for CSV file to the preference dialog (Thx to AOE Takashi !) see Pull Request for details
  • reorder columns with D&D (Issue 7)

03.10.2019

  • build for Java 13
  • fixed the main vs. java application problem

22.08.2018

  • removed fxlauncher as no one is using it and it causes more maintenance work
  • updated depending libs

06.10.2016

  • using fxlauncher to update the application automatically instead of deploying a complete zip file

22.09.2016

11.08.2016

  • no need for two checkboxes when it is a boolean rule
  • the most senseless combination of rules are not possible any more
  • min and max value spinner are dependent

10.08.2016

  • export errors into a log file
  • message on error side bar includes column name

09.08.2016

  • fixed the uniqueness validation

08.08.2016

  • refactored the validation algorithm to make it more maintainable and faster

05.08.2016

  • added unique validation
  • show line number
  • goto line action

23.07.2016

  • support of syntax highlighting in groovy part of validation editor

22.07.2016

  • improved validation performance
  • create a new validation file based on the loaded csv
  • new icons
  • some refactoring of the file handling and models
  • fixed a calculation bug when there are too many rows

16.02.2016

  • fixed an issue, when no preferences.json file exists

12.02.2016

  • status block to show if the whole csv file is valid or not
  • some minor bugfixes

05.02.2016

  • made the column validation configs editable through context menu

02.02.2016

  • replaced config with gson

26.01.2016

  • removed error list
  • add clickable error side bar with pop over to have more editable space
  • add controlsfx to project

13.01.2016

  • toolbar
  • add and remove row

12.01.2016

  • release of version 0.3
  • preferences dialog
  • fixed save dialog
  • enable save menu items when csv file is loaded

11.01.2016

  • first version to load and store csv preferences

30.12.2015

  • added fontawesomefx
  • fixed close bug when clicking the X in the window
  • about dialog with clickable links for 3rd party software

18.12.2015

  • release of version 0.2
  • header validation
  • sidebar with clickable validation error messages
  • i18n
  • visual optimizations
  • some minor bugfixes
  • application remembers the last used directory
  • change state and alert dialog on exit
  • validation of doubles
  • validation if a value is part of a list of possible values

02.12.2015

  • about dialog

28.11.2015

  • release of version 0.1