All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.1 - 2024-04-17
- Fix potential bugs related to system settings
- Fix NoSuchFileException when output parent directories are nonexistent #342
- Fix file ordering in MultiFileInput #343
1.4.0 - 2022-10-19
- Add new Text IO API
- Fix description of
TextInputOptions#file
1.3.4 - 2021-10-18
- Fix support of csv comment
- Fix encoding auto-detection in ConsoleProperties
1.3.3 - 2021-09-28
- Fix process inheritance when getting console height & width
1.3.2 - 2021-03-24
- Migration to Maven-Central
- Maven groupId is now
com.github.nbbrd.java-console-properties
1.3.1 - 2021-01-25
- Fix picocli errors at compile-time
1.3.0 - 2021-01-19
- Add Excel and Obs tools
- Add generic profiles
1.2.0 - 2020-10-01
- Add append option to TextOutput
- Add lenientSeparator property to CsvInput
- Add java-path option to GenerateLauncher
- Add PowerShell script generation
- Add gzip option to TextInput and TextOutput
- Add shortcuts and auto-gzip in TextInput and TextOutput
- Improve executable jar lookup
- Reorder TextOutputOptions
1.1.2 - 2020-09-25
- Fix NPE when looking for config file on system scope
1.1.1 - 2020-08-11
- Fix root command name in picocli tools
1.1.0 - 2020-06-11
- Add several command line tools
1.0.0 - 2020-03-26
- Initial release