Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Aug 30, 2024
1 parent eaff0d1 commit 32c68e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [v0.11.0](https://github.com/iberianpig/fusuma-plugin-sendkey/tree/v0.11.0) (2024-08-30)

[Full Changelog](https://github.com/iberianpig/fusuma-plugin-sendkey/compare/v0.10.1...v0.11.0)

**Implemented enhancements:**

- Sending multiple keys [\#31](https://github.com/iberianpig/fusuma-plugin-sendkey/issues/31)
- Send multiple keys [\#34](https://github.com/iberianpig/fusuma-plugin-sendkey/pull/34) ([iberianpig](https://github.com/iberianpig))

**Fixed bugs:**

- sendkey doesn't work [\#33](https://github.com/iberianpig/fusuma-plugin-sendkey/issues/33)

**Closed issues:**

- Allow sending a key multiple times [\#6](https://github.com/iberianpig/fusuma-plugin-sendkey/issues/6)

## [v0.10.1](https://github.com/iberianpig/fusuma-plugin-sendkey/tree/v0.10.1) (2023-09-03)

[Full Changelog](https://github.com/iberianpig/fusuma-plugin-sendkey/compare/v0.10.0...v0.10.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/fusuma/plugin/sendkey/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Fusuma
module Plugin
module Sendkey
VERSION = "0.10.1"
VERSION = "0.11.0"
end
end
end

0 comments on commit 32c68e9

Please sign in to comment.