--firefox-home-path
CLI option
- All dependencies are up to date.
- Now libsqlite is shiped bundled with rusqlite, to link against the system's libsqlite you can use:
--no-default-features
.
- Wrong path in github workflow builds.
- Config rust for better release binary size optimizations.
- Rename
profile-id
option asprofile-path
.Breaking Change
- How firefox-type is handled internaly and externaly (CLI interface).
Breaking Change
- All dependencies are up to date.
- Auto generate man pages using
clap_mangen
- clap_mangen
- tempfile
3.3.0
->3.4.0
- clap
4.0.32
->4.1.6
- clap_complete
4.0.7
->4.1.3
- Clearify panic message when no suitable profile id for firefox exist.
- Now binaries has considerably smaller size.
- Update
configparser
andclap
andclap_complete
.
- Partially fix unescaping characters from CLI and config file.
- Update
clap
andclap_complete
.
- First release.