Vim Vixen version history - 25 versions
Vim Vixen от Shin'ya Ueoka
Be careful with old versions! These versions are displayed for testing and reference purposes.Винаги трябва да използвате последното издание на добавките.
Последна версия
Издание 1.2.3
От 26 сеп 2021 - 1,13 MBWorks with firefox 78.0 and laterИзходният код е лицензиран под MIT License
Изтеглете Firefox и вземете разширениетоЗа да използвате това разширение, ще ви е необходим FirefoxСтари версии
Издание 1.2.2
От 4 авг 2021 - 1,13 MBWorks with firefox 78.0 and laterИзходният код е лицензиран под MIT License
Издание 1.2.1
От 4 юли 2021 - 1,12 MBWorks with firefox 78.0 and laterИзходният код е лицензиран под MIT License
Издание 1.2.0
От 12 май 2021 - 1,12 MBWorks with firefox 78.0 and laterИзходният код е лицензиран под MIT License
Издание 1.1.0
От 27 апр 2021 - 1,12 MBWorks with firefox 78.0 and laterИзходният код е лицензиран под MIT License
Издание 1.0.1
От 29 мар 2021 - 1,44 MBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 1.0.0
От 28 мар 2021 - 1,44 MBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.32
От 28 дек 2020 - 1,42 MBWorks with firefox 78.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.31
От 24 сеп 2020 - 1,45 MBWorks with firefox 78.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.30
От 13 авг 2020 - 1,33 MBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.29
От 4 май 2020 - 791,39 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.28
От 4 май 2020 - 791,4 KBWorks with firefox 68.0 and later, android 68.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.27
От 22 фев 2020 - 774,92 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.26
От 22 дек 2019 - 771,62 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.25
От 10 окт 2019 - 734,48 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.24
От 3 сеп 2019 - 721,89 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.23
От 29 май 2019 - 243,02 KBWorks with firefox 42.0 and later### 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
От 27 апр 2019 - 75,35 KBWorks with firefox 42.0 and later, android 48.0 to 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
От 23 мар 2019 - 73,85 KBWorks with firefox 60.0 and later### 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
От 4 фев 2019 - 74,1 KBWorks with firefox 42.0 and later### 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.19
От 20 окт 2018 - 66,6 KBWorks with firefox 42.0 and laterИзходният код е лицензиран под MIT License
Издание 0.18
От 12 авг 2018 - 65,16 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.17
От 8 авг 2018 - 65,09 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.15
От 27 юни 2018 - 50,06 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License
Издание 0.14
От 17 май 2018 - 49,99 KBWorks with firefox 42.0 and later, android 48.0 to 68.*Изходният код е лицензиран под MIT License