Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Mar 20, 2021
1 parent d56d7f3 commit 5727d80
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ weight = 3

# v1.2 - Unreleased

- Support prefix `//` (double slash) to search [rustc crates docs](https://doc.rust-lang.org/nightly/nightly-rustc/).
- Support search released Rust versions quickly. See issue {{ issue(id=100) }}.
- Add source code mode (with `src:` or with alias `s:`) to open the source code page directly.
- Support prefix `//` (double slash) to search [rustc crates docs](https://doc.rust-lang.org/nightly/nightly-rustc/). 👉 [Learn more](/#search-rustc-docs).
- Support search released Rust versions quickly. 👉 [Learn more](/#search-rust-version).
- Add source code mode (with `src:` or with alias `s:`) to open the source code page directly. 👉 [Learn more](/#source-code-mode).
- New commands:
- `:blog`: show all Rust release blog posts
- `:blog`: show all Rust release blog posts.
- Improvements:
- Add a reminder for Firefox offline mode on the popup page. Fix {{ issue(id=94) }}.
- Add fallback search strategy for @crate search. Fix {{ issue(id=96) }}.
- Only open update page once a day if the auto-update is on. Fix {{ issue(id=97) }}.
- Add more useful tips for the `:help` command.
- Compress history's JSON data slightly.
- Bugfix:
- Fix the compatibility for the new style of search-index.js format. Fix {{ issue(id=106) }}.
- Fix search-index.js on-demand load mode compatiblity. See this commit [eefa192c](https://github.com/huhu/rust-search-extension/commit/eefa192c90450ac6340c3eedf2ad6c9cf1dc7f13).
- Add validation when auto index std search-index. Fix {{ issue(id=99) }}.
- Fix compatibility issue of the new const-since link in Rust docs page.
- Fix search statistics bug for [https://docs.rs/releases](https://docs.rs/releases) data.
Expand Down

0 comments on commit 5727d80

Please sign in to comment.