mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
Release v1.3.1
This commit is contained in:
parent
e5237d6224
commit
d1b0f7aa3e
6 changed files with 10 additions and 5 deletions
|
@ -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.3.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe)
|
||||
[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.3.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)
|
||||
|
|
|
@ -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.3.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe)
|
||||
[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.3.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)
|
||||
|
|
|
@ -17,6 +17,11 @@ weight = 3
|
|||
- Bugfix:
|
||||
- Fix fail to add some crate into the extension issue. Fix {{ issue(id=114) }}, {{ issue(id=119) }}, {{ issue(id=120) }}.
|
||||
|
||||
## v1.3.1 - 2021-08-06
|
||||
|
||||
- Fix docs.rs **Table of Content** render issues. {{ issue(id=122) }} {{ issue(id=123) }}
|
||||
- Fix manage crates page UI issue.
|
||||
|
||||
# v1.2 - 2021-03-26
|
||||
|
||||
- Support prefix `//` (double slash) to search [rustc crates docs](https://doc.rust-lang.org/nightly/nightly-rustc/). 👉 [Learn more](/#search-rustc-docs).
|
||||
|
|
2
docs/templates/index.html
vendored
2
docs/templates/index.html
vendored
|
@ -41,7 +41,7 @@
|
|||
<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.3.0
|
||||
Current version 1.3.1
|
||||
</a>
|
||||
<a class="btn-download chrome"
|
||||
href="https://chrome.google.com/webstore/detail/rust-search-extension/ennpfpdlaclocpomkiablnmbppdnlhoh"
|
||||
|
|
|
@ -57,7 +57,7 @@ div.nav-container form.landing-search-form-nav {
|
|||
@media screen and (min-width: 1500px) {
|
||||
.rse-doc-toc {
|
||||
position: fixed;
|
||||
right: 50px;
|
||||
right: 20px;
|
||||
top: 30px;
|
||||
list-style: none;
|
||||
border-left: solid #bbb 1px;
|
||||
|
|
|
@ -8,7 +8,7 @@ local icons() = {
|
|||
|
||||
local json = manifest.new(
|
||||
name='Rust Search Extension',
|
||||
version='1.3.0',
|
||||
version='1.3.1',
|
||||
keyword='rs',
|
||||
description='Rust Search Extension - the ultimate search extension for Rust',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue