Skip to content

Commit

Permalink
ver: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Jan 4, 2025
1 parent 95d9577 commit 52ba166
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Unreleased

# 2.0.0

## Breaking Changes

- Remove support for deprecated [`org_kde_kwin_idle`](https://wayland.app/protocols/kde-idle) wayland protocol.

## Fixed

- Relay on system time, not just thread sleeping. Now the timer will make progress even while the device is suspended.

# 1.0.0

## Fixed
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ianny"
version = "1.0.0"
version = "2.0.0"
authors = ["zefr0x"]
edition = "2021"
description = "Desktop utility that helps preventing repetitive strain injuries by keeping track of usage patterns and periodically informing user to take breaks"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('ianny', 'rust',
version : '1.0.0',
version : '2.0.0',
license : 'GPL3',
default_options : ['warning_level=2'])

Expand Down

0 comments on commit 52ba166

Please sign in to comment.