- Added localization settings
- Added style settings, for setting egui styling
- Added
#[non_exhaustive]
to setting so adding new ones won't be a breaking change
- Update
clap
to3.0
! - Add support for custom fonts
- Update
clap
to-beta.5
- Update
eframe
to0.15.0
- Pin
clap
version to "=3.0.0-beta.4"
- Optionally allow setting environment variables, stdin and working directory
- Progress bars in the output!
- You can now copy output
- Internal improvements
- Klask doesn't require nightly to compile!
- Much better command generation. Klask should now correctly handle arguments with any combination of: multiple values, requiring equals, requiring delimiters (currently only the default ',').
- Removed unnecessary features, so they won't be compiled if they aren't needed.
- Internal improvements
- Improve visuals. Now arguments are aligned.