aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 15 insertions, 16 deletions
diff --git a/README.md b/README.md
index b2b865f1..cb2f1532 100644
--- a/README.md
+++ b/README.md
@@ -153,22 +153,21 @@ Please see [CONTRIBUTING.md](https://github.com/philc/vimium/blob/master/CONTRIB
Release Notes
-------------
-1.52 (not yet released)
-
-- Search completion for selected popular 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.
-- `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.
-- For filtered link hints (not the default), you can now use `Tab` and `Enter`
- to select hints and hints are ordered by best match.
-- Bug fixes, including:
- - Bookmarklets accessed from the Vomnibar.
- - Global marks on non-Windows platforms.
- - Link-hints for non-Latin keyboards.
+1.52 (2015-09-09)
+
+- 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 jump-like movements: <br/>
+ (`gg`, `G`, `n`, `N`, `/` and local mark movements).
+ - Global marks are now persistent and synced.
+- 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)