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.
- π· Drop Windows jobs from CI.
- β¨ Implement unix:dir and unix:tmpdir for
--address. - π· Suggest to copy the git hooks.
- π¨ A minor readability improvement.
- π Update Github org name.
- π¨ Fix Cargo.toml formatting.
- β»οΈ Extract
RuleandPolicyinto their own files. - π§ Support
--config,--session(default), and--system. - π§ Read XML file(s) into consumer-ready
Config. #78 - β»οΈ Extract
unix_addr()out ofunix_stream(). - π§ Change the default address to listen upon.
- β¬οΈ Update quick-xml to 0.39.0 (#288).
- β¬οΈ Update tokio to v1.49.0 (#287).
- β¬οΈ Update clap to v4.5.54 (#286).
- β¬οΈ Update rustix to v1.1.3 (#285).
- β¬οΈ Update tracing to v0.1.44 (#284).
- β¬οΈ Update ntest to v0.9.5 (#283).
- β¬οΈ Update tracing-subscriber to v0.3.22 (#281).
- β¬οΈ Update actions/checkout action to v6.
- β¬οΈ Update console-subscriber to 0.5.0 (#273).
- β Drop now redundant
nixdep. - β Use
rustixinstead ofnix. - β¬οΈ Update zbus to 5.13.1.
- β¬οΈ Update enumflags2 to v0.7.12 (#232).
- β¬οΈ Update nix to 0.30.0 (#225).
- β Add the "quick-xml" crate.
- β¬οΈ Update fastrand to v2.3.0 (#180).
- β Add "fastrand" crate.
- β Drop hex dependency.
- β rand now a dev-dependency.
- π Link to gimoji's web interface.
- π Remove Windows support claim from the README.
- π Sync with zbus' CONTRIBUTING.md.
- π Add previous
guidto newaddress. - π Expose the socket address clients can use.
- π€ Automate releasing with release-plz.
- π¨ Make latest clippy happy.
- π Make errors and warnings a little bit more descriptive.
- π© Drop
fsfeature of tokio. - π© Drop default-features of futures-util crate.
- π© Drop uneeded clap default features.
- β‘οΈ More binary optimizations for release builds (#228).
- β‘οΈ Drop docs generation in fdo interfaces.
- β‘οΈ Trade compile-time for binary size reduction in release mode.
- π₯ Remove a useless conversion.
- π₯ Drop support for Windows.
- ποΈ Add comprehensive security policy. #147