Skip to content

Commit

Permalink
v1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 18, 2023
1 parent 3788b89 commit 581a7a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.4.1

* Changes
* Fix phantom initial keypress events getting reported due to an issue how
they were requested from the kernel
* Fix lack of initial keypress reporting of high numbered key codes
* Fix enumeration info to decode key repeat delay and period properly
* Don't send events when enumerating. If a key was pressed when enumerating
events, it would be incorrectly sent to the process that called
`InputEvent.enumerate/0`.

## v1.4.0

* New features
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule InputEvent.MixProject do
use Mix.Project

@version "1.4.0"
@version "1.4.1"
@source_url "https://github.com/nerves-web-kiosk/input_event"

def project do
Expand Down

0 comments on commit 581a7a6

Please sign in to comment.