v0.2.0
What's Changed
See template.ron
Breaking change!
// ~/.config/ratisui/config.ron
(
fps: 45, // Some(45) in 0.1.x
scan_size: 500, // Some(500) in 0.1.x
try_format: true, // Some(true) in 0.1.x
theme: Some("my-dark"),
)
Full Changelog: 0.1.7...0.2.0