aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2015-09-09 22:59:15 +0200
committerPhil Crosby2015-09-09 22:59:15 +0200
commit3a4beb6a042410e551911c03aa5137e066a7a5cf (patch)
tree3ac2b26db3926c235a4c2bb2a9c407834685a1a0
parent90cfdc730e40e2456cffa13338d89f580f4675d8 (diff)
downloadvimium-3a4beb6a042410e551911c03aa5137e066a7a5cf.tar.bz2
Simplify release notes
-rw-r--r--README.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/README.md b/README.md
index 6a353d98..0e83e92e 100644
--- a/README.md
+++ b/README.md
@@ -160,18 +160,14 @@ Release Notes
- 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/>
+ - Use <tt>\`\`</tt> to jump back to the previous position after jump-like movements: <br/>
(`gg`, `G`, `n`, `N`, `/` and local mark movements).
- 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).
-- 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).
- - Scrolling within web components (e.g. Google Play Music).
+- For numeric link hints, you can now use `Tab` and `Enter` to select hints, and hints are ordered by the best
+ match.
+- The Find Mode text entry box now supports editing, pasting, and better handles non-latin characters.
+- Vimium now works on XML pages.
+- Bug fixes.
1.51 (2015-05-02)