Releases: epilys/rlr
Releases · epilys/rlr
v0.3.1
v0.3.0
0.3.0 - 2024-11-25
cargo install rlr-gtk
Added
aa57bf4e
Add font-size-factor setting to scale text size
96d0353a
Add Settings dialog
7e8f22cd
Add font-name setting
3b6f8420
Add option to install GSettings schema if missing
98bdfbad
Add right click app context menu
Bug Fixes
16b92484
Fix position being updated on motion signal even when frozen
Changes
b5ff9f0c
Update help text in About window
Refactoring
fab3f14d
Refactor to use glib::clone more
Miscellaneous Tasks
v0.2.0
0.2.0 - 2024-11-24
Added
e7b51463
Add rustfmt.toml
8dd4889e
Add GSettings support
2e7fb67b
Add --install-gsettings-schema CLI option
2a18e1f4
Add scale_factor detection
Bug Fixes
463c6173
Fix icon filenames and transparency
e9dc3a2e
Fix application id in gtk::Application::new
597a9cff
Fix inaccurate circular ticks in protractor mode
8d97d3d2
Draw protractor's concentric circles with transparency
2ff42515
Don't overstride when drawing concentric circles
Changes
53dd3b16
Bump gtk dependency to 0.18
9f49c1ec
Run cargo-update
a56fa7a4
Lower MSRV to 1.70.0
706b6cdf
Bump version to 0.2.0
Refactoring
b10a9ce3
Remove old comments
f479b44c
Fix some simple clippy lints
2287e753
Fix annoying minor clippy lints
a124a466
Add crate-level deny,allow clippy lint attributes