aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-04-25 11:52:31 +0100
committerStephen Blott2015-04-25 11:52:31 +0100
commitd5a641600d06561d7f7ca4efb9c59dea6590a57e (patch)
treece2289f8f82e965500447373060cb825e8836a4c
parent07e65122debea72956cba6332b0f537374e965d3 (diff)
downloadvimium-d5a641600d06561d7f7ca4efb9c59dea6590a57e.tar.bz2
Add notes for next release.
-rw-r--r--NOTES-for-next-release.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/NOTES-for-next-release.md b/NOTES-for-next-release.md
new file mode 100644
index 00000000..4bdfc21f
--- /dev/null
+++ b/NOTES-for-next-release.md
@@ -0,0 +1,19 @@
+## 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.