Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 11:19
f01ae4a

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