diff --git a/README-ZH.md b/README-ZH.md index baedff16..f1b19d12 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.0.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.1.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) @@ -40,6 +40,8 @@ - 支持离线模式,可以搜索本地 Rust 文档 (`rustup docs --std`) - 内置命令 (`:yet`, `:book`, `:stable`, `:label`, `:tool`, `:mirror`, `:update` 和 `:history`等) - Docs.rs加强,展示每一个crate的Feature flags +- Github release页面加强(展示所有Rust版本目录) +- docs.rust-lang.org加强(链接所有"since"和"issue"标签) ## 使用方法 diff --git a/README.md b/README.md index 09be3899..a7359643 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.0.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe) +[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.1.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) @@ -43,7 +43,7 @@ Search **docs**, **crates**, builtin **attributes**, official **books**, and **e - Builtin commands (`:yet`, `:book`, `:stable`, `:label`, `:tool`, `:mirror`, `:update` and `:history` etc) - Docs.rs enhancements (display Feature flags) - Github rust-lang release page enhancements (show table of content) -- docs.rust-lang.org enhancements +- docs.rust-lang.org enhancements (link all "since" and "issue" label) ## How to use it diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 6075d015..95d3d778 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -4,7 +4,7 @@ description = "Changelog" weight = 3 +++ -# v1.1 - 2021-01-?? +# v1.1 - 2021-01-07 - Docs.rs is now the `!` search, crates.io is `!!`. See issue [#85](https://github.com/huhu/rust-search-extension/issues/85). - Refactor search statistics page (finer granularity for search metrics) diff --git a/docs/templates/index.html b/docs/templates/index.html index 1d4a6d6f..4e9bfbfc 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -41,7 +41,7 @@