Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
#Fixes 69
  • Loading branch information
gavinhenderson committed Mar 30, 2022
1 parent 8a3fc01 commit f068387
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description: Find out about the latest changes to EyeCommander here

# Version History

### 1.3.0

- Add the ability to hide the sliders once you have finished using them so they don't create a cluttered UI

### v1.2.7

- You can now edit the key that is pressed in 'Keyboard Emulator' mode.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eyecommander",
"productName": "EyeCommander",
"version": "1.2.7",
"version": "1.3.0",
"description": "Detect blinks and convert them to switch output",
"main": ".webpack/main",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/react-app/hooks/use-blink/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useHoldBlink } from "./use-hold-blink";
import { useSpeedBlink } from "./use-speed-blink";
import { useStoreValue } from "../use-store";
import { useDirectionHold } from "./use-direction-hold";
import { useResizer } from "../use-resizer";

export const BLINK_MODES = [
{
Expand Down

0 comments on commit f068387

Please sign in to comment.