Skip to content

Commit d501fed

Browse files
committed
bump version to v1.85.0
1 parent 50d547f commit d501fed

5 files changed

Lines changed: 34 additions & 23 deletions

File tree

README.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -105,28 +105,20 @@ __Other extensions supporting Vimium C:__
105105

106106
# Release Notes
107107

108-
#### 1.84.4
109-
* add a command `sortTabs` to sort
108+
#### 1.85.0
109+
* Firefox: fix that Vimium C would break some iframes
110+
* Vomnibar: fix a regression which would interrupt inputting by IME
111+
* Vomnibar settings: add `action=""/"opener"`
112+
* add an option `opener` to some commands which open URLs, to always set opener
110113
* add an option `richText` to some commands in order to copy HTML content
111-
* fix some bugs
112-
113-
#### 1.84.3
114-
* fix broken `autoCopy`
115-
* substitution rules: fix some bugs in text substitution
116-
* now execute actions in their declaration sequence
117-
* add some actions: base64, btoa, encode, eecodecomp
118-
* Firefox: Vomnibar: not list hidden tabs by default, unless `hiddenTabs=true`
119-
* `goNext`: fix some issues
120-
* `openUrl`: add `title_mask`
121-
122-
#### 1.84.2
123-
* Vomnibar: add a style keyword of `time` to show time string
124-
* add a new command: `addBookmark` with an option of `path: string`
125-
* `toggleReaderMode`: now work on Edge (Chromium)
126-
* `removeTab`: now support `keepWindow=always`
127-
* `searchInAnother`: fix a regression that the default of `reuse` should be `current`
128-
* substitution rules: add a new filter: `,host=*.example.com`
129-
* fix some edge cases
114+
* FindMode: add a cache for 3~6 seconds, so if a page changes rapidly, shown `count` may be a bit inaccurate
115+
* paste from clipboard: now accept a string of up to 20M characters
116+
* add a command `sortTabs` to sort tabs, and support `sort=""/create/recency`
117+
* LinkHints: add an option `position` and all `position` options accept `"default"`
118+
* add a command `captureTab` to capture the visible area of a current tab
119+
* now open Vimium C Options page on first installation
120+
* add some other command options
121+
* fix some bugs and wrong usages
130122

131123
See more on [RELEASE-NOTES.md](RELEASE-NOTES.md).
132124

RELEASE-NOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Release Notes of Vimium C
44
ReadMe: https://github.com/gdh1995/vimium-c/#readme .<br/>
55
说明文档: https://github.com/gdh1995/vimium-c/blob/master/README_zh.md .
66

7+
#### 1.85.0
8+
* Firefox: fix that Vimium C would break some iframes
9+
* Vomnibar: fix a regression which would interrupt inputting by IME
10+
* Vomnibar settings: add `action=""/"opener"` (for [#198](https://github.com/gdh1995/vimium-c/issues/198))
11+
* add an option `opener` to some commands which open URLs, to always set opener
12+
* add an option `richText` to some commands in order to copy HTML content
13+
* FindMode: add a cache for 3~6 seconds, so if a page changes rapidly, shown `count` may be a bit inaccurate
14+
* paste from clipboard: now accept a string of up to 20M characters
15+
* add a command `sortTabs` to sort tabs, and support `sort=""/create/recency`
16+
([#207](https://github.com/gdh1995/vimium-c/issues/207))
17+
* LinkHints: add an option `position` and all `position` options accept `"default"`
18+
([#208](https://github.com/gdh1995/vimium-c/issues/208))
19+
* add a command `captureTab` to capture the visible area of a current tab
20+
* now open Vimium C Options page on first installation
21+
* add some other command options
22+
* fix some bugs and wrong usages
23+
724
#### v1.84.3
825
(the current published version on Firefox Add-ons, Microsoft Edge Add-ons and Chrome Web Store)
926
* fix broken `autoCopy`

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
],
126126
"short_name": "Vimium C",
127127
"update_url": "https://clients2.google.com/service/update2/crx",
128-
"version": "1.84.3",
128+
"version": "1.85.0",
129129
"web_accessible_resources": [
130130
"content/*",
131131
"front/vomnibar.*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vimium-c",
3-
"version": "1.84.3",
3+
"version": "1.85.0",
44
"description": "A keyboard shortcut tool for keyboard-based page navigation and browser tab operations with an advanced omnibar and global shortcuts",
55
"private": true,
66
"dependencies": {

pages/options.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@
517517
data-i="o83_2"> &amp; </span>"<kbd class="sel-all">mono-url</kbd>"<span
518518
data-i="o83_2"> &amp; </span>"<kbd class="sel-all">time</kbd>"</span>
519519
<span data-i="o84">.</span><br/>
520+
"<var>actions</var>" <span data-i="o83">may be</span> <span>"<kbd class="sel-all">opener</kbd>"</span>
521+
<span data-i="o84">.</span><br/>
520522
</div>
521523
<span data-i="o85">A low</span> <var>queryInterval</var>
522524
<span data-i="o86">will cause CPU cost a bit higher.</span>

0 commit comments

Comments
 (0)