Skip to content

Commit 28d420b

Browse files
committed
Bump version to 0.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 Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
1 parent 7608a82 commit 28d420b

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55

66
## [unreleased]
77

8+
## [0.3.0] - 2024-11-25
9+
810
### Added
911

1012
- [**`aa57bf4e`**](https://github.com/epilys/rlr/commit/aa57bf4eef4695af2ac4757e51eb9bca352a49ba) `Add font-size-factor setting to scale text size`
@@ -66,3 +68,4 @@ All notable changes to this project will be documented in this file.
6668
<!-- generated by git-cliff -->
6769

6870
[0.2.0]: <https://github.com/epilys/rlr/releases/tag/v0.2.0>
71+
[0.3.0]: <https://github.com/epilys/rlr/releases/tag/v0.3.0>

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "rlr-gtk"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Manos Pitsidianakis <manos@pitsidianak.is>"]
55
edition = "2021"
66
license = "GPL-3.0-or-later"
77
description = "pixel screen ruler"
88
repository = "https://github.com/epilys/rlr"
99
homepage = "https://github.com/epilys/rlr"
1010
categories = ["graphics"]
11-
keywords = ["pixel", "pixels", "display", "ruler", "screen"]
11+
keywords = ["pixel", "pixels", "display", "ruler", "screen"]
1212
rust-version = "1.70.0"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)