-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #57. Squashed commit of the following: commit d10eca3 Author: John Dunning <fw@johndunning.com> Date: Tue May 4 15:54:50 2021 -0700 Update version to 1.6.1 Update README.md, releases/index.md and the store descriptions to include the new keyboard shortcuts. commit 1852914 Author: John Dunning <fw@johndunning.com> Date: Thu Apr 29 12:39:39 2021 -0700 Add IsLinux constant Use ctrl-alt-W on Linux/ChromeOS for closing a tab in the menu, since ctrl-W is intercepted by the browser. commit 12809d5 Author: John Dunning <fw@johndunning.com> Date: Tue Mar 30 12:09:29 2021 -0700 Update dependencies to the latest commit ce05780 Author: John Dunning <fw@johndunning.com> Date: Mon Mar 29 11:29:26 2021 -0700 Add ctrl-P/N and ctrl-K/J shortcuts for moving up/down Fix error in error-handler.js. :| Let newer key bindings override older ones with the same shortcuts. commit 03a044f Author: John Dunning <fw@johndunning.com> Date: Sun Mar 28 17:27:40 2021 -0700 Switch to using terser instead of babel Babel has this bug which appeared after trying to update to the latest version, and remained even after rolling back to an older version. Extremely annoying. babel/minify#974 Add grunt-terser. Remove babel, core-js, lodash, which was used just once in build-popup.js, and react-virtualized, which wasn't used at all. Remove package-lock.json from .gitignore and commit it, to make it easier to track exact package changes. commit e6efa20 Author: John Dunning <fw@johndunning.com> Date: Sat Mar 27 18:06:55 2021 -0700 Fix build-popup.js Change npm build to run grunt build.
- Loading branch information
1 parent
c8efb50
commit 1abe209
Showing
17 changed files
with
13,989 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
/build/rjs | ||
/build/out | ||
/node_modules | ||
/package-lock.json | ||
/release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.