From 25cf022f095806ce4653963b9936800e2d927a24 Mon Sep 17 00:00:00 2001 From: Folyd Date: Tue, 25 Jan 2022 23:02:33 +0800 Subject: [PATCH] Release version v1.5.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 34207fc8..c0ba7ad3 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.4.1-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.5.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 db2ff2e7..8bf63975 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.4.1-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.5.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 47c943d8..4639b7ec 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -4,6 +4,16 @@ description = "Changelog" weight = 3 +++ +# v1.5 - 2022-01-25 + +- Support customize default search items in settings. Fixes {{ issue(id=141) }}. +- Add docs outline. Thanks the contribution {{ issue(id=140) }} from [@NaturelLee](https://github.com/NaturelLee). +- Bugfix: + - Fix update label/rfc index bug. + - Fix add to extension button toggle float issue. + - Fix crate version parse bug. + - Fix docs.rs TOC render and UI + # v1.4 - 2021-10-30 - New commands: diff --git a/docs/templates/index.html b/docs/templates/index.html index 3e86f1d2..7c89d7da 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -41,7 +41,7 @@

- Current version 1.4.1 + Current version 1.5.0