Skip to content

Commit

Permalink
release v1.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdh1995 committed Oct 28, 2021
1 parent 677b29e commit 30a00c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ ReadMe: https://github.com/gdh1995/vimium-c/#readme .<br/>
#### 1.94.0
* `runKey` now support `mask=true|""|<placeholder>`
* in `run <v-lh> LinkHints.activate$s mask= \n run Fq lh WithQueue`, `Fq` works like `LinkHints.activateWithQueue`
* fix `Vomnibar` may fail to switch to another tab on Firefox
* fix broken `moveTabToNewWindow` and `moveTabToIncognito` on Firefox
* fix the extension icon was never updated to represent current working status
* improve `openBookmark`: if `.mask` then fill `.title` with one unknown key
* `runKey` now treats unknown options as command options (`o.` can be stripped)
* in `map <v-ob> openBookmark title="v:$s" mask \n run ot ob 1`, `ot` works like `openBookmark title=v:1`
* improve `editText`: its `replace` command supports placeholder and URL-encoding text
* e.g.: `editText run="replace,_$s%20%s_"` will replace "`abc`" with "`_abc abc_`"
* add more options to `moveTabToNewWindow` and `moveTabToNextWindow`
* search engines: add some famous engines to the default list
* text substitution: now allow numbers and underscore in keys
* the settings template is update to demonstrate latest syntaxes in key mappings
* fix some found bugs

Expand Down

0 comments on commit 30a00c2

Please sign in to comment.