github ueokande/vim-vixen v1.0.0
Release 1.0.0

latest releases: v1.2.4, v1.2.3, v1.2.2...
3 years ago

From this release, a release versions is named based on semver. The git tag name is "vX.Y.Z" e.g. "v1.2.3".

📈 Enhancement Notes

Iframe dynamic resize (#1034)

Injected iframe to the page is now resized dynamically.

Transparent iframe covering on the whole page used to be inserted before. Although the iframe's style has background-color: unset !important, the page's CSS can overwrite it, and a user saw just a white page.
This change makes iframe follow the content in the console, and it never covers the whole page.

iframe Late injection (#1043)

An iframe for a console is injected to the page only on the addon is enabled. This change minimizes changes for the page user opened.

This PR contains the change in the timing of the initialization in the content-script. The initialization script runs when the document becomes the ready state to reduce the time cannot type keys (this addresses #156, but not perfectly).

📔 Other Notes

Move to GitHub Actions (#957)

Address to error on tabopen command (#1069)

Don't miss a new vim-vixen release

NewReleases is sending notifications on new releases.