Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
Add link to release history on main page and webstore text.
Add grunt-cli so we can run grunt locally with npx.
  • Loading branch information
fwextensions committed Jul 10, 2018
1 parent 1dc6e08 commit 628da78
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/chrome-store-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ You can move tabs to the left or right of the current tab, making it easy to pul
left of the current one.
• Press ctrl-] to move it to the right.

Include shift in the shortcut to also unsuspend the tab while moving it. The ctrl key should be used on both Windows and macOS.
Include shift in the shortcut to also unsuspend the tab while moving it. The ctrl key should be used on both Windows and macOS. Note that you cannot move tabs between normal and incognito windows.


★ Search bookmarks
Expand Down Expand Up @@ -201,7 +201,7 @@ To switch to incognito tabs as well as normal ones, open Chrome's main menu and
Tabs in incognito mode display the incognito icon, so you can distinguish a normal tab from an incognito one with the same title.


★ Copy a tab's URL or title
★ Copy a URL or title

You can also copy the URL and title of the selected tab, bookmark or history item:

Expand Down Expand Up @@ -239,4 +239,6 @@ QuicKey can't access or manipulate the content of any pages you visit and doesn'

For more information, go to https://fwextensions.github.io/QuicKey/

View the release history at https://fwextensions.github.io/QuicKey/releases

The QuicKey source code is at https://github.com/fwextensions/QuicKey
2 changes: 1 addition & 1 deletion docs/ctrl-tab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Do you wish Chrome had the same <b><kbd>ctrl</kbd><kbd>tab</kbd></b> tab navigat
- Press and release <kbd>tab</kbd> repeatedly to select older tabs in the menu
- Release <kbd>ctrl</kbd> to switch to the selected tab

Chrome extensions can't provide this functionality all by themselves, unfortunately. With a little work, however, it *is* possible to achieve both these features with *QuicKey*, though the second one requires some additional Windows-only software. (*QuicKey* does support [keyboard-driven selection](/QuicKey/#mru-gif) of a tab from a menu without any additional setup; it's just that you can't use <b><kbd>ctrl</kbd><kbd>tab</kbd></b> as the shortcut without some manual workarounds.)
Chrome extensions can't provide this functionality all by themselves, unfortunately. With a little work, however, it *is* possible to achieve both these features with *QuicKey*, though the second one requires some additional Windows-only software. (*QuicKey* does support [keyboard-driven selection](/QuicKey/#mru-gif) of a tab from a menu without any additional setup; it's just that you can't use <b><kbd>ctrl</kbd><kbd>tab</kbd></b> as the shortcut without these manual workarounds.)

You can use either of the options below, but don't use both. Following the steps in [Option 1](#option-1) will prevent [Option 2](#option-2) from working correctly.

Expand Down
7 changes: 6 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Tabs in incognito mode display the incognito icon under the page's favicon, so y
![Incognito tab](img/incognito-tab.png)


## Copy a tab's URL or title
## Copy a URL or title

You can also copy the URL and title of the selected tab, bookmark or history item:

Expand Down Expand Up @@ -208,6 +208,11 @@ When first installed, *QuicKey* asks for these permissions:
If you find a bug in *QuicKey* or have a suggestion for a new feature, please [create a new issue](https://github.com/fwextensions/QuicKey/issues/new) on its GitHub page.


## Release history

View the changes in [previous releases](./releases).


## Credits

The <img src="img/search.svg" style="height: 1em"> and <img src="img/clear.svg" style="height: 1em; vertical-align: middle;"> icons are from the [Octicons](https://octicons.github.com/) set, used under the [MIT License](http://opensource.org/licenses/MIT).
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-copy": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "QuicKey DEV",
"short_name": "QuicKey",
"version": "1.0.0",
"version": "1.0.1",
"description": "Add keyboard shortcuts to switch tabs with a Quicksilver-style search or a most recently used menu",
"author": "John Dunning",
"content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
Expand Down

0 comments on commit 628da78

Please sign in to comment.