-
Notifications
You must be signed in to change notification settings - Fork 23
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 41e18c6 Author: John Dunning <[email protected]> Date: Thu Mar 4 17:34:56 2021 -0800 Update version to 1.6.0 Update releases/index.md for 1.6.0. Change the minimum version of Chrome to 60 in manifest.json. Fix image URLs and sizes in README.md. Remove install button from docs/index.md. Fix #39. Fix #46. Fix #51. Fix #52. commit a721754 Author: John Dunning <[email protected]> Date: Thu Mar 4 14:52:30 2021 -0800 Clean up layout for RadioGroups wrapped in a NewSetting Support an optional lastSeenOptionsVersion param to the options page, for testing. Wrap the home/end option in a <NewSetting>. Refactor showing the pinyin update message into a prop passed into <Options>. Add info about the new features in 1.6.0 to the store description. commit c5be709 Merge: 24e2dac 1f35815 Author: John Dunning <[email protected]> Date: Wed Mar 3 18:58:49 2021 -0800 Merge branch 'feature/restore-last-search' into dev commit 1f35815 Author: John Dunning <[email protected]> Date: Wed Mar 3 18:52:28 2021 -0800 Update README.md with the latest Chrome store description text Make the privacy policy page consistent with the Chrome description. Remove TGS references. commit 8608712 Merge: df7355d 2327bf6 Author: John Dunning <[email protected]> Date: Wed Mar 3 18:01:58 2021 -0800 Merge branch 'feature/home-end-option' into feature/restore-last-search commit 2327bf6 Author: John Dunning <[email protected]> Date: Wed Mar 3 14:16:45 2021 -0800 Add setting for home/end key behavior to the options page Rearrange options page into "Search results", "Toolbar icon", and "Search box keyboard shortcuts" sections. Add support for the home/end setting to popup-shortcuts.js. Change addDefaultSetting() to take the constant object, not just the .Key value, so we don't have to repeat that on every one. Add better error handling to addDefaultSetting() in case it can't find a default value. Update error-handler.js to better handle rejected promises from Bluebird with a `detail` key and to show a stack. commit df7355d Merge: 5e85156 5b7a892 Author: John Dunning <[email protected]> Date: Tue Mar 2 12:34:55 2021 -0800 Merge branch 'feature/show-bookmark-path' into feature/restore-last-search commit 5b7a892 Author: John Dunning <[email protected]> Date: Tue Mar 2 12:32:29 2021 -0800 Update the docs for the bookmark path option Default the showBookmarkPaths param to false in getBookmarks(). commit 50fa5f8 Author: John Dunning <[email protected]> Date: Sat Feb 27 18:38:11 2021 -0800 Add option to show folder paths in each bookmark item commit 36201ee Author: John Dunning <[email protected]> Date: Sat Feb 27 17:58:31 2021 -0800 Show bookmark folder path in bookmark titles commit 5e85156 Author: John Dunning <[email protected]> Date: Fri Feb 26 19:34:12 2021 -0800 Add restore last query option to Options page Only use and store the last query if the option is set. Fix storage validation for new lastQuery key. Pass true to setSelectedIndex() when selecting items via the mouse so the user can then release alt to switch to the item. commit 614e121 Author: John Dunning <[email protected]> Date: Thu Feb 25 18:39:12 2021 -0800 Add setting to restore last query Select all restored search box text. Change getMRUKey to default to false. Not clear why it was ever defaulted to true. Add setSearchBoxText() method so we don't have to call onQueryChange(). Store current search box text when popup unloads. Add selectAll prop to SearchBox and Input to force the input to select all the text. commit 24e2dac Author: John Dunning <[email protected]> Date: Tue Feb 23 18:27:22 2021 -0800 Immediately store the tab navigated to by toggleRecentTabs() as the current tab Fix #51.
- Loading branch information
1 parent
b7ee9bc
commit c8efb50
Showing
22 changed files
with
454 additions
and
218 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
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
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.