diff --git a/README-ZH.md b/README-ZH.md index d604589f..e8a41187 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.5.1-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.6.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 88ba52e4..ecfd8245 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.5.1-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.6.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 b6639103..ee2c68cf 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -4,11 +4,17 @@ description = "Changelog" weight = 3 +++ +# v1.6 - 2022-03-02 + +- Show optional dependencies in feature flags menu. Fixes {{ issue(id=29) }}. + > ![](/optional-dependencies.png) +- Fix latest version parsing for crates with hyphens. Thanks the contribution {{ issue(id=147) }} from [@rrbutani](https://github.com/rrbutani). + # v1.5 - 2022-01-25 - Support customize default search items in settings. Fixes {{ issue(id=141) }}. -> ![](/configure-default-search.png) -- Add docs outline highlight. Thanks for contribution {{ issue(id=140) }} from [@NaturelLee](https://github.com/NaturelLee). + > ![](/configure-default-search.png) +- Add docs outline highlight. 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. diff --git a/docs/static/optional-dependencies.png b/docs/static/optional-dependencies.png new file mode 100644 index 00000000..fd182d4c Binary files /dev/null and b/docs/static/optional-dependencies.png differ diff --git a/docs/templates/index.html b/docs/templates/index.html index cc244011..6cf037ff 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -41,7 +41,7 @@

- Current version 1.5.1 + Current version 1.6.0