Skip to content

Releases: huhu/rust-search-extension

Release v2.0.0

16 Oct 07:21
Compare
Choose a tag to compare

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

Full Changelog: v1.13.0...v2.0.0

Release v1.13.0

14 Feb 07:55
Compare
Choose a tag to compare
  • 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

15 Jul 05:49
Compare
Choose a tag to compare
  • 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

22 Apr 10:52
Compare
Choose a tag to compare

Fix search functions not working bug after upgrade to v1.11.0

Release v1.11.0

22 Apr 10:22
Compare
Choose a tag to compare
  • Support keep crates up-to-date settings (#248)
    image
  • Support new format of itemPaths in the search index (#246)
  • Fix ampersand (&) escaping

Thanks for the contributions from @shwin0901.

Release v1.10.0

26 Mar 07:39
1eff07c
Compare
Choose a tag to compare

  • 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

27 Nov 07:02
Compare
Choose a tag to compare
  • Revert invalid levenshtein algorithm fix
  • Feat rustc search appendix

Release v1.9.0

20 Nov 14:29
Compare
Choose a tag to compare
  • 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.

image

  • 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:
    • Fix error code regex.
    • Fix incorrect export of stats/history (#203) (#204).
    • fix docs.rs show features (#209).
    • Fix source code navigate bug. Fix (#212).
    • Fix GitHub release page TOC compatibility (#214).

Thanks for the contributions from @shwin0901@light4, and @xxchan.

Release v1.8.2

30 Oct 14:20
Compare
Choose a tag to compare
  • Fix book index object field (constructor) conflicts bug

Release v1.8.1

18 Aug 02:39
Compare
Choose a tag to compare
  • Remove file:///* permission. Fixes (#190).
  • Add Show Macro Railroad options.
  • Use rustwiki Chinese CDN. (#191)

Thanks for the contributions from @PureWhiteWu.