From 4faeabc017ebcd6e000a4b6ab791306511e783ec Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Thu, 19 Nov 2015 18:45:57 +0100 Subject: [PATCH] VimFx v0.7.0 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9963e2..c2ebdb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,49 @@ +### 0.7.0 (2015-11-19) + +- Changed: Instead of using system notifications, which turned out to be a bit + too intrusive, [notifications] are now similar to the “URL popup” (shown when + hovering or focusing links) but are placed on the opposite side,. +- Changed: The “Focus next element” and “Focus previous element” commands have + been removed. The reason they existed was to let `` and `` only + cycle between text inputs (as opposed to _all_ focusable elements) after + you’ve pressed `gi`. Now, `` and `` are handled specially instead, + and _only_ after pressing `gi`. The reason for this change is that the now + removed commands were too intrusive, breaking user habits. One of VimFx’s main + goal is _not_ to do that. (You can turn the special handling of `` and + `` off using the the new [`focus_previous_key` and `focus_next_key`] + prefs.) +- Fixed: The scrolling commands should now “just work” in a lot more situations, + most notably on Gmail and Google Groups. More scrollable elements are also + recognized by the `f` and `zf` commands. +- Improved: The right border of hint markers for scrollable elements is now + styled to remind of a scroll bar, making them easier to recognize among hints + for links. +- Improved/Changed: `J` and `gJ` now allow a count on the first tab. + Consequently, `K` and `gK` now allow a count on the _last_ tab. +- Changed: `gJ` and `gK` can no longer be used to pin or unpin tabs. They now + only wrap around tabs of the same pinned state. Use `gp` to toggle between + pinned and non-pinned. +- Fixed: Many elements that got a hint before VimFx 0.6.0 now do again. +- Improved: Comment fields on Facebook can now be focused using `f` and blurred + using ``. +- Improved: VimFx’s toolbar button is no greyed out when you focus a text input. + This is to show that your key presses will be passed into the text input + rather than activating VimFx commands. +- Added: [`g0`, `g^` and `g$` now accept counts][tab-index-counts], allowing you + to go to tab number _count._ +- Improved: `gi` now finds text inputs inside frames. +- Fixed: “gi mode” is now exited properly when blurring a text input. +- Fixed: `