Historia de versiones de Vim Vixen - 25 versiones
Vim Vixen per Shin'ya Ueoka
Que tu es attente con le vetere versiones! Iste versiones es monstrate pro uso de test o referentia.Tu deberea sempre usar le ultima version de un additivo.
Ultime version
Version 1.2.3
Publicate le 26 sep. 2021 - 1,13 MBFunctiona con firefox 78.0 e plus recenteCodice fonte publicate sub Licentia MIT
Discarga Firefox installa le extensionTu pote usar iste extension solo sur FirefoxVersiones previe
Version 1.2.2
Publicate le 4 aug. 2021 - 1,13 MBFunctiona con firefox 78.0 e plus recenteCodice fonte publicate sub Licentia MIT
Version 1.2.1
Publicate le 4 jul. 2021 - 1,12 MBFunctiona con firefox 78.0 e plus recenteCodice fonte publicate sub Licentia MIT
Version 1.2.0
Publicate le 12 mai 2021 - 1,12 MBFunctiona con firefox 78.0 e plus recenteCodice fonte publicate sub Licentia MIT
Version 1.1.0
Publicate le 27 apr. 2021 - 1,12 MBFunctiona con firefox 78.0 e plus recenteCodice fonte publicate sub Licentia MIT
Version 1.0.1
Publicate le 29 mrt. 2021 - 1,44 MBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 1.0.0
Publicate le 28 mrt. 2021 - 1,44 MBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.32
Publicate le 28 des. 2020 - 1,42 MBFunctiona con firefox 78.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.31
Publicate le 24 sep. 2020 - 1,45 MBFunctiona con firefox 78.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.30
Publicate le 13 aug. 2020 - 1,33 MBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.29
Publicate le 4 mai 2020 - 791,39 KBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.28
Publicate le 4 mai 2020 - 791,4 KBFunctiona con firefox 68.0 e plus recente, android 68.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.27
Publicate le 22 feb. 2020 - 774,92 KBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.26
Publicate le 22 des. 2019 - 771,62 KBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.25
Publicate le 10 okt. 2019 - 734,48 KBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.24
Publicate le 3 sep. 2019 - 721,89 KBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.23
Publicate le 29 mai 2019 - 243,02 KBFunctiona con firefox 42.0 e plus recente### 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" }
```Codice fonte publicate sub Licentia MIT
Version 0.22
Publicate le 27 apr. 2019 - 75,35 KBFunctiona con firefox 42.0 e plus recente, android 48.0 a 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.Codice fonte publicate sub Licentia MIT
Version 0.21
Publicate le 23 mrt. 2019 - 73,85 KBFunctiona con firefox 60.0 e plus recente### 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/releasesCodice fonte publicate sub Licentia MIT
Version 0.20
Publicate le 4 feb. 2019 - 74,1 KBFunctiona con firefox 42.0 e plus recente### 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.20Codice fonte publicate sub Licentia MIT
Version 0.19
Publicate le 20 okt. 2018 - 66,6 KBFunctiona con firefox 42.0 e plus recenteCodice fonte publicate sub Licentia MIT
Version 0.18
Publicate le 12 aug. 2018 - 65,16 KBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.17
Publicate le 8 aug. 2018 - 65,09 KBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.15
Publicate le 27 jun. 2018 - 50,06 KBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT
Version 0.14
Publicate le 17 mai 2018 - 49,99 KBFunctiona con firefox 42.0 e plus recente, android 48.0 a 68.*Codice fonte publicate sub Licentia MIT