From 998645c61162f819f74624b00f6df763a94ea0ca Mon Sep 17 00:00:00 2001 From: Folyd Date: Sat, 22 Apr 2023 18:46:31 +0800 Subject: [PATCH] Release v1.11.0 --- README-ZH.md | 2 +- README.md | 2 +- docs/content/changelog.md | 18 +++++++++++------- docs/templates/index.html | 2 +- manifest.jsonnet | 2 +- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index 678365e1..fdf7156a 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.11.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.11.1-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 a4e4675d..04afc130 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.11.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.11.1-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/changelog.md b/docs/content/changelog.md index 6785c097..9e37e20b 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -14,6 +14,10 @@ weight = 3 Thanks for the contributions from [@shwin0901](https://github.com/shwin0901). +# v1.11.1 - 2023-04-22 + +- Fix search functions not working bug after upgrade to v1.11.0 + # v1.10.0 - 2023-03-25 - Add security advisory menu to docs.rs ({{ issue(id=239) }}) @@ -42,17 +46,17 @@ Thanks for the contributions from [@shwin0901](https://github.com/shwin0901), [@ - New commands: - `:rustc` - Search rustc codegen options and lints. - `:target` - Search rust target for three tiers. - ![](/target-command.png) + ![](/target-command.png) - Add a pagination tip in the last page item. -- Remove prefix for RFC (??) & Improve docs ({{ issue(id=197) }}). +- 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) }}). + - 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). @@ -83,7 +87,7 @@ Thanks for the contributions from [@C-Dao](https://github.com/C-Dao), [@zjp-CN]( ## v1.8.1 - 2022-08-17 - Remove `file:///*` permission. Fixes ({{ issue(id=190) }}). -- Add *Show Macro Railroad* options. +- Add _Show Macro Railroad_ options. - Use rustwiki Chinese CDN. ({{ issue(id=190) }}) Thanks for the contributions from [@PureWhiteWu](https://github.com/PureWhiteWu). diff --git a/docs/templates/index.html b/docs/templates/index.html index 2a954ac0..fbdc74fb 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -48,7 +48,7 @@

- Current version 1.11.0 + Current version 1.11.1