Skip to content

Releases: crittermike/shortkeys

v3.0.5

30 Dec 21:36
Compare
Choose a tag to compare
  • Add new "Toggle fullscreen" command (#288)
  • Add new "Move tab to first/last position" commands (#250)
  • Fix bookmarklet support (#230)
  • Add option for smooth scrolling (#238)

v3.0.4

27 Dec 15:29
Compare
Choose a tag to compare

Adds the information about global browser shortcuts into Firefox, which was being excluded before from a time when Firefox didn't support extension shortcuts natively.

v3.0.2

23 Dec 20:38
Compare
Choose a tag to compare

A few new actions and a bit of cleanup.

v3.0.1

23 Dec 15:37
Compare
Choose a tag to compare

Updated app icon.

v3.0.0

20 Dec 21:41
Compare
Choose a tag to compare

Rewrote the extension on top of https://github.com/webextension-toolbox/generator-web-extension using the new Promises webextension API.

v2.2.7

17 Dec 13:45
Compare
Choose a tag to compare
  • Fixes #81 - Reorder the list of commands on the Chrome keyboard shortcuts UI
  • Adds travis build support
  • Other small tweaks

v2.2.6

11 Dec 21:41
Compare
Choose a tag to compare
  • #107: Firefox compatibility fixes
  • #40: Add "Select all" to export tab

v2.2.5

10 Dec 18:19
Compare
Choose a tag to compare
  • Fixes: Add "Trigger another shortcut" action to have multiple ways to trigger the same shortcut #93
  • Fixes: Shortcuts fail with uppercase letters #104

v2.2.4

04 Dec 19:55
Compare
Choose a tag to compare

This release fixes support for Firefox.

See pmalecka#28 (comment) for discussion and details.

v2.2.2

03 Dec 12:52
Compare
Choose a tag to compare
  • Adds a Mute/unmute action for toggling whether a tab is muted
  • Points to a fork of ui-codemirror which fixes a minification bug, so that we could...
  • Built the extension using the --production flag so that everything is minified/uglyfied