aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-09-07 12:33:29 +0100
committerStephen Blott2015-09-07 12:33:29 +0100
commit2dc3ecf1caae1937e03d458e877708af0030b132 (patch)
treec7b94edd0564677bb32852d929007b069eb26b41
parent3761642750eaf908dc59be36a40ac963916a03b0 (diff)
downloadvimium-2dc3ecf1caae1937e03d458e877708af0030b132.tar.bz2
Tweak draft 1.52 release notes.
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5044b4f5..6a353d98 100644
--- a/README.md
+++ b/README.md
@@ -155,14 +155,14 @@ Release Notes
-------------
1.52 (not yet released)
-- Search completion for selected custom search engines; for details, see the wiki
- ([here](https://github.com/philc/vimium/wiki/Search-Completion)).
-- Use `Tab` on an empty Vomnibar to repeat or edit recent queries; for details, see the wiki
- ([here](https://github.com/philc/vimium/wiki/Tips-and-Tricks#repeat-recent-vomnibar-queries).
+- Search completion for selected custom search engines
+ (details on the [wiki](https://github.com/philc/vimium/wiki/Search-Completion)).
+- Use `Tab` on an empty Vomnibar to repeat or edit recent queries
+ (details on the [wiki](https://github.com/philc/vimium/wiki/Tips-and-Tricks#repeat-recent-vomnibar-queries)).
- Marks:
- Use <tt>\`\`</tt> to jump back to the previous position after selected jump-like movements: <br/>
(`gg`, `G`, `n`, `N`, `/` and local mark movements).
- - Global marks now persistent (across tab closes and browser sessions) and are synced.
+ - Global marks are now persistent and synced.
- For filtered link hints (not the default), you can now use `Tab` and `Enter`
to select hints, and hints are ordered by best match.
- Find mode now uses an HTML input (so you can paste and edit the search text).
@@ -171,6 +171,7 @@ Release Notes
- Global marks on non-Windows platforms.
- Link-hints for non-Latin keyboards.
- Vimium now works on XML pages (instead of breaking them).
+ - Scrolling within web components (e.g. Google Play Music).
1.51 (2015-05-02)