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.You should always use the latest version of an add-on.
కొత్త వెర్షను
వెర్షను 1.2.3
Released 26 సెప్. 2021 - 1.13 మెబైfirefox 78.0, ఆపైవితో పనిచేస్తుందిSource code released under MIT License
Download Firefox and get the extensionఈ పొడగింతను వాడుకోడానికి మీకు Firefox ఉండాలిపాత వెర్షనులు
వెర్షను 1.2.2
Released 4 ఆగ. 2021 - 1.13 మెబైfirefox 78.0, ఆపైవితో పనిచేస్తుందిSource code released under MIT License
వెర్షను 1.2.1
Released 4 జులై 2021 - 1.12 మెబైfirefox 78.0, ఆపైవితో పనిచేస్తుందిSource code released under MIT License
వెర్షను 1.2.0
Released 12 మే 2021 - 1.12 మెబైfirefox 78.0, ఆపైవితో పనిచేస్తుందిSource code released under MIT License
వెర్షను 1.1.0
Released 27 ఏప్రి. 2021 - 1.12 మెబైfirefox 78.0, ఆపైవితో పనిచేస్తుందిSource code released under MIT License
వెర్షను 1.0.1
Released 29 మార్చి 2021 - 1.44 మెబైfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 1.0.0
Released 28 మార్చి 2021 - 1.44 మెబైfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.32
Released 28 డిసె. 2020 - 1.42 మెబైfirefox 78.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.31
Released 24 సెప్. 2020 - 1.45 మెబైfirefox 78.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.30
Released 13 ఆగ. 2020 - 1.33 మెబైfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.29
Released 4 మే 2020 - 791.39 KBfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.28
Released 4 మే 2020 - 791.4 KBfirefox 68.0, ఆపైవి, android 68.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.27
Released 22 ఫిబ్ర. 2020 - 774.92 KBfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.26
Released 22 డిసె. 2019 - 771.62 KBfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.25
Released 10 అక్టో. 2019 - 734.48 KBfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.24
Released 3 సెప్. 2019 - 721.89 KBfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.23
Released 29 మే 2019 - 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" }
```Source code released under MIT License
వెర్షను 0.22
Released 27 ఏప్రి. 2019 - 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.Source code released under MIT License
వెర్షను 0.21
Released 23 మార్చి 2019 - 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/releasesSource code released under MIT License
వెర్షను 0.20
Released 4 ఫిబ్ర. 2019 - 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.20Source code released under MIT License
వెర్షను 0.19
Released 20 అక్టో. 2018 - 66.6 KBfirefox 42.0, ఆపైవితో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.18
Released 12 ఆగ. 2018 - 65.16 KBfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.17
Released 8 ఆగ. 2018 - 65.09 KBfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.15
Released 27 జూన్ 2018 - 50.06 KBfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License
వెర్షను 0.14
Released 17 మే 2018 - 49.99 KBfirefox 42.0, ఆపైవి, android 48.0 నుండి 68.* వరకుతో పనిచేస్తుందిSource code released under MIT License