From 81a628cc4b2a3e6eb96ab4870b80c7b154e43751 Mon Sep 17 00:00:00 2001 From: Folyd Date: Sat, 15 Jul 2023 13:35:01 +0800 Subject: [PATCH] Release version 1.12.0 --- README-ZH.md | 2 +- README.md | 2 +- docs/content/changelog.md | 12 ++++++++++++ docs/templates/index.html | 2 +- manifest.jsonnet | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index fdf7156a..cc13f635 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.1-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.12.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 04afc130..3ac0db33 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.1-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.12.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/changelog.md b/docs/content/changelog.md index 57255f5c..06943dc4 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -4,6 +4,18 @@ description = "Changelog" weight = 3 +++ +# v1.12.0 - 2023-07-15 + +- Update search index +- docs: add doc on how to enable offline mode ({{ issue(id=253) }}) +- Fix macro diagram not showing in some crates ({{ issue(id=256) }}) +- Fix redirection issue when searching in `std` documentation ({{ issue(id=258) }}) +- Fix `getVars()`, close {{ issue(id=259) }} +- Fix html escape lint descriptions +- Fix call start() twice. Close {{ issue(id=260) }}. + +Thanks for the contrubtiosn from [@Devin-Yeung](https://github.com/Devin-Yeung) and [@SteveLauC](https://github.com/SteveLauC). + # v1.11.0 - 2023-04-22 - Support keep crates up-to-date settings ({{ issue(id=248) }}) diff --git a/docs/templates/index.html b/docs/templates/index.html index fbdc74fb..10ffc491 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -48,7 +48,7 @@

- Current version 1.11.1 + Current version 1.12.0