aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NOTES-for-next-release.md19
-rw-r--r--README.md13
2 files changed, 13 insertions, 19 deletions
diff --git a/NOTES-for-next-release.md b/NOTES-for-next-release.md
deleted file mode 100644
index 4bdfc21f..00000000
--- a/NOTES-for-next-release.md
+++ /dev/null
@@ -1,19 +0,0 @@
-## Release Notes (for next release)
-
-This is a summary of changes and features in `master`, but not yet in the Chrome Store release.
-
-- Visual mode (in beta): use `v` and then vim-like movements to select text on the page. Use `y` to yank or `p`/`P` to search. Please provide feedback on Github.
-
-- Improved custom search engines: bug fixes and search engines can now have a description.
-
-- An option to stop pages from focusing an input (thus stealing focus from Vimium) when loaded.
-
-- Find mode now has history. Use the up arrow to repeat previous searches.
-
-- Ctrl and Shift when using link hints modifies which tab links are opened in (reinstated feature).
-
-- Focus input (`gi`) remembers previously-visited inputs.
-
-- Better support for frames: key exclusion rules are much improved and work within frames; the vomnibar is always activated in the main frame; and a new command (`gF`) focuses the main frame.
-
-- Many bug fixes and improvements.
diff --git a/README.md b/README.md
index 002cb7d8..f2bd0ae0 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,19 @@ Please see [CONTRIBUTING.md](https://github.com/philc/vimium/blob/master/CONTRIB
Release Notes
-------------
+1.50 (2015-04-26)
+
+- Visual mode (in beta): use `v` and then vim-like keystrokes to select text on the page. Use `y` to yank or
+ `p` and `P` to search. Please provide feedback on Github.
+- Added the option to prevent pages from stealing focus from Vimium when loaded.
+- Many bugfixes for custom search engines, and search engines can now have a description.
+- Better support for frames: key exclusion rules are much improved and work within frames; the Vomnibar is
+ always activated in the main frame; and a new command (`gF`) focuses the main frame.
+- Find mode now has history. Use the up arrow to select previous searches.
+- Ctrl and Shift when using link hints changes the tab in which links are opened in (reinstated feature).
+- Focus input (`gi`) remembers previously-visited inputs.
+- Bug fixes.
+
1.49 (2014-12-16)
- An option to toggle smooth scrolling.