Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the following: commit 428a82f19e6c3c73ab8c6abd96c9cd20e6e85b84 Author: John Dunning <[email protected]> Date: Sat Oct 12 19:29:25 2019 -0700 Tweak tooltip in options commit 9ce43e00b46df071d9fc2db46c5858fdd2efea04 Author: John Dunning <[email protected]> Date: Sat Oct 12 19:10:05 2019 -0700 Refactor Gruntfile.js Compress all the PNG images, saving close to 1MB. Remove errant console.log from background.js. commit 47967e1b2c7b921d06c2ed4a4af547d0d26f8503 Author: John Dunning <[email protected]> Date: Sat Oct 12 13:39:10 2019 -0700 Update version to 1.2.0 Put MRU description before searching for tabs. Update releases/index.md. Tweak size of help button on options. Add tooltip to incognito screenshot. commit cc06c0a6fd999462521122a69484d4b864bd6b38 Author: John Dunning <[email protected]> Date: Fri Oct 11 17:55:32 2019 -0700 Update Options page Add tracking to clicks on non-settings buttons in Options. Add help button to open main site from Options. Add incognito-option.png screenshot to Options. Remove retrievedSettings state from app-container.js. Pass tracker to options app. Update label for switch between last two tabs shortcut. Tweak privacy page. Add gear icon to incognito section of site. commit cf670596b8feb442cf9564faa3a4ec959fae5413 Author: John Dunning <[email protected]> Date: Sun Oct 6 19:17:21 2019 -0700 Tweak docs/index.md Update chrome-store-description.txt to mention the gear icon. commit a4ffdf2ad978af9843284b0f87118125cd9b50d2 Author: John Dunning <[email protected]> Date: Sun Oct 6 18:27:35 2019 -0700 Add docs/img/gear.svg commit d23860830be2be3ef7eca02b92b9e9897c9de202 Author: John Dunning <[email protected]> Date: Sun Oct 6 16:22:48 2019 -0700 Use a different padding on Mac for index numbers Lowercase o in options. commit e34c23f3ab2a232f9dc9b59ddad064d66f3b614c Author: John Dunning <[email protected]> Date: Tue Oct 1 20:03:14 2019 -0700 Always build out/popup.html from src/popup.html Add a placeholder to build/prod/popup.html and replace it with the current React string on every build instead of trying to keep the mock file up to date. Rename checkPopup task to buildPopup. Remove mock/popup.html. commit cc66cdce1b755c5b4a9dd0af855a97c3a157cbb1 Author: John Dunning <[email protected]> Date: Tue Oct 1 07:42:21 2019 -0700 Update React markup in popup.html Use src/popup.html as the template for updating the React markup instead of using a mock file. Remove mock/popup.html. commit 5da52a6008edbde9ce6ce36da643599bbcccdcea Author: John Dunning <[email protected]> Date: Mon Sep 30 18:41:59 2019 -0700 Add options gear button in popup Open options page and track event when gear button is clicked. Add hover state to clear button in search field. Make scripts in mock/popup.html consistent with src/popup.html. Add gear.svg and icon to index.md. Tweak ctrl-tab/index.md. commit 9d6f93954edffc7310af0de426c7f8a5255c636c Author: John Dunning <[email protected]> Date: Sat Sep 28 17:24:16 2019 -0700 Fix navigating back into the stack and then using the toggle shortcut Use tabChangedFromToggle only for whether to invert the icon, not to immediately add the pending tab. Always use a debouced addTab(). Clean up recentTabs.print(). commit 30e1f86f9d0d086e269a7af4d9dcd2ca8d77bbb1 Author: John Dunning <[email protected]> Date: Sun Sep 22 18:50:24 2019 -0700 Add recentTabs.toggle() commit 186f0f1656cc8ac8bcf9b8715bf8e2f7da0da2e9 Author: John Dunning <[email protected]> Date: Sun Sep 15 19:54:33 2019 -0700 Handle undefined error in tracker.exception() Partial attempt at fixing rapid navigation via alt-A and then alt-Z while icon is inverted. commit feb42804cb60eaf6b2141580753f48f6005d1c1e Author: John Dunning <[email protected]> Date: Sun Sep 15 16:23:31 2019 -0700 Tweak ctrl-tab/index.md commit b434d6f01672ea24c63ec3519df019ca2c23a800 Author: John Dunning <[email protected]> Date: Sat Sep 14 20:09:20 2019 -0700 Update ctrl-tab/index.md to use new toggle shortcut Update and add screenshots for new ctrl-tab options. Change _config.yml to support CommonMark Markup. Remove keyboard.png, which hasn't been used in forever. commit 25ba78b42213442185c1f0cddce968c50f98a350 Author: John Dunning <[email protected]> Date: Sun Sep 8 19:41:26 2019 -0700 Add key to toggle between two most recent tabs Use alt-Z as the default shortcut. Add toggleRecentTabs() to handle toggling in one place. Update docs with info on new feature.
- Loading branch information