Skip to content

Releases: epilys/rlr

v0.3.1

25 Nov 16:03
v0.3.1
a77a5ce
Compare
Choose a tag to compare

0.3.1 - 2024-11-25

cargo install rlr-gtk

Documentation

  • 600f4e30 README.md: Fix cargo install invocation

v0.3.0

25 Nov 15:46
v0.3.0
28d420b
Compare
Choose a tag to compare

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

  • 78d8bf91 Improve font size based on monitor PPI and scale_factor
  • 30184fa5 Sync back settings when changing them on runtime

v0.2.0

24 Nov 19:41
v0.2.0
a8bc49a
Compare
Choose a tag to compare

0.2.0 - 2024-11-24

Added

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

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

Miscellaneous Tasks