Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Releases: Lord-Kamina/keybinder

Version 2.0.5

14 Apr 00:22

Choose a tag to compare

[2.0.5] - 2017-04-13

  • Added

    • ro-RO Localization, by mkz over at Babelzilla
  • Changed

    • The Extension now checks whether tab previews are enabled before adding the next-tab and prev-tab commands.
  • Fixed

    • Made sure content workers were properly removed.

Version 2.0.4

22 Dec 01:16

Choose a tag to compare

[2.0.4] - 2016-12-21

  • Changed

    • Shortcuts and Custom XUL windows can now be resized.
    • Release notes window is now given focus when the extension is updated.
  • Fixed

    • Removed that annoying "THE EVENT IS WORKING" alert.
    • Fixed shortcuts relying on the KeyboardEvent.code fallback not actually storing that code, this should fix most issues with shortcuts not persisting across restarts.
    • Minor changes to locale, and escaping of Backslashes to prevent some labels breaking.
    • Fixed a typo in the toolbar button.

Version 2.0.3

29 Nov 03:59

Choose a tag to compare

[2.0.3] - 2016-11-29

  • Fixed

    • Use minified libraries where possible, deleted several files with unused code from library folders, in order to accomodate AMO review process.

Version 2.0.1

24 Nov 03:47

Choose a tag to compare

[2.0.1] - 2016-11-24

  • Changed

    • Replace various locale .properties files with symlinks to eliminate potential confusions when translating.
  • Fixed

    • Prevent possible error on start-up, related to updating of extension settings.

Version 2.0.0

23 Nov 20:11

Choose a tag to compare

[2.0.0] - 2016-11-23

  • Added

    • At the request of many, added an optional (and experimental) feature to create custom XUL keys, which can then be assigned to shortcuts in the usual way. As of now, I have limited these custom keys to commands already defined in the Firefox commandset (i.e., no custom javascript).
    • Implemented a multi-pass mode that makes the "Steal focus" feature more robust, specifically, it can now be configured to scan a site more than once, allowing it to deal with sites that use scripting to create embeds after page-loading has completed (Reported by Randy_Sinn on http://www.pooq.co.kr)
    • Initial German Localization (by undef-labs, needs some updating).
  • Changed

    • Besides the Tools menu and the extensions preferences, the mappings dialog can now also be accessed via a toolbar button.
    • Add "Quit" and "Preferences" shortcuts when not defined normally.
    • Moved several previously uncategorized shortcuts into their proper groups. Removed duplicate shortcuts in more than one group.
    • Completely re-factored the way keypresses are parsed, in order to make handling more robust. Now using KeyboardEvent.keyCode and KeyboardEvent.code when the former is unavailable, thus bringing back support for dead keys, among other things.
    • Shortcut mappings will now be stored alongside the rest of preferences. The extension will detect previously added shortcuts and convert them automatically when updating.
  • Fixed

    • Implemented proper sizes for all icons.
    • Fixed bug caused by obsolete keycode VK_ENTER.
    • Made the release notes into a more workable format.
    • Windows.getMostRecentWindow() sometimes returned an incorrect window, which caused odd-behavior in some commands like selecting a specific tab; to fix this we now use the low-level API. (Original bug reported by Rami El Khatib)
    • Fixed sorting in the main shortcut dialog.
    • Fixed disabling and remapping of shortcuts defined only by menu items.
    • Fixed bug with disabling keys: All keys should now be re-enabled when the extension unloads.
    • Loads of smaller bug-fixes.

Version 1.3.0

11 Apr 21:41

Choose a tag to compare

Changes

Version 1.3.0

  • Bug Fixes
    • Small cleanups and removed some deprecated function calls.
    • Fixed a bug caused by modifying and using shortcuts defined only by a menuitem (Copy, Cut, Paste, etc.), these now work correctly.
    • Changed the way AltGraph is handled: In Linux, it's a distinct modifier. In Windows it's Control+Alt.
  • Changes/Additions
    • Finally removed dependence on the deprecated window-utils API.

Version 1.2.6

28 Mar 08:13

Choose a tag to compare

Version 1.2.6

  • Bug Fixes
    • Changed problematic "exports" syntax.
    • Small cleanups and removed some deprecated function calls.
    • Fixed Application Icon.
    • Fixed regression that caused an error on Windows.
  • Changes/Additions
    • Textbox on URL Patterns dialog now selected by default.
    • URL Patterns dialog now closable (without saving) by pushing Escape or Ctrl(Cmd on Mac)+W
    • URL Pattern dialog will now close and save changes by pressing Ctrl(Cmd on Mac)+Enter.
    • e10s support. The extension now officially supports multi-process firefox.

Version 1.2.51

27 Mar 21:20

Choose a tag to compare

Changes

Version 1.2.51

  • Bug Fixes
    • Changed problematic "exports" syntax.
    • Small cleanups and removed some deprecated function calls.
    • Fixed extension icon.
  • Changes/Additions
    • Textbox on URL Patterns dialog now selected by default.
    • URL Patterns dialog now closable (without saving) by pushing Escape or Ctrl(Cmd on Mac)+W
    • URL Pattern dialog will now close and save changes by pressing Ctrl(Cmd on Mac)+Enter.
    • e10s support. The extension now officially supports multi-process firefox.

Version 1.2.4

23 Mar 21:42

Choose a tag to compare

Version 1.2.4 of the add-on. Check the Readme for release notes.