Skip to content

Commit

Permalink
Release version 1.1 🎉🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jan 5, 2021
1 parent 5fe474a commit 7a0aabd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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"标签)

## 使用方法

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3 class="text" style="text-align: center;">
<div style="margin-top: 50px; display: flex; flex-direction: column; align-items: center">
<a class="subtitle-text" style="text-decoration: underline; margin: 10px"
href="https://github.com/huhu/rust-search-extension/releases">
Current version 1.0.0
Current version 1.1.0
</a>
<a class="btn-download chrome"
href="https://chrome.google.com/webstore/detail/rust-search-extension/ennpfpdlaclocpomkiablnmbppdnlhoh"
Expand Down
2 changes: 1 addition & 1 deletion manifest.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local icons() = {

local json = manifest.new(
name='Rust Search Extension',
version='1.0.0',
version='1.1.0',
keyword='rs',
description='The ultimate search extension for Rust',
)
Expand Down

0 comments on commit 7a0aabd

Please sign in to comment.