Historia wersji dodatku Vim Vixen — 25 wersji
Vim Vixen Autor: Shin'ya Ueoka
Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.
Najnowsza wersja
Wersja 1.2.3
Data wydania: 26 wrz 2021 — 1,13 MBDziała z: firefox 78.0 i nowszyLicencja kodu źródłowego: Licencja MIT
Pobierz Firefoksa i to rozszerzeniePotrzebujesz Firefoksa, aby używać tego rozszerzeniaPoprzednie wersje
Wersja 1.2.2
Data wydania: 4 sie 2021 — 1,13 MBDziała z: firefox 78.0 i nowszyLicencja kodu źródłowego: Licencja MIT
Wersja 1.2.1
Data wydania: 4 lip 2021 — 1,12 MBDziała z: firefox 78.0 i nowszyLicencja kodu źródłowego: Licencja MIT
Wersja 1.2.0
Data wydania: 12 maj 2021 — 1,12 MBDziała z: firefox 78.0 i nowszyLicencja kodu źródłowego: Licencja MIT
Wersja 1.1.0
Data wydania: 27 kwi 2021 — 1,12 MBDziała z: firefox 78.0 i nowszyLicencja kodu źródłowego: Licencja MIT
Wersja 1.0.1
Data wydania: 29 mar 2021 — 1,44 MBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 1.0.0
Data wydania: 28 mar 2021 — 1,44 MBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.32
Data wydania: 28 gru 2020 — 1,42 MBDziała z: firefox 78.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.31
Data wydania: 24 wrz 2020 — 1,45 MBDziała z: firefox 78.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.30
Data wydania: 13 sie 2020 — 1,33 MBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.29
Data wydania: 4 maj 2020 — 791,39 KBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.28
Data wydania: 4 maj 2020 — 791,4 KBDziała z: firefox 68.0 i nowszy, android 68.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.27
Data wydania: 22 lut 2020 — 774,92 KBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.26
Data wydania: 22 gru 2019 — 771,62 KBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.25
Data wydania: 10 paź 2019 — 734,48 KBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.24
Data wydania: 3 wrz 2019 — 721,89 KBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.23
Data wydania: 29 maj 2019 — 243,02 KBDziała z: firefox 42.0 i nowszy### 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" }
```Licencja kodu źródłowego: Licencja MIT
Wersja 0.22
Data wydania: 27 kwi 2019 — 75,35 KBDziała z: firefox 42.0 i nowszy, android 48.0 do 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.Licencja kodu źródłowego: Licencja MIT
Wersja 0.21
Data wydania: 23 mar 2019 — 73,85 KBDziała z: firefox 60.0 i nowszy### 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/releasesLicencja kodu źródłowego: Licencja MIT
Wersja 0.20
Data wydania: 4 lut 2019 — 74,1 KBDziała z: firefox 42.0 i nowszy### 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.20Licencja kodu źródłowego: Licencja MIT
Wersja 0.19
Data wydania: 20 paź 2018 — 66,6 KBDziała z: firefox 42.0 i nowszyLicencja kodu źródłowego: Licencja MIT
Wersja 0.18
Data wydania: 12 sie 2018 — 65,16 KBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.17
Data wydania: 8 sie 2018 — 65,09 KBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.15
Data wydania: 27 cze 2018 — 50,06 KBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT
Wersja 0.14
Data wydania: 17 maj 2018 — 49,99 KBDziała z: firefox 42.0 i nowszy, android 48.0 do 68.*Licencja kodu źródłowego: Licencja MIT