Rust Search Extension Versions Save

🦀 The ultimate search extension for Rust

v1.13.0

3 months ago
  • 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.

v1.12.0

10 months ago
  • 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.

v1.11.1

1 year ago

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

v1.11.0

1 year ago
  • 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.

v1.10.0

1 year ago

  • 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.

v1.9.1

1 year ago
  • Revert invalid levenshtein algorithm fix
  • Feat rustc search appendix

v1.9.0

1 year ago
  • 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.

v1.8.2

1 year ago
  • Fix book index object field (constructor) conflicts bug

v1.8.1

1 year ago
  • Remove file:///* permission. Fixes (#190).
  • Add Show Macro Railroad options.
  • Use rustwiki Chinese CDN. (#191)

Thanks for the contributions from @PureWhiteWu.

v1.8.0

1 year ago

image

  • Support options page. Fixes (#133).
  • Replace 'crate:check' action with chrome.storage API query.
  • Support the new search-index loading, see rust-lang/rust#98124.
  • Add more books into :book command. Thanks .
  • Add :book/zh command to list Chinese books. (#175).
  • Adjust margin of add to extension button (#178).
  • Remove uninstall url. Close (#188).
  • Bugfix:
    • Fix default offlineDocPath undefine bug.
    • Don't load search index in non-rust doc pages
    • Invalid cached crate searcher after crate search index updated or removed.

Thanks for the contributions from @C-Dao, @zjp-CN, and @ZhangHanDong.