From b73a4b9937caccf19e2b1e9f48c00323c33132f7 Mon Sep 17 00:00:00 2001 From: Folyd Date: Tue, 13 Feb 2024 23:38:51 -0800 Subject: [PATCH] Release version 1.13.0 --- README-ZH.md | 2 +- README.md | 2 +- docs/content/changelog.md | 10 ++++++++++ docs/templates/index.html | 2 +- manifest.jsonnet | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index cc13f635..6e567df9 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.12.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.13.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 3ac0db33..0e6ff078 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.12.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.13.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 06943dc4..16593e07 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -4,6 +4,16 @@ description = "Changelog" weight = 3 +++ +# v1.13.0 - 2024-02-14 + +- Migrate std docs index to `Map`. +- Remove const links feature, fix issue links. close ({{ issue(id=261) }}) +- Improve docs.rs TOC highlight. ({{ issue(id=268) }}) +- Remove domain expired book +- Fix `getVar()` value null bug +- Load search index for `rustc` +- Update to latest search index + # v1.12.0 - 2023-07-15 - Update search index diff --git a/docs/templates/index.html b/docs/templates/index.html index 10ffc491..b669e789 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -48,7 +48,7 @@

- Current version 1.12.0 + Current version 1.13.0