Skip to content

Commit 441853b

Browse files
committed
ver: 2.1.1
1 parent 883db44 commit 441853b

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Unreleased
22

3+
# 2.1.1
4+
5+
## Fixed
6+
7+
- Panic when two consecutive idle signals are sent.
8+
- Old `ext_idle_notification_v1` object wasn't destroyed in new seat dispatch event.
9+
- Faulty comparison of compositor's `ext_idle_notifier_v1` version caused fault fallback from `timer.ignore_idle_inhibitors` config option.
10+
11+
## Dependencies
12+
13+
- All dependencies are up to date.
14+
315
# 2.1.0
416

517
## Added

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ianny"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
authors = ["zefr0x"]
55
edition = "2024"
66
description = "Desktop utility that helps preventing repetitive strain injuries by keeping track of usage patterns and periodically informing user to take breaks"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('ianny', 'rust',
2-
version : '2.0.0',
2+
version : '2.1.1',
33
license : 'GPL3',
44
default_options : ['warning_level=2'])
55

0 commit comments

Comments
 (0)