From bc5e8a1dc425fc8ffc036a233b604f7198ed72e2 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Tue, 1 Dec 2015 18:15:49 +0100 Subject: [PATCH] VimFx v0.8.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478219e..c1f5849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +### 0.8.0 (2015-12-01) + +- Fixed: VimFx now works properly in tabs moved to other windows. +- Fixed: An unreliable check for multi-process mode has been eliminated, fixing + various problems for some users. +- Fixed: VimFx’s toolbar button now changes color correctly when switching + between blacklisted and non-blacklisted tabs. +- Fixed: Dead keys now work out of the box on Windows. +- Improved: Links with the `onclick` attribute (abused as buttons) can no longer + get the same hint as another link. +- Added: The Keyboard Shortcuts dialog (shown by pressing `?`) is now + searchable. +- Added: The `g/` command. It’s like `/` but searches links only. + +- Added: [Marks]. + + - Use `ma` to mark the current scroll position and `` `a `` to return to it. + (You may substitute `a` with any key press.) + - Use ``` `` ``` to return to the position before the last `gg`, `G`, `0`, + `$`, `/`, `n`, `N` or `` ` ``. (You can change this mark using the + [`last_scroll_position_mark`] pref.) + +- Added: Window commands. + + - `w`: Open new window. + - `W`: Open new private window. + - `gw`: Move tab to new window. + - `gF`: Follow link in new window. + +[Marks]: https://github.com/akhodakivskiy/VimFx/blob/47fc699ce8217ee90af4d12e81f102f2bea09d61/documentation/commands.md#marks-m-and- +[`last_scroll_position_mark`]: https://github.com/akhodakivskiy/VimFx/blob/47fc699ce8217ee90af4d12e81f102f2bea09d61/documentation/options.md#last_scroll_position_mark + ### 0.7.3 (2015-11-22) - Fixed: Scrolling now works correctly in pages in quirks mode (lacking a diff --git a/package.json b/package.json index 60a1f06..98509de 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "VimFx", - "version": "0.7.3", + "version": "0.8.0", "firefoxVersions": { "min": "40.0", - "max": "44.*" + "max": "45.*" }, "license": "GPL-3.0+", "private": true, -- 2.39.3