From 060626d39d588242ac4ac050f14536561c675b8f Mon Sep 17 00:00:00 2001 From: Folyd Date: Sun, 27 Nov 2022 14:54:48 +0800 Subject: [PATCH] Release version 1.9.1 --- README-ZH.md | 2 +- README.md | 2 +- docs/content/changelog.md | 5 +++++ docs/templates/index.html | 2 +- manage/templates/settings.html | 3 +++ manifest.jsonnet | 2 +- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index e547de7a..45c95385 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.9.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.9.1-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 b67a0190..719905df 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.9.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.9.1-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 2b17224d..3582c155 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -26,6 +26,11 @@ weight = 3 Thanks for the contributions from [@shwin0901](https://github.com/shwin0901), [@light4](https://github.com/light4), and [@xxchan](https://github.com/xxchan). +## v1.9.1 - 2022-11-27 + +- Revert invalid levenshtein algorithm fix +- Feat rustc search appendix + # v1.8 - 2022-08-15 - Migrate to Manifest V3 ({{ issue(id=179) }}). diff --git a/docs/templates/index.html b/docs/templates/index.html index 1e7fa37f..d4c782e0 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -41,7 +41,7 @@

- Current version 1.9.0 + Current version 1.9.1 Github
+
+ Discord +
diff --git a/manifest.jsonnet b/manifest.jsonnet index 9805ea79..67f6fed2 100644 --- a/manifest.jsonnet +++ b/manifest.jsonnet @@ -8,7 +8,7 @@ local icons() = { }; local name = 'Rust Search Extension'; -local version = '1.9.0'; +local version = '1.9.1'; local keyword = 'rs'; local description = 'Rust Search Extension - the ultimate search extension for Rust';