Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update store description text with new /h behavior. Squashed commit of the following: commit 151a189667b7b333ecb11880c8e55087d79536ee Author: John Dunning <[email protected]> Date: Sun Dec 15 18:52:52 2019 -0800 Update version to 1.3.0 Update releases/index.md with changes and new features. commit 8982b7354f65a16f0be9ae6526d598919f017c38 Author: John Dunning <[email protected]> Date: Sun Dec 15 17:28:31 2019 -0800 Update the last tab's lastVisit when a tab is added penultimately Simplify the background.js so it doesn't have to re-add the last tab just to update its lastVisit when an inactive tab is opened. commit ff28f183f00f0f7b8ff60fb1f4c013d89e55c680 Author: John Dunning <[email protected]> Date: Sun Dec 15 16:50:33 2019 -0800 Merge branch 'feature/handle-ctrl-click' into dev commit c943d89b47dc8eb3647d2eb08fbb28f46c8f847f Author: John Dunning <[email protected]> Date: Sun Dec 15 16:47:42 2019 -0800 Fix MRU ordering after opening multiple tabs from a bookmark folder In recentTabs.add(), always update lastVisit, even if the current tab is being re-added. Re-add the current tab when an inactive tab is opened. commit 96ea151a50223b0c27aae15e7ea868b857983d42 Author: John Dunning <[email protected]> Date: Sat Dec 14 18:14:30 2019 -0800 ES6ify recent-tabs.js commit 8a5f9f0329ed34ba6e2df258f8f365ce0345b35c Author: John Dunning <[email protected]> Date: Sat Nov 16 18:36:25 2019 -0800 Tweak comment commit 567c9e937c00f1437483cccc3feeff425b333344 Author: John Dunning <[email protected]> Date: Sun Nov 10 19:59:56 2019 -0800 Add tabs created in an inactive state to the recent list If you ctrl-click a tab, you can then press ctrl-Z to immediately switch to it, even though you haven't actually visited it yet. Add a penultimately param to recentTabs.add(). commit 6cd10d186a188ec6c334d36f758ed936a8d11c90 Author: John Dunning <[email protected]> Date: Sun Dec 8 19:19:31 2019 -0800 Fix moving tabs from same window to the left of the current one commit f1fedab740e60b49d116ef9c296807697d0e2b61 Author: John Dunning <[email protected]> Date: Sun Dec 8 18:43:16 2019 -0800 Merge branch 'bug/missing-shortcut-key' into dev commit bbab3d706c7b9a5843cae2a6e22b19fdf9f41408 Author: John Dunning <[email protected]> Date: Sun Dec 8 18:23:32 2019 -0800 Allow more keys to be used in shortcuts Allow function keys to be used alone as a shortcut. Clean up handling of tab and enter to simplify key-constants.js. Prevent default on keydown repeats, so user can use keys like page down without scrolling the page. Add width4 class for "backspace" key. ES6ify some things. commit 212ce3209ca47bd0e0c5686fa75107abe5ae6a52 Author: John Dunning <[email protected]> Date: Sat Dec 7 18:43:57 2019 -0800 Refactor how Chrome shortcuts are returned on settings Don't return disabled: true on the Chrome shortcuts and let OptionsAppContainer add it. Handle null errors passed to tracker.exception(). Clean up Shortcut component. commit a23b56841f8d39961ca8c6c82690415e7420d531 Author: John Dunning <[email protected]> Date: Fri Dec 6 18:25:05 2019 -0800 Use default modifier key when Chrome doesn't return one Handle case where Chrome doesn't return the browser action shortcut and use a platform-specific modifier, so the user can still navigate the MRU list with it. commit 3985ad76ff7e894f9af78436d15eea12dd5cf34d Author: John Dunning <[email protected]> Date: Sun Dec 1 19:41:53 2019 -0800 Merge remote-tracking branch 'remotes/origin/feature/other-window-icon' into dev commit e0a04df7dfb5a54630470a090d0b7acbe988a8fc Author: John Dunning <[email protected]> Date: Sat Nov 30 16:02:54 2019 -0800 Update minimum Chrome version to 55 That's the first version with async/await support. commit 8b19f8c60f7a930e1496a1c416d6ede8d68ba990 Author: John Dunning <[email protected]> Date: Fri Nov 29 21:48:26 2019 -0800 Fix rapid toggles navigating to the wrong tab Make sure the last toggle promise chain is resolved before toggling again, so that the recent tabs array doesn't get out of sync. commit 88b77ff88336abf4abd3719d0a8ece70af3804de Author: John Dunning <[email protected]> Date: Fri Nov 22 19:40:29 2019 -0800 Update docs about showing history items Add a badge to options button, which is currently hidden. commit d5c12d8d1d4525b862af1a8ef341d471fd6bf869 Author: John Dunning <[email protected]> Date: Fri Nov 22 18:26:28 2019 -0800 Show history items in recency order when /h is typed commit f4b94a165237cdd99de8ba0e372e1cf3c1184c4e Author: John Dunning <[email protected]> Date: Sun Nov 17 19:20:16 2019 -0800 Default markTabsInOtherWindows to false when > 3 windows In quickey-storage.js, use async updaters, since getting DefaultData now requires a promise. Make getDefaultData(), validateUpdate() async function. Support async updaters in storage.js. Only log validation errors in DEBUG mode. commit 60a65952acba79e314f1f62ea2622b032e9d3d30 Author: John Dunning <[email protected]> Date: Sun Nov 10 18:44:51 2019 -0800 Lower the minimum score for showing results to .02 Also show at least 4 items. Tweak checkbox labels so the blank area after the text isn't clickable. commit 2e51d651540d3d12b68eb0cbcec1c1443a045ac2 Author: John Dunning <[email protected]> Date: Sat Nov 9 20:08:14 2019 -0800 Fix extraneous command in ctrl-tab/index.md commit cec6b47a22566e04c306cfe0e5e11a8483fe16a4 Author: John Dunning <[email protected]> Date: Sat Nov 9 19:30:35 2019 -0800 Add tooltips to explain the badge icons on some tabs Specify a background-size on icons, since otherwise, they may get fuzzy. Log validation errors in storage.js. Remove unused params in recentTabs.navigate(). Set a default count in recentTabs.print(). Don't add the other-window class to closed tabs. commit 5516f7a3f16a59fbe06962776ad3ccf50b4ac905 Author: John Dunning <[email protected]> Date: Sun Nov 3 19:33:26 2019 -0800 Add option to show icon for tabs in other windows Update storageVersion to 7. Calculate the storage version by incrementing the highest updater key, so that we don't have to explicitly change the version after adding an updater. Add ability to show a subtitle to checkboxes and radio buttons. Use functional components for the icons on the Options page, instead of JSX objects. Remove UpgradeMessage from Options, which we're no longer using. Use destructuring to avoid having to use Control. to access the control components. Change differentWindow to otherWindow, to match the setting name. commit d90e3ae1189fc5dad23f4eee8505fd35d38a12b5 Author: John Dunning <[email protected]> Date: Sat Nov 2 13:00:22 2019 -0700 Add icon to tabs from other windows Show icon as long as it's not also incognito. Make the incognito icon a little lighter.
- Loading branch information