Skip to content

Commit

Permalink
version 0.4.5, Added support for using Ctrl + K and Ctrl + J to navig…
Browse files Browse the repository at this point in the history
…ate the tab search results, and Ctrl + L to select. Closes #7.
  • Loading branch information
Joseph Schmitt committed Mar 22, 2011
1 parent c4583c3 commit c9f0622
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ReleaseNotes.md
@@ -1,3 +1,6 @@
## 0.4.5 — _Mar 21st, 2011_
- Added support for using Ctrl + K and Ctrl + J to navigate the tab search results, and Ctrl + L to select

## 0.4.4 — _Mar 6th, 2011_
- Added support for using Ctrl + P and Ctrl + N to navigate the tab search results

Expand Down
Binary file modified Snipe.crx
Binary file not shown.
Binary file modified Snipe.safariextz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Snipe.chromeextension/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Snipe",
"version": "0.4.4",
"version": "0.4.5",
"description": "Find the tab you're looking for without leaving your keyboard. Hit Ctrl+Alt+Space, type, and go!",
"permissions": [
"tabs", "http://*/*"
Expand Down
2 changes: 1 addition & 1 deletion src/Snipe.chromeextension/snipe-core
Submodule snipe-core updated from 9ea457 to 243f09
2 changes: 1 addition & 1 deletion src/Snipe.safariextension/Info.plist
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>0.4.4</string>
<string>0.4.5</string>
<key>CFBundleVersion</key>
<string>0.4.4</string>
<key>Chrome</key>
Expand Down
2 changes: 1 addition & 1 deletion src/Snipe.safariextension/snipe-core
Submodule snipe-core updated from 9ea457 to 243f09

0 comments on commit c9f0622

Please sign in to comment.