mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
Release version 1.13.0
This commit is contained in:
parent
abc2ec49a9
commit
b73a4b9937
5 changed files with 14 additions and 4 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.12.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe)
|
||||
[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.13.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)
|
||||
|
|
|
@ -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.12.0-1D4F8C)](https://microsoftedge.microsoft.com/addons/detail/olemfibpaicdoooacpfffccidjjagmoe)
|
||||
[![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v1.13.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)
|
||||
|
|
|
@ -4,6 +4,16 @@ description = "Changelog"
|
|||
weight = 3
|
||||
+++
|
||||
|
||||
# v1.13.0 - 2024-02-14
|
||||
|
||||
- Migrate std docs index to `Map`.
|
||||
- Remove const links feature, fix issue links. close ({{ issue(id=261) }})
|
||||
- Improve docs.rs TOC highlight. ({{ issue(id=268) }})
|
||||
- Remove domain expired book
|
||||
- Fix `getVar()` value null bug
|
||||
- Load search index for `rustc`
|
||||
- Update to latest search index
|
||||
|
||||
# v1.12.0 - 2023-07-15
|
||||
|
||||
- Update search index
|
||||
|
|
2
docs/templates/index.html
vendored
2
docs/templates/index.html
vendored
|
@ -48,7 +48,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.12.0
|
||||
Current version 1.13.0
|
||||
</a>
|
||||
<a class="btn-download chrome"
|
||||
href="https://chrome.google.com/webstore/detail/rust-search-extension/ennpfpdlaclocpomkiablnmbppdnlhoh"
|
||||
|
|
|
@ -8,7 +8,7 @@ local icons() = {
|
|||
};
|
||||
|
||||
local name = 'Rust Search Extension';
|
||||
local version = '1.12.0';
|
||||
local version = '1.13.0';
|
||||
local keyword = 'rs';
|
||||
local description = 'Rust Search Extension - the ultimate search extension for Rust';
|
||||
|
||||
|
|
Loading…
Reference in a new issue