Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
epilys committed Nov 25, 2024
1 parent 7608a82 commit 28d420b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.

## [unreleased]

## [0.3.0] - 2024-11-25

### Added

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

[0.2.0]: <https://github.com/epilys/rlr/releases/tag/v0.2.0>
[0.3.0]: <https://github.com/epilys/rlr/releases/tag/v0.3.0>
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "rlr-gtk"
version = "0.2.0"
version = "0.3.0"
authors = ["Manos Pitsidianakis <[email protected]>"]
edition = "2021"
license = "GPL-3.0-or-later"
description = "pixel screen ruler"
repository = "https://github.com/epilys/rlr"
homepage = "https://github.com/epilys/rlr"
categories = ["graphics"]
keywords = ["pixel", "pixels", "display", "ruler", "screen"]
keywords = ["pixel", "pixels", "display", "ruler", "screen"]
rust-version = "1.70.0"

[dependencies]
Expand Down

0 comments on commit 28d420b

Please sign in to comment.