Skip to content

Releases: xurei/hyperkeys

1.3.0 - Flatpak and Snap apps support

13 Oct 10:46
Compare
Choose a tag to compare
  • Updated Electron to 19.1.1
  • Window pin - Added Flatpak and Snap apps support

1.2.3 - Security Update

24 Mar 13:25
Compare
Choose a tag to compare

This version contains updates of some dependencies. No new feature added.

Updated :

  • electron 16.0.6
  • minimist 1.2.6
  • (dev dependency) sass-loader 12.6.0
  • (dev dependency) node-sass replaced by sass 1.49.7

1.2.2

25 Nov 11:09
Compare
Choose a tag to compare

This update contains a few UI fixes.

Fixed :

  • "New version" link opens in the default browser
  • "New macro" styling fix

1.2.0

24 Nov 00:52
Compare
Choose a tag to compare

This is mostly a technical update.

Changed :

  • Electron version 16.0.1
  • switch-audio : Action to use pactl instead of pacmd.
  • Security : improved app security following electron best partices

1.1.11 RC1 - Electron update & compatibility fixes

28 Jan 22:52
Compare
Choose a tag to compare

Fixed:

  • [#11] Fixed missing tray icon if libappindicator3-1 is not installed

Changed:

  • Updated Electron from 7 to 10
    This ships an update of electron from 7.2.4 to 10.3.1

1.1.10 - Security update

26 Dec 23:02
Compare
Choose a tag to compare

This version only ships a security update on Hyperkeys dependency http://npm.im/node-notifier.
Linux users are highly encouraged to update to this version.

1.1.9 - Bugfixes and Improved UI

15 Dec 20:59
Compare
Choose a tag to compare

This release has focused on fixing issues happening on Windows with "Window Pin [By name]".

A few Quality-of-Life features have been added as well :

  • Pressing ESC in the config page will now closes the popups.
  • Macros can now be disabled via a checkbox.
  • The UI has been slightly revamped for better readability and Look-and-Feel.
  • A notification bar has been added in case of a new release.

On Windows, a dependency to nircmd has been removed and reimplemented directly in the source code.

1.1.9-rc1

13 Sep 20:01
Compare
Choose a tag to compare
1.1.9-rc1 Pre-release
Pre-release

Fix for issue #7

1.1.8 - Security updates

06 Aug 12:32
Compare
Choose a tag to compare

This is a security update. Dependencies with security breaches have been updated.

  • Bump lodash from 4.17.15 to 4.17.19
  • Bump elliptic from 6.5.2 to 6.5.3

1.1.7 - Hotfix

11 May 14:10
Compare
Choose a tag to compare

This is a minor update with hotfixes.

Fixes

  • Window Pin - Fixed window being restored on show. Thanks to @daguej for his help on this !