aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-09-06 11:36:17 +0100
committerStephen Blott2015-09-06 11:36:17 +0100
commit710efe358746b6f9a4da8eb9b6390cb01edaa4af (patch)
tree2f0fe345d8bbffcc943be44e093315161f5eff12
parent0829148981eaba1c25be757cc9c8210af6a8be61 (diff)
downloadvimium-710efe358746b6f9a4da8eb9b6390cb01edaa4af.tar.bz2
Tweak README/release notes.
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index b2b865f1..eb71d0bb 100644
--- a/README.md
+++ b/README.md
@@ -155,20 +155,22 @@ Release Notes
-------------
1.52 (not yet released)
-- Search completion for selected popular search engines; for details, see the wiki
+- Search completion for selected custom search engines; for details, see the wiki
([here](https://github.com/philc/vimium/wiki/Search-Completion) and
[here](https://github.com/philc/vimium/wiki/Tips-and-Tricks#repeat-recent-queries)).
-- A much improved user interface for custom search engines.
+- Improved user interface for custom search engines.
- `Tab` on an empty Vomnibar now expands the Vomnibar with your recent history.
- Added <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 are now persistent (across tab closes and browser sessions) and synced.
+- Global marks now persistent (across tab closes and browser sessions) and are 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.
+ 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).
- Bug fixes, including:
- Bookmarklets accessed from the Vomnibar.
- Global marks on non-Windows platforms.
- Link-hints for non-Latin keyboards.
+ - Vimium now works on XML pages (instead of breaking them).
1.51 (2015-05-02)