-
Notifications
You must be signed in to change notification settings - Fork 19
What's New?
Andreas Billmann edited this page Oct 22, 2019
·
20 revisions
- 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)
- build for Java 13
- fixed the main vs. java application problem
- removed fxlauncher as no one is using it and it causes more maintenance work
- updated depending libs
- using fxlauncher to update the application automatically instead of deploying a complete zip file
- a subset of JSON Table Schema is now used for validation configuration
- 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
- export errors into a log file
- message on error side bar includes column name
- fixed the uniqueness validation
- refactored the validation algorithm to make it more maintainable and faster
- added unique validation
- show line number
- goto line action
- support of syntax highlighting in groovy part of validation editor
- 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
- fixed an issue, when no preferences.json file exists
- status block to show if the whole csv file is valid or not
- some minor bugfixes
- made the column validation configs editable through context menu
- replaced config with gson
- removed error list
- add clickable error side bar with pop over to have more editable space
- add controlsfx to project
- toolbar
- add and remove row
- release of version 0.3
- preferences dialog
- fixed save dialog
- enable save menu items when csv file is loaded
- first version to load and store csv preferences
- added fontawesomefx
- fixed close bug when clicking the X in the window
- about dialog with clickable links for 3rd party software
- 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
- about dialog
- release of version 0.1