From e5a73732268f1c27b534e5d69087d86ce70dc2bd Mon Sep 17 00:00:00 2001 From: Folyd Date: Sat, 7 Aug 2021 09:24:20 +0800 Subject: [PATCH] Release v1.3.2 --- README-ZH.md | 6 +----- README.md | 6 +----- docs/content/changelog.md | 6 +++++- docs/templates/index.html | 2 +- manifest.jsonnet | 2 +- 5 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index cee8080..c2759ba 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.3.1-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.3.2-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) @@ -57,10 +57,6 @@ $ git clone --recursive https://github.com/huhu/rust-search-extension Cloning into 'rust-search-extension'... $ cd rust-search-extension -$ cd manage && cargo build # Generate manage templates - -$ cd .. - $ make chrome # For Chrome version $ make firefox # For Firefox version diff --git a/README.md b/README.md index aa0a134..a2c1e2e 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.3.1-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.3.2-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) @@ -64,10 +64,6 @@ $ git clone --recursive https://github.com/huhu/rust-search-extension Cloning into 'rust-search-extension'... $ cd rust-search-extension -$ cd manage && cargo build # Generate manage templates - -$ cd .. - $ make chrome # For Chrome version $ make firefox # For Firefox version diff --git a/docs/content/changelog.md b/docs/content/changelog.md index a9008c2..ccd5f43 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -19,9 +19,13 @@ weight = 3 ## v1.3.1 - 2021-08-06 -- Fix docs.rs **Table of Content** render issues. {{ issue(id=122) }} {{ issue(id=123) }} +- Fix docs.rs **Table of Content** render issues. {{ issue(id=122) }}, {{ issue(id=123) }} - Fix manage crates page UI issue. +## v1.3.2 - 2021-08-07 + +- Fix the stupid bug: missing the manage pages. {{ issue(id=124) }} + # v1.2 - 2021-03-26 - Support prefix `//` (double slash) to search [rustc crates docs](https://doc.rust-lang.org/nightly/nightly-rustc/). 👉 [Learn more](/#search-rustc-docs). diff --git a/docs/templates/index.html b/docs/templates/index.html index ac30d1e..2e7fafb 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -41,7 +41,7 @@
- Current version 1.3.1 + Current version 1.3.2