Vim Vixen のバージョン履歴 - 全 25 バージョン
Vim Vixen 作成者: Shin'ya Ueoka
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 1.2.3
リリース日 : 2021年9月26日 - 1.13 MBfirefox バージョン 78.0 以降 で動作ソースコードは MIT License に従いリリースされています
Firefox をダウンロードして拡張機能を入手するこの拡張機能を使用するには Firefox が必要です以前のバージョン
バージョン 1.2.2
リリース日 : 2021年8月4日 - 1.13 MBfirefox バージョン 78.0 以降 で動作ソースコードは MIT License に従いリリースされています
バージョン 1.0.1
リリース日 : 2021年3月29日 - 1.44 MBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 1.0.0
リリース日 : 2021年3月28日 - 1.44 MBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.32
リリース日 : 2020年12月28日 - 1.42 MBfirefox バージョン 78.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.31
リリース日 : 2020年9月24日 - 1.45 MBfirefox バージョン 78.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.30
リリース日 : 2020年8月13日 - 1.33 MBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.29
リリース日 : 2020年5月4日 - 791.39 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.28
リリース日 : 2020年5月4日 - 791.4 KBfirefox バージョン 68.0 以降, android バージョン 68.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.27
リリース日 : 2020年2月22日 - 774.92 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.26
リリース日 : 2019年12月22日 - 771.62 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.25
リリース日 : 2019年10月10日 - 734.48 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.24
リリース日 : 2019年9月3日 - 721.89 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.23
リリース日 : 2019年5月29日 - 243.02 KBfirefox バージョン 42.0 以降 で動作### Fix warnings on Android (#586 by @robsmith11)
Vim Vixen works on Firefox for Android (experimental).
This change suppresses some warnings occurs only on Android.
### Add "repeat last operation" command
Add `repeat.last` command by <kbd>.</kbd> key in default. It repeats last
manipulation command such as opening, updating and deleting a tab. To enabled
this for current users, please add the following keymap into your json:
```json
".": { "type": "repeat.last" }
```ソースコードは MIT License に従いリリースされています
バージョン 0.22
リリース日 : 2019年4月27日 - 75.35 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作### Show yanked url
Instead of `Current url yanked` show `Yanked https://current-website.com/`.
### Support blacklist with port
Support to specify port to the blacklist, such as `127.0.0.1:8080`.
### Fix Content-Security-Policy issues
Vim Vixen was broke on some sites because of [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). The CSP prevents untrusted contents by blocking inline `<style>` tags on the document. Now an issue on Vim Vixen on CSP-enabled sites are fixed.ソースコードは MIT License に従いリリースされています
バージョン 0.21
リリース日 : 2019年3月23日 - 73.85 KBfirefox バージョン 60.0 以降 で動作### Make smooth-scroll smoother (#536)
Make smooth-scroll more smoother. To enable smooth-scroll, type `set smoothscroll` or add `smoothscroll: true` into your settings.
### Space key map (#537)
Allow to enable keymap <kbd>Space</kbd> key:
```json
"keymaps": {
"<Space>": { "type": "follow.start", "newTab": false },
"<C-Space>": { "type": "follow.start", "newTab": true, "background": false }
}
```
### Scroll console (#538)
Limits number of shown item on console completion. The hidden items
### Update README.md (#543 by @ryanstreur)
### Correct spelling of WebExtensions (#535 by @sleepypikachu)
### Update documents (#552 by @TeepaBlue)
### Use browser.runtime.onInstalled event (#539)
### Refactor background (#544)
see also: https://github.com/ueokande/vim-vixen/releasesソースコードは MIT License に従いリリースされています
バージョン 0.20
リリース日 : 2019年2月4日 - 74.1 KBfirefox バージョン 42.0 以降 で動作### Add close tabs to the right command
Close tabs to the right by `Shift+D`. For current users, add the following keymaps into your configuration.
```
`"D": { "type": "tabs.close.right" },`
```
### Open homepage
Add key bindings to open homepage by `gh` and `gH`. `gh` opens homepage in current page, and `gH` opens homepage as new tabs.
For current users, add the following keymaps into your configuration.
```
"gh": { "type": "page.home" },
"gH": { "type": "page.home", "newTab": true },
```
For more details, see also release note:
https://github.com/ueokande/vim-vixen/releases/tag/0.20ソースコードは MIT License に従いリリースされています
バージョン 0.18
リリース日 : 2018年8月12日 - 65.16 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.17
リリース日 : 2018年8月8日 - 65.09 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.15
リリース日 : 2018年6月27日 - 50.06 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています
バージョン 0.14
リリース日 : 2018年5月17日 - 49.99 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作ソースコードは MIT License に従いリリースされています