Skip to content

Commit

Permalink
Release v1.7.2
Browse files Browse the repository at this point in the history
Add pinyin support to getBookmarks() and getHistory().
Load the pinyin library in the popup's getInitialState() so it's ready when needed to init tabs, bookmarks or history items.
Add add-pinyin.js module.
Update version to 1.7.2.
Update releases/index.md and chrome-store-description.txt.
Update to latest grunt and pinyin libs.
  • Loading branch information
fwextensions committed Apr 28, 2022
1 parent dc084e3 commit 8465923
Show file tree
Hide file tree
Showing 10 changed files with 797 additions and 707 deletions.
3 changes: 2 additions & 1 deletion docs/chrome-store-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ No mouse needed!
• Press ENTER to switch to the selected tab


★ New options in v1.7.0
★ New options in v1.7.x

• Support pinyin when searching for bookmarks and history items
• Limit recent tab navigation to the current browser window
• Limit tab search results to the current browser window

Expand Down
7 changes: 7 additions & 0 deletions docs/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ comments: true
# Release history


## 1.7.2 - 2022-04-28

### Added

* Added support for using pinyin when searching for bookmarks and history items, along with tabs.


## 1.7.1 - 2022-03-07

### Fixed
Expand Down
Loading

0 comments on commit 8465923

Please sign in to comment.