Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
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

Signed-off-by: Manos Pitsidianakis <[email protected]>
  • Loading branch information
epilys committed Nov 24, 2024
1 parent 0de1144 commit a8bc49a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 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.2.0] - 2024-11-24

### Added

- [**`e7b51463`**](https://github.com/epilys/rlr/commit/e7b51463f99f716104bf1b6ea9575f74f9fd30f0) `Add rustfmt.toml`
Expand Down Expand Up @@ -37,3 +39,5 @@ All notable changes to this project will be documented in this file.
### Miscellaneous Tasks

<!-- generated by git-cliff -->

[0.2.0]: <https://github.com/epilys/rlr/releases/tag/v0.2.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.1.2"
version = "0.2.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", "monitor", "display", "ruler", "screen"]
keywords = ["pixel", "pixels", "display", "ruler", "screen"]
rust-version = "1.70.0"

[dependencies]
Expand Down

0 comments on commit a8bc49a

Please sign in to comment.