diff --git a/README-ZH.md b/README-ZH.md index 6e567df9..66097996 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.13.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v2.0.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 79d7f516..10d9e1de 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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.13.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v2.0.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 16593e07..eabd63ee 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -4,6 +4,25 @@ description = "Changelog" weight = 3 +++ +# v2.0.0 - 2024-10-16 + +- Integrate omnibox search into manage page +- Split IndexSetter from IndexManager +- Migrate Firefox version to Manifest V3. close #201 +- Sunset rustc docs search (#281) +- Support description shards (#285) +- Support all stdlib crates +- Bug fix: + - chore: fix typo (#273) + - Fix offline mode not working on Chrome + - Fix search of extern crates (#276) + - Fix docs.rs TOC if headings contain inline code (#278) + - Fix crate indexing by upgrading item types for old crate doc (#277) + - Fix optional dependency nowrap, close #274 + - Fix source code mode and levenshtein bug + - Fix docs.rs svg icons + + # v1.13.0 - 2024-02-14 - Migrate std docs index to `Map`. diff --git a/docs/templates/index.html b/docs/templates/index.html index 75f8d643..e214288b 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -49,7 +49,7 @@