Tags: epilys/rlr
Tags
v0.3.0 Added ===== - aa57bf4 Add font-size-factor setting to scale text size - 96d0353 Add Settings dialog - 7e8f22c Add font-name setting - 3b6f842 Add option to install GSettings schema if missing - 98bdfba Add right click app context menu Bug Fixes ========= - 16b9248 Fix position being updated on motion signal even when frozen Changes ======= - b5ff9f0 Update help text in About window Refactoring =========== - fab3f14 Refactor to use glib::clone more Miscellaneous Tasks =================== - 78d8bf9 Improve font size based on monitor PPI and scale_factor - 30184fa Sync back settings when changing them on runtime
v0.2.0 2024-11-24 Added ===== - e7b5146 Add rustfmt.toml - 8dd4889 Add GSettings support - 2e7fb67 Add --install-gsettings-schema CLI option - 2a18e1f Add scale_factor detection Bug Fixes ========= - 463c617 Fix icon filenames and transparency - e9dc3a2 Fix application id in gtk::Application::new - 597a9cf Fix inaccurate circular ticks in protractor mode - 8d97d3d Draw protractor's concentric circles with transparency - 2ff4251 Don't overstride when drawing concentric circles Changes ======= - 53dd3b1 Bump gtk dependency to 0.18 - 9f49c1e Run cargo-update - a56fa7a Lower MSRV to 1.70.0 - 706b6cdf Bump version to 0.2.0 Refactoring =========== - b10a9ce Remove old comments - f479b44 Fix some simple clippy lints - 2287e75 Fix annoying minor clippy lints - a124a46 Add crate-level deny,allow clippy lint attributes