Skip to content

Releases: flippidippi/sVim

1.0.7

27 Sep 18:35
Compare
Choose a tag to compare

Big thanks to @luchenyuxx and @isundaylee for several bug fixes and new features!

@luchenyuxx:

  • fix #47: stop capturing arrow keys to better support video sites
  • fix #76: prevent initial sVim in iframe
  • fix #68: closeOtherTabs -> 'g x o'
  • fix #87: 'y y' to copy current URL to clipboard
  • fix #88: 'ctrl-shift-f' open link in new foreground tab
  • refactor highlighting approach

@isundaylee:

  • fix #73: implement commands to click next/previous links

Other:

  • fix #98: make hint container static to fix sVim on Instagram

Note for macOS Mojave Users

Safari 12 (macOS Mojave) no longer supports loading Safari plugins from .safariextz files. Mojave users should install the plugin from the Safari Extensions site and will receive automatic updates from there when 1.0.7 gets through Apple's review: https://safari-extensions.apple.com

1.0.7 Beta 1

17 Mar 03:51
d28b814
Compare
Choose a tag to compare
1.0.7 Beta 1 Pre-release
Pre-release

Big thanks to @luchenyuxx for several improvements!

1.0.6

23 Dec 18:35
Compare
Choose a tag to compare

This release addresses the following tickets, all thanks to @luchenyuxx:

  • issue #77 : Links with multiple copies of a character doesn't work
  • issue #69: slow scrolling with j/k on some sites
  • issue #66: when only one link exists, the hint is empty

Thanks again, @luchenyuxx!

1.0.6 Beta 1

31 Aug 23:20
Compare
Choose a tag to compare
1.0.6 Beta 1 Pre-release
Pre-release

This is a beta release testing a fix for issue #37.

Release 1.0.5

18 Aug 14:07
Compare
Choose a tag to compare
  • Changed openReader to toggleReader
  • Expanded types of elements for hint (e.g., form elements) See #22

Thanks, @x-ji!

Release 1.0.4

13 Sep 06:50
Compare
Choose a tag to compare
  • Add command line to indicate insert mode
  • Implement customizable css. #8 #12
    • You may need to open your sVimrc, click reset on the sVimcss, and save.
  • Remove w and s for scrolling. #6
  • Remove having to hit enter for link hints. #1 #11

Release 1.0.3

03 Sep 04:22
Compare
Choose a tag to compare
  • Add last active tab
  • Add window navigation
  • Add go home
  • Add link to help on sVimrc page
  • Add pause sVim
  • Add toolbar with menu (pause, show sVimrc, show help)
  • Update reopen closed tabs to include tabs closed without sVim shortcut
  • Update README so it is now up to date
  • Fix sVimrc page shortcuts being cleared
  • Refactor show url

Release 1.0.2

16 Aug 23:58
Compare
Choose a tag to compare
  • Fix when activeElement = null

Release 1.0.1

16 Aug 02:44
Compare
Choose a tag to compare
  • Updated version to test extension auto-update (test successful)

Release 1.0.0

16 Aug 02:37
Compare
Choose a tag to compare
  • Add tab navigation
  • Add page movement
  • Add reload tab
  • Add zoom
  • Add sVimrc page
  • Add normal and insert mode
  • Add extension auto-update
  • Add link hints from vimlike (just for now, will rewrite)
  • Add javascript code editor Ace
  • Add javascript keyboard shortcut handler Mousetrap