Skip to content
This repository was archived by the owner on Apr 15, 2021. It is now read-only.

Commit b3d3261

Browse files
committed
Update CHANGELOG for v0.0.2 and add manual install instructions to README
1 parent 59fe9b8 commit b3d3261

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# vb4c Changelog
22

3+
## 0.0.2 - 13 March 2020
4+
- Fix command bar focus issue (Thanks @tinywrkb and @basyura)
5+
36
## 0.0.1 - 09 March 2020
47
- Prepare initial release of this fork.
58
- Include patch from GitHub user @antonioyon to fix hint functionality after

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@ vb4c - vim bindings for chrome. This is a fork of
1010
Store.](https://chrome.google.com/webstore/search/vb4c?hl=en)
1111
- This is a brand new release and it is currently pending review from Google.
1212
I will update the link here once it is available!
13-
- In the mean time you can manually install the extension following the
14-
[instructions below](#contributing)
13+
- In the mean time you can manually install the extension from the
14+
[releases](https://github.com/dcchambers/vb4c/releases) page on GitHub.
15+
- Download the `.zip` file, extract it, and then manually load the
16+
extension in chrome.
17+
- Go to `chrome://extensions`
18+
- Enable the developer mode toggle.
19+
- Select 'Load Unpacked Extension'
20+
- Navigate to the directory that you unzipped above.
21+
- That's it!
1522

1623
# Help
1724
### cVimrc

pages/changelog.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
<script src="../content_scripts/search.js"></script>
1919
<script src="../content_scripts/frames.js"></script>
2020
<script src="../content_scripts/messenger.js"></script></head><h1>vb4c Changelog</h1>
21+
<h2>0.0.2 - 13 March 2020</h2>
22+
<ul>
23+
<li>Fix command bar focus issue (Thanks @tinywrkb and @basyura)</li>
24+
</ul>
2125
<h2>0.0.1 - 09 March 2020</h2>
2226
<ul>
2327
<li>Prepare initial release of this fork.</li>

pages/mappings.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,32 @@
2020
<script src="../content_scripts/messenger.js"></script></head><h1>What is vb4c?</h1>
2121
<p>vb4c - vim bindings for chrome. This is a fork of
2222
<a href="https://github.com/1995eaton/chromium-vim">cVim</a></p>
23+
<p><img src="icons/vb4c-promo-title.png" alt=""></p>
24+
<h1>Install</h1>
25+
<ul>
26+
<li>vb4c is a <strong>Chrome Extension</strong> and can be installed from the <a href="https://chrome.google.com/webstore/search/vb4c?hl=en">Chrome Web
27+
Store.</a>
28+
<ul>
29+
<li>This is a brand new release and it is currently pending review from Google.
30+
I will update the link here once it is available!</li>
31+
<li>In the mean time you can manually install the extension from the
32+
<a href="https://github.com/dcchambers/vb4c/releases">releases</a> page on GitHub.
33+
<ul>
34+
<li>Download the <code>.zip</code> file, extract it, and then manually load the
35+
extension in chrome.
36+
<ul>
37+
<li>Go to <code>chrome://extensions</code></li>
38+
<li>Enable the developer mode toggle.</li>
39+
<li>Select 'Load Unpacked Extension'</li>
40+
<li>Navigate to the directory that you unzipped above.</li>
41+
<li>That’s it!</li>
42+
</ul>
43+
</li>
44+
</ul>
45+
</li>
46+
</ul>
47+
</li>
48+
</ul>
2349
<h1>Help</h1>
2450
<h3>cVimrc</h3>
2551
<ul>

0 commit comments

Comments
 (0)