From fd8bdcee5cc14bc91b362414ef1ae7f03efb5dfc Mon Sep 17 00:00:00 2001 From: Folyd Date: Sun, 20 Nov 2022 22:10:55 +0800 Subject: [PATCH] Release version 1.9.0 --- README-ZH.md | 2 +- README.md | 2 +- docs/content/_index.md | 2 ++ docs/content/changelog.md | 21 +++++++++++++++++++++ docs/templates/index.html | 2 +- extension/script/rust-lang-release.js | 1 - manifest.jsonnet | 2 +- 7 files changed, 27 insertions(+), 5 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index 8204414..e547de7 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -7,7 +7,7 @@ [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ennpfpdlaclocpomkiablnmbppdnlhoh.svg)](https://chrome.google.com/webstore/detail/rust-search-extension/ennpfpdlaclocpomkiablnmbppdnlhoh) [![Mozilla Add-on](https://img.shields.io/amo/v/rust-search-extension?color=%2320123A)](https://addons.mozilla.org/firefox/addon/rust-search-extension/) -[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.8.2-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.9.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) [![license-mit](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/huhu/rust-search-extension/blob/master/LICENSE-MIT) [![license-apache](https://img.shields.io/badge/license-Apache-yellow.svg)](https://github.com/huhu/rust-search-extension/blob/master/LICENSE-APACHE) [![Discord](https://img.shields.io/discord/711895914494558250?label=chat&logo=discord)](https://discord.gg/xucZNVd) diff --git a/README.md b/README.md index 11e49bf..b67a019 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ennpfpdlaclocpomkiablnmbppdnlhoh.svg)](https://chrome.google.com/webstore/detail/rust-search-extension/ennpfpdlaclocpomkiablnmbppdnlhoh) [![Mozilla Add-on](https://img.shields.io/amo/v/rust-search-extension?color=%2320123A)](https://addons.mozilla.org/firefox/addon/rust-search-extension/) -[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.8.2-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.9.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) [![license-mit](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/huhu/rust-search-extension/blob/master/LICENSE-MIT) [![license-apache](https://img.shields.io/badge/license-Apache-yellow.svg)](https://github.com/huhu/rust-search-extension/blob/master/LICENSE-APACHE) [![Discord](https://img.shields.io/discord/711895914494558250?label=chat&logo=discord)](https://discord.gg/xucZNVd) diff --git a/docs/content/_index.md b/docs/content/_index.md index 9aea7e3..87c3795 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -161,6 +161,8 @@ Those commands including but not limited to: - **:update** - Open the [update page](/update) to sync the latest index automatically. - **:release** - Open rust-lang repository [release page](https://github.com/rust-lang/rust/blob/master/RELEASES.md). - **:rfc** - Search Rust RFCs. +- **:rustc** - Search rustc codegen options and lints. +- **:target** - Search rust target for three tiers. - **:history** - Show your local search history. ![IMG](/command-system.gif) diff --git a/docs/content/changelog.md b/docs/content/changelog.md index b04bff1..52bac82 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -4,6 +4,27 @@ description = "Changelog" weight = 3 +++ +# v1.9.0 - 2022-11-20 + +- Migrate to `chrome.storage.onChange` event to avoid add docs index failure ({{ issue(id=206) }}). +- Support search space-separated keywords. +- Cache feature flags in session storage. +- New commands: + - `:rustc` - Search rustc codegen options and lints. + - `:target` - Search rust target for three tiers. +- Add a pagination tip in the last page item. +- Remove prefix for RFC (??) & Improve docs ({{ issue(id=197) }}). +- Condense attributes and crates index size. +- Make feature flag's name sticky left. +- Bugfix: + - Fix error code regex. + - Fix incorrect export of stats/history ({{ issue(id=203) }}) ({{ issue(id=204) }}). + - fix docs.rs show features ({{ issue(id=209) }}). + - Fix source code navigate bug. Fix ({{ issue(id=212) }}). + - Fix GitHub release page TOC compatibility ({{ issue(id=214) }}). + +Thanks for the contributions from [@shwin0901](https://github.com/shwin0901), [@light4](https://github.com/light4), and [@xxchan](https://github.com/xxchan). + # v1.8 - 2022-08-15 - Migrate to Manifest V3 ({{ issue(id=179) }}). diff --git a/docs/templates/index.html b/docs/templates/index.html index f9a8c31..1e7fa37 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -41,7 +41,7 @@
- Current version 1.8.2 + Current version 1.9.0