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

Commit

Permalink
Update CHANGELOG for v0.0.2 and add manual install instructions to RE…
Browse files Browse the repository at this point in the history
…ADME
  • Loading branch information
dcchambers committed Mar 14, 2020
1 parent 59fe9b8 commit b3d3261
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# vb4c Changelog

## 0.0.2 - 13 March 2020
- Fix command bar focus issue (Thanks @tinywrkb and @basyura)

## 0.0.1 - 09 March 2020
- Prepare initial release of this fork.
- Include patch from GitHub user @antonioyon to fix hint functionality after
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ vb4c - vim bindings for chrome. This is a fork of
Store.](https://chrome.google.com/webstore/search/vb4c?hl=en)
- This is a brand new release and it is currently pending review from Google.
I will update the link here once it is available!
- In the mean time you can manually install the extension following the
[instructions below](#contributing)
- In the mean time you can manually install the extension from the
[releases](https://github.com/dcchambers/vb4c/releases) page on GitHub.
- Download the `.zip` file, extract it, and then manually load the
extension in chrome.
- Go to `chrome://extensions`
- Enable the developer mode toggle.
- Select 'Load Unpacked Extension'
- Navigate to the directory that you unzipped above.
- That's it!

# Help
### cVimrc
Expand Down
4 changes: 4 additions & 0 deletions pages/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<script src="../content_scripts/search.js"></script>
<script src="../content_scripts/frames.js"></script>
<script src="../content_scripts/messenger.js"></script></head><h1>vb4c Changelog</h1>
<h2>0.0.2 - 13 March 2020</h2>
<ul>
<li>Fix command bar focus issue (Thanks @tinywrkb and @basyura)</li>
</ul>
<h2>0.0.1 - 09 March 2020</h2>
<ul>
<li>Prepare initial release of this fork.</li>
Expand Down
26 changes: 26 additions & 0 deletions pages/mappings.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,32 @@
<script src="../content_scripts/messenger.js"></script></head><h1>What is vb4c?</h1>
<p>vb4c - vim bindings for chrome. This is a fork of
<a href="https://github.com/1995eaton/chromium-vim">cVim</a></p>
<p><img src="icons/vb4c-promo-title.png" alt=""></p>
<h1>Install</h1>
<ul>
<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
Store.</a>
<ul>
<li>This is a brand new release and it is currently pending review from Google.
I will update the link here once it is available!</li>
<li>In the mean time you can manually install the extension from the
<a href="https://github.com/dcchambers/vb4c/releases">releases</a> page on GitHub.
<ul>
<li>Download the <code>.zip</code> file, extract it, and then manually load the
extension in chrome.
<ul>
<li>Go to <code>chrome://extensions</code></li>
<li>Enable the developer mode toggle.</li>
<li>Select 'Load Unpacked Extension'</li>
<li>Navigate to the directory that you unzipped above.</li>
<li>That’s it!</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<h1>Help</h1>
<h3>cVimrc</h3>
<ul>
Expand Down

0 comments on commit b3d3261

Please sign in to comment.