היסטוריית גרסאות עבור Vim Vixen - 25 גרסאות
Vim Vixen Shin'ya Ueoka מאת
יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.
הגרסה העדכנית ביותר
גרסה 1.2.3
תאריך שחרור: 26 ספט׳ 2021 - 1.13 מ״בעובד עם firefox 78.0 ומעלהקוד המקור משוחרר תחת MIT License
הורדת Firefox וקבלת ההרחבהיש צורך ב־Firefox כדי להשתמש בהרחבה זוגרסאות ישנות יותר
גרסה 1.2.2
תאריך שחרור: 4 אוג׳ 2021 - 1.13 מ״בעובד עם firefox 78.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 1.2.1
תאריך שחרור: 4 יולי 2021 - 1.12 מ״בעובד עם firefox 78.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 1.2.0
תאריך שחרור: 12 מאי 2021 - 1.12 מ״בעובד עם firefox 78.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 1.1.0
תאריך שחרור: 27 אפר׳ 2021 - 1.12 מ״בעובד עם firefox 78.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 1.0.1
תאריך שחרור: 29 מרץ 2021 - 1.44 מ״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 1.0.0
תאריך שחרור: 28 מרץ 2021 - 1.44 מ״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.32
תאריך שחרור: 28 דצמ׳ 2020 - 1.42 מ״בעובד עם firefox 78.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.31
תאריך שחרור: 24 ספט׳ 2020 - 1.45 מ״בעובד עם firefox 78.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.30
תאריך שחרור: 13 אוג׳ 2020 - 1.33 מ״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.29
תאריך שחרור: 4 מאי 2020 - 791.39 ק״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.28
תאריך שחרור: 4 מאי 2020 - 791.4 ק״בעובד עם firefox 68.0 ומעלה, android 68.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.27
תאריך שחרור: 22 פבר׳ 2020 - 774.92 ק״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.26
תאריך שחרור: 22 דצמ׳ 2019 - 771.62 ק״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.25
תאריך שחרור: 10 אוק׳ 2019 - 734.48 ק״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.24
תאריך שחרור: 3 ספט׳ 2019 - 721.89 ק״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.23
תאריך שחרור: 29 מאי 2019 - 243.02 ק״בעובד עם firefox 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" }
```קוד המקור משוחרר תחת MIT License
גרסה 0.22
תאריך שחרור: 27 אפר׳ 2019 - 75.35 ק״בעובד עם firefox 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.קוד המקור משוחרר תחת MIT License
גרסה 0.21
תאריך שחרור: 23 מרץ 2019 - 73.85 ק״בעובד עם firefox 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/releasesקוד המקור משוחרר תחת MIT License
גרסה 0.20
תאריך שחרור: 4 פבר׳ 2019 - 74.1 ק״בעובד עם firefox 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.20קוד המקור משוחרר תחת MIT License
גרסה 0.19
תאריך שחרור: 20 אוק׳ 2018 - 66.6 ק״בעובד עם firefox 42.0 ומעלהקוד המקור משוחרר תחת MIT License
גרסה 0.18
תאריך שחרור: 12 אוג׳ 2018 - 65.16 ק״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.17
תאריך שחרור: 8 אוג׳ 2018 - 65.09 ק״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.15
תאריך שחרור: 27 יוני 2018 - 50.06 ק״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License
גרסה 0.14
תאריך שחרור: 17 מאי 2018 - 49.99 ק״בעובד עם firefox 42.0 ומעלה, android 48.0 עד 68.*קוד המקור משוחרר תחת MIT License