Skip to content

Commit

Permalink
Bump version 1.0.0beta.1 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Nov 17, 2023
1 parent aedaa22 commit 08b46fa
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Unreleased

# 1.0.0beta.1

- Added

- `notification:show_progress_bar` and `notification:minimum_update_delay` config options.
- Error message when no Wayland compositor is detected.

- Fixed

- No ensured delay between notification updates.
- No progress bar handling for durations less than 100 seconds.

# 1.0.0beta.0

- Improved
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-beta.0"
version = "1.0.0-beta.1"
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-beta.0',
version : '1.0.0-beta.1',
license : 'GPL3',
default_options : ['warning_level=2'])

Expand Down

0 comments on commit 08b46fa

Please sign in to comment.