Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

78 lines (50 loc) · 4.33 KB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

0.3.1 - 2024-11-25

Documentation

  • 600f4e30 README.md: Fix cargo install invocation

0.3.0 - 2024-11-25

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

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