Cronologjie versions di Vim Vixen - 25 versions
Vim Vixen di Shin'ya Ueoka
Sta atent cu lis versions vecjis! Chês a vegnin visualizadis par finalitâts di prove e di riferiment.Tu varessis di doprâ simpri la ultime version di un component adizionâl.
Ultime version
Version 1.2.3
Publicât 26 de set de 2021 - 1,13 MBAl funzione cun firefox78.0 e sucessivisCodiç sorzint publicât sot licence Licence MIT
Discjame Firefox e instale la estensionTi covente Firefox par doprâ cheste estensionVersions plui vecjis
Version 1.2.2
Publicât 4 de ago de 2021 - 1,13 MBAl funzione cun firefox78.0 e sucessivisCodiç sorzint publicât sot licence Licence MIT
Version 1.2.1
Publicât 4 de jul de 2021 - 1,12 MBAl funzione cun firefox78.0 e sucessivisCodiç sorzint publicât sot licence Licence MIT
Version 1.2.0
Publicât 12 de mai de 2021 - 1,12 MBAl funzione cun firefox78.0 e sucessivisCodiç sorzint publicât sot licence Licence MIT
Version 1.1.0
Publicât 27 de abr de 2021 - 1,12 MBAl funzione cun firefox78.0 e sucessivisCodiç sorzint publicât sot licence Licence MIT
Version 1.0.1
Publicât 29 de mar de 2021 - 1,44 MBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 1.0.0
Publicât 28 de mar de 2021 - 1,44 MBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.32
Publicât 28 de dez de 2020 - 1,42 MBAl funzione cun firefox78.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.31
Publicât 24 de set de 2020 - 1,45 MBAl funzione cun firefox78.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.30
Publicât 13 de ago de 2020 - 1,33 MBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.29
Publicât 4 de mai de 2020 - 791,39 kBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.28
Publicât 4 de mai de 2020 - 791,4 kBAl funzione cun firefox68.0 e sucessivis, android de 68.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.27
Publicât 22 de fev de 2020 - 774,92 kBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.26
Publicât 22 de dez de 2019 - 771,62 kBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.25
Publicât 10 de out de 2019 - 734,48 kBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.24
Publicât 3 de set de 2019 - 721,89 kBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.23
Publicât 29 de mai de 2019 - 243,02 kBAl funzione cun firefox42.0 e sucessivis### 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" }
```Codiç sorzint publicât sot licence Licence MIT
Version 0.22
Publicât 27 de abr de 2019 - 75,35 kBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 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.Codiç sorzint publicât sot licence Licence MIT
Version 0.21
Publicât 23 de mar de 2019 - 73,85 kBAl funzione cun firefox60.0 e sucessivis### 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/releasesCodiç sorzint publicât sot licence Licence MIT
Version 0.20
Publicât 4 de fev de 2019 - 74,1 kBAl funzione cun firefox42.0 e sucessivis### 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.20Codiç sorzint publicât sot licence Licence MIT
Version 0.19
Publicât 20 de out de 2018 - 66,6 kBAl funzione cun firefox42.0 e sucessivisCodiç sorzint publicât sot licence Licence MIT
Version 0.18
Publicât 12 de ago de 2018 - 65,16 kBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.17
Publicât 8 de ago de 2018 - 65,09 kBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.15
Publicât 27 de jun de 2018 - 50,06 kBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT
Version 0.14
Publicât 17 de mai de 2018 - 49,99 kBAl funzione cun firefox42.0 e sucessivis, android de 48.0 ae 68.*Codiç sorzint publicât sot licence Licence MIT