<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium, branch v1.63.3</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Disable click listener detection and bump to v1.63.3.</title>
<updated>2018-04-01T06:46:49+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-04-01T06:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=5745bb344959a61297fc16e00bb6de0a2a8744d9'/>
<id>5745bb344959a61297fc16e00bb6de0a2a8744d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2981 from hackel/patch-1</title>
<updated>2018-03-09T06:55:57+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-03-09T06:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=29838028148a18bfa905e7487c91b83d86533374'/>
<id>29838028148a18bfa905e7487c91b83d86533374</id>
<content type='text'>
Explicitly set background colour for input fields</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explicitly set background colour for input fields</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly set background colour for input fields</title>
<updated>2018-03-08T18:56:15+00:00</updated>
<author>
<name>Ryan Hayle</name>
</author>
<published>2018-03-08T18:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=7fa6eb0a60c3d69a6347b48b0b8c7848fc65c436'/>
<id>7fa6eb0a60c3d69a6347b48b0b8c7848fc65c436</id>
<content type='text'>
This is a simple solution to #2832 that explicitly sets the background of text input and textareas to white on the options page, which is necessary for users running with a dark theme.  This does not cover the options popup.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a simple solution to #2832 that explicitly sets the background of text input and textareas to white on the options page, which is necessary for users running with a dark theme.  This does not cover the options popup.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2968 from smblott-github/fix-2967</title>
<updated>2018-02-24T07:44:32+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-24T07:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=011c8991184f10839d7afa1ff8d7bfad0d6bd968'/>
<id>011c8991184f10839d7afa1ff8d7bfad0d6bd968</id>
<content type='text'>
Escape [ and ] in hostname in popup.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Escape [ and ] in hostname in popup.</pre>
</div>
</content>
</entry>
<entry>
<title>Escape [ and ] in hostname.</title>
<updated>2018-02-24T07:37:55+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-24T07:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=17425d7187a96f8f7cdd15723f21220733e64c78'/>
<id>17425d7187a96f8f7cdd15723f21220733e64c78</id>
<content type='text'>
From URL:

    http://[fe80::cce4:1680:e720:eacb]:8080/index.html

generate:

    https?://\[fe80::cce4:1680:e720:eacb\]:8080/*

in the popup (note that [ and ] are now escaped).

Fixes #2967.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From URL:

    http://[fe80::cce4:1680:e720:eacb]:8080/index.html

generate:

    https?://\[fe80::cce4:1680:e720:eacb\]:8080/*

in the popup (note that [ and ] are now escaped).

Fixes #2967.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to v1.63.2.</title>
<updated>2018-02-23T13:36:21+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-23T13:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bef8788805bc3e09de432f8642b54fccf3591947'/>
<id>bef8788805bc3e09de432f8642b54fccf3591947</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not search in all frames.</title>
<updated>2018-02-23T12:57:07+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-23T12:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=1bfe474a95f8eb23060cd42ff088146b5463dc62'/>
<id>1bfe474a95f8eb23060cd42ff088146b5463dc62</id>
<content type='text'>
Chrome has never searched in all frames, so this is no loss.

However, find on Firefox Quantum is now broken with the "all frames"
flag set.

Fixes #2962.

H/t: @gdh1995 (https://github.com/philc/vimium/issues/2962#issuecomment-367991086).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chrome has never searched in all frames, so this is no loss.

However, find on Firefox Quantum is now broken with the "all frames"
flag set.

Fixes #2962.

H/t: @gdh1995 (https://github.com/philc/vimium/issues/2962#issuecomment-367991086).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2966 from gdh1995/blur-find-input</title>
<updated>2018-02-23T12:27:28+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-23T12:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=4d7730fcbf820fe2e59ade8b352b92c3c240c194'/>
<id>4d7730fcbf820fe2e59ade8b352b92c3c240c194</id>
<content type='text'>
on FindMode exiting, blur input first</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on FindMode exiting, blur input first</pre>
</div>
</content>
</entry>
<entry>
<title>on FindMode exiting, blur input first</title>
<updated>2018-02-23T12:17:23+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2018-02-23T12:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=62c5a4aed291f265e1b799538cee3d224d24f73f'/>
<id>62c5a4aed291f265e1b799538cee3d224d24f73f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove _comment from manifest.</title>
<updated>2018-02-22T12:47:10+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-22T12:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=fed487f7975d185977991ce3ebc7c254b6e22f56'/>
<id>fed487f7975d185977991ce3ebc7c254b6e22f56</id>
<content type='text'>
Apparently some versions of Firefox are baulking at unreconised
properties in the manifest.

See: https://github.com/philc/vimium/issues/2965#issuecomment-367659475.

Mention @KyleLS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently some versions of Firefox are baulking at unreconised
properties in the manifest.

See: https://github.com/philc/vimium/issues/2965#issuecomment-367659475.

Mention @KyleLS.
</pre>
</div>
</content>
</entry>
</feed>
