Skip to content

Commit

Permalink
Bump version to 1.7.2, update authorship
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrance committed Apr 29, 2019
1 parent 405f924 commit 73ce5b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Homely/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "Homely",
"short_name": "Homely",
"description": "A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.",
"version": "1.7.1",
"author": "Ollie Terrance",
"homepage_url": "https://github.com/OllieTerrance/Homely",
"version": "1.7.2",
"author": "Terrance",
"homepage_url": "https://github.com/Terrance/Homely",
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "res/html/homely.html"
Expand Down
13 changes: 6 additions & 7 deletions Homely/res/html/homely.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h4 class="modal-title"><i class="fa fa-magic"></i>&nbsp; Customise</h4>
<label for="settings-links-content" class="col-sm-3 control-label">Blocks source</label>
<div class="col-sm-8">
<textarea id="settings-links-content" class="form-control input-mono" rows="10"></textarea>
<p class="help-block">Edit your blocks using the <a href="https://github.com/OllieTerrance/Homely#links-format" class="link-external">JSON syntax</a>.</p>
<p class="help-block">Edit your blocks using the <a href="https://github.com/Terrance/Homely#links-format" class="link-external">JSON syntax</a>.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -402,7 +402,7 @@ <h4 class="modal-title"><i class="fa fa-magic"></i>&nbsp; Customise</h4>
<input id="settings-general-keyboard" type="checkbox">
<span>Enable advanced keyboard navigation</span>
</label>
<p class="help-block">Press <code>?</code> or see the <a href="https://github.com/OllieTerrance/Homely#keyboard-shortcuts" class="link-external">readme</a> for controls.</p>
<p class="help-block">Press <code>?</code> or see the <a href="https://github.com/Terrance/Homely#keyboard-shortcuts" class="link-external">readme</a> for controls.</p>
</div>
</div>
<div class="form-group form-control-nomar-bottom form-control-pad-bottom">
Expand Down Expand Up @@ -684,14 +684,13 @@ <h4 class="modal-title"><i class="fa fa-home"></i>&nbsp; About</h4>
<div class="modal-body text-center">
<img src="../img/logo-128.png"/>
<h2><span class="ext-name"></span> <small class="ext-ver"></small></h2>
<p>Written by <a class="link-external" href="http://terrance.allofti.me">Ollie Terrance</a></p>
<p>Written by <a class="link-external" href="http://terrance.allofti.me">Terrance</a></p>
<div class="btn-group">
<a class="btn btn-sm btn-default link-external" href="https://github.com/OllieTerrance/Homely"><i class="fa fa-github-alt"></i>&nbsp; GitHub project</a>
<a class="btn btn-sm btn-default link-external" href="https://github.com/OllieTerrance/Homely/releases"><i class="fa fa-download"></i>&nbsp; Changelog</a>
<a class="btn btn-sm btn-default link-external" href="https://github.com/Terrance/Homely"><i class="fa fa-github-alt"></i>&nbsp; GitHub project</a>
<a class="btn btn-sm btn-default link-external" href="https://github.com/Terrance/Homely/releases"><i class="fa fa-download"></i>&nbsp; Changelog</a>
<a class="btn btn-sm btn-default link-external" href="https://chrome.google.com/webstore/detail/homely/fplghnonomhbnlhdnmjpipoomkjdpeim"><i class="fa fa-chrome"></i>&nbsp; Web Store page</a>
</div>
<p>Feedback is welcome &ndash; see the <a class="link-external" href="https://chrome.google.com/webstore/detail/homely/fplghnonomhbnlhdnmjpipoomkjdpeim/reviews">Reviews</a> section on the Chrome Web Store page.</p>
<p>For bug reports and feature requests (including new inclusions for notifications and baskets), please add to the <a class="link-external" href="https://github.com/OllieTerrance/Homely/issues">issue tracker</a> on GitHub.</p>
<p>For bug reports and feature requests (including new inclusions for notifications and baskets), please add to the <a class="link-external" href="https://github.com/Terrance/Homely/issues">issue tracker</a> on GitHub.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 73ce5b7

Please # to comment.