Releases: huhu/rust-search-extension
Releases · huhu/rust-search-extension
Release v2.0.0
https://rust.extension.sh/changelog/#v2-0-0-2024-10-16
What's Changed
- Integrate omnibox search into manage page
- Split IndexSetter from IndexManager
- Migrate Firefox version to Manifest V3. close #201
- Support all stdlib crates
- chore: fix typo by @kaifulee in #273
- Fix offline mode not working in Chrome by @yescallop in #275
- Fix search of extern crates by @yescallop in #276
- Fix docs.rs TOC if headings contain inline code by @benediktwerner in #278
- Fix crate indexing by upgrading item types for old crate doc by @yescallop in #277
- typo
hihstory
->history
by @correabuscar in #279 - Sunset rustc docs search by @Folyd in #281
- Support description shards by @Folyd in #285
New Contributors
- @kaifulee made their first contribution in #273
- @yescallop made their first contribution in #275
- @benediktwerner made their first contribution in #278
- @correabuscar made their first contribution in #279
Full Changelog: v1.13.0...v2.0.0
Release v1.13.0
- Migrate std docs index to
Map
. - Remove const links feature, fix issue links. close (#261)
- Improve docs.rs TOC highlight. (#268)
- Remove domain expired book
- Fix
getVar()
value null bug - Load search index for rustc
- Update to latest search index
Thanks the contributions from @eth3lbert.
Release v1.12.0
- Update search index
- docs: add doc on how to enable offline mode (#253)
- Fix macro diagram not showing in some crates (#256)
- Fix redirection issue when searching in std documentation (#258)
- Fix
getVars()
, close #259 - Fix html escape lint descriptions
- Fix call
start()
twice. Close #260.
Thanks for the contributions from @Devin-Yeung and @SteveLauC.
Release v1.11.1
Fix search functions not working bug after upgrade to v1.11.0
Release v1.11.0
- Support keep crates up-to-date settings (#248)
- Support new format of itemPaths in the search index (#246)
- Fix ampersand (&) escaping
Thanks for the contributions from @shwin0901.
Release v1.10.0
- Add security advisory menu to docs.rs (#239)
- Support statistics by year (#221)
- Support new error-index page (#192)
- Support new search index format since 1.69 (#233)
Bugfix:
- Make the "add to extension" button vertically centered (#220)
- Fix resourcePath() null bug. Fix #219
- Fix cargo book command (#231) (#234)
- Fix error code autoincrement bug
- Fix can't add crates: Redeclaration of const storage (#243)
Remove:
- Remove
:blog
command (#240) - Remove GitHub release page enhancement (#241)
- Remove the search rust version feature
Thanks for the contributions from @shwin0901, @duskmoon314, and @isunjn.
Release v1.9.1
- Revert invalid levenshtein algorithm fix
- Feat rustc search appendix
Release v1.9.0
- Migrate to
chrome.storage.onChange
event to avoid add docs index failure (#206). - Support search space-separated keywords.
- Cache feature flags in session storage.
- New commands:
:rustc
- Search rustc codegen options and lints.:target
- Search rust target for three tiers.
- Add a pagination tip in the last page item.
- Remove prefix for RFC (??) & Improve docs (#197).
- Condense attributes and crates index size.
- Make feature flag's name sticky left.
- Bugfix:
Thanks for the contributions from @shwin0901, @light4, and @xxchan.
Release v1.8.2
- Fix book index object field (
constructor
) conflicts bug
Release v1.8.1
- Remove
file:///*
permission. Fixes (#190). - Add Show Macro Railroad options.
- Use rustwiki Chinese CDN. (#191)
Thanks for the contributions from @PureWhiteWu.