Historial de versiones de Vim Vixen - 25 versiones
Vim Vixen por Shin'ya Ueoka
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 1.2.3
Lanzada el 26 de sep. de 2021 - 1,13 MBCompatible con firefox 78.0 y superioresSe publicó el código fuente bajo la licencia MIT License
Descarga Firefox y obtiene la extensiónYou'll need Firefox to use this extensionVersiones antiguas
Versión 1.2.2
Lanzada el 4 de ago. de 2021 - 1,13 MBCompatible con firefox 78.0 y superioresSe publicó el código fuente bajo la licencia MIT License
Versión 1.2.1
Lanzada el 4 de jul. de 2021 - 1,12 MBCompatible con firefox 78.0 y superioresSe publicó el código fuente bajo la licencia MIT License
Versión 1.2.0
Lanzada el 12 de may. de 2021 - 1,12 MBCompatible con firefox 78.0 y superioresSe publicó el código fuente bajo la licencia MIT License
Versión 1.1.0
Lanzada el 27 de abr. de 2021 - 1,12 MBCompatible con firefox 78.0 y superioresSe publicó el código fuente bajo la licencia MIT License
Versión 1.0.1
Lanzada el 29 de mar. de 2021 - 1,44 MBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 1.0.0
Lanzada el 28 de mar. de 2021 - 1,44 MBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.32
Lanzada el 28 de dic. de 2020 - 1,42 MBCompatible con firefox 78.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.31
Lanzada el 24 de sep. de 2020 - 1,45 MBCompatible con firefox 78.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.30
Lanzada el 13 de ago. de 2020 - 1,33 MBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.29
Lanzada el 4 de may. de 2020 - 791,39 KBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.28
Lanzada el 4 de may. de 2020 - 791,4 KBCompatible con firefox 68.0 y superiores, android 68.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.27
Lanzada el 22 de feb. de 2020 - 774,92 KBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.26
Lanzada el 22 de dic. de 2019 - 771,62 KBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.25
Lanzada el 10 de oct. de 2019 - 734,48 KBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.24
Lanzada el 3 de sep. de 2019 - 721,89 KBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.23
Lanzada el 29 de may. de 2019 - 243,02 KBCompatible con firefox 42.0 y superiores### 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" }
```Se publicó el código fuente bajo la licencia MIT License
Versión 0.22
Lanzada el 27 de abr. de 2019 - 75,35 KBCompatible con firefox 42.0 y superiores, android 48.0 a la 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.Se publicó el código fuente bajo la licencia MIT License
Versión 0.21
Lanzada el 23 de mar. de 2019 - 73,85 KBCompatible con firefox 60.0 y superiores### 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/releasesSe publicó el código fuente bajo la licencia MIT License
Versión 0.20
Lanzada el 4 de feb. de 2019 - 74,1 KBCompatible con firefox 42.0 y superiores### 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.20Se publicó el código fuente bajo la licencia MIT License
Versión 0.19
Lanzada el 20 de oct. de 2018 - 66,6 KBCompatible con firefox 42.0 y superioresSe publicó el código fuente bajo la licencia MIT License
Versión 0.18
Lanzada el 12 de ago. de 2018 - 65,16 KBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.17
Lanzada el 8 de ago. de 2018 - 65,09 KBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.15
Lanzada el 27 de jun. de 2018 - 50,06 KBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License
Versión 0.14
Lanzada el 17 de may. de 2018 - 49,99 KBCompatible con firefox 42.0 y superiores, android 48.0 a la 68.*Se publicó el código fuente bajo la licencia MIT License