<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium, branch v1.63</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Bump to v1.63.</title>
<updated>2018-02-16T09:35:33+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-16T09:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=9a5c2802a941a66b6dea4089352314a6e7a3c95a'/>
<id>9a5c2802a941a66b6dea4089352314a6e7a3c95a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Note count prefix for reload command.</title>
<updated>2018-02-16T09:33:59+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-16T09:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=e0d46eeb26e118e1131782df40c3bebcc6e0b7cf'/>
<id>e0d46eeb26e118e1131782df40c3bebcc6e0b7cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "focused: true" from winConfig.</title>
<updated>2018-02-16T07:31:21+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-16T07:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b90afbc2c55d172fedb9957c3781a0a629a63431'/>
<id>b90afbc2c55d172fedb9957c3781a0a629a63431</id>
<content type='text'>
According to:

  - https://bugzilla.mozilla.org/show_bug.cgi?id=1253129

and #2896, this:

1. causes Firefox to crash, and
2. isn't actually necessary.

So just remove it.

H/t @ris58h in #2896.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to:

  - https://bugzilla.mozilla.org/show_bug.cgi?id=1253129

and #2896, this:

1. causes Firefox to crash, and
2. isn't actually necessary.

So just remove it.

H/t @ris58h in #2896.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2951 from smblott-github/add-count-for-reload</title>
<updated>2018-02-14T09:37:58+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-14T09:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=dc68113c223babd75d808d32d318f69cc85b3b41'/>
<id>dc68113c223babd75d808d32d318f69cc85b3b41</id>
<content type='text'>
Make the reload command accept a count.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the reload command accept a count.</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md.</title>
<updated>2018-02-13T18:12:58+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-13T18:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b9a84b2edf83c74de89c128b1a31a08982b41e32'/>
<id>b9a84b2edf83c74de89c128b1a31a08982b41e32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.</title>
<updated>2018-02-13T14:49:03+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-13T14:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b11b95d67ffd794654dd6218ef99b3ac70088612'/>
<id>b11b95d67ffd794654dd6218ef99b3ac70088612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the reload command accept a count.</title>
<updated>2018-02-13T14:43:25+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-13T14:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=2128ef3a4b6bb989323200578b230dfb1e178c2e'/>
<id>2128ef3a4b6bb989323200578b230dfb1e178c2e</id>
<content type='text'>
Move the `reload` command to the background page and make it accept a
count prefix.

Fixes #674.

Althought the demand for this is low and the use cases limited, it is a
very vim-ish extension to the existing command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the `reload` command to the background page and make it accept a
count prefix.

Fixes #674.

Althought the demand for this is low and the use cases limited, it is a
very vim-ish extension to the existing command.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2949 from AlliedEnvy/patch-1</title>
<updated>2018-02-08T06:41:42+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-08T06:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=43786d3024fa21663480fe76b9a122b3d8325f55'/>
<id>43786d3024fa21663480fe76b9a122b3d8325f55</id>
<content type='text'>
tabConfig -&gt; winConfig in openUrlInNewWindow</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tabConfig -&gt; winConfig in openUrlInNewWindow</pre>
</div>
</content>
</entry>
<entry>
<title>tabConfig -&gt; winConfig in openUrlInNewWindow</title>
<updated>2018-02-08T01:47:37+00:00</updated>
<author>
<name>AlliedEnvy</name>
</author>
<published>2018-02-08T01:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=92383c4ac41596adeac96dfb324f7cb716fd2f26'/>
<id>92383c4ac41596adeac96dfb324f7cb716fd2f26</id>
<content type='text'>
tabConfig doesn't exist in this scope.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tabConfig doesn't exist in this scope.</pre>
</div>
</content>
</entry>
<entry>
<title>Include backup/restore as advanced.</title>
<updated>2018-02-06T14:57:39+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-06T14:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f7149719a2e9944d4ffd65019857b318a0e2dc46'/>
<id>f7149719a2e9944d4ffd65019857b318a0e2dc46</id>
<content type='text'>
Follow on from #2750.

Specifically, the backup/restore functionality should be part of
"Advanced options".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow on from #2750.

Specifically, the backup/restore functionality should be part of
"Advanced options".
</pre>
</div>
</content>
</entry>
</feed>
