Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jul 29, 2023
1 parent 451626c commit 31fafe8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ifpcmhciihicaljnhgobnhoehoabidhd.svg)
![Mozilla Add-on](https://img.shields.io/amo/v/c-c-search-extension?color=%2320123A)
![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v0.2.0-1D4F8C)
![Microsoft Edge](https://img.shields.io/badge/microsoft--edge-v0.4.0-1D4F8C)
[![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-blue.svg)](https://github.com/huhu/cpp-search-extension/blob/master/LICENSE)
[![Discord](https://img.shields.io/discord/711895914494558250?label=chat&logo=discord)](https://discord.gg/xucZNVd)
Expand Down
8 changes: 8 additions & 0 deletions docs/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ description = "Changelog"
weight = 3
+++


# v0.4 - 2023-07-29

- Update to last cppreference.com docs
- Add options page to configure offline docs path
- Migrate to latest jsonnet
- Add index generating tools

# v0.3 - 2022-06-02

- Migrate from `localStorage` to `chrome.storage` API. The new `storage` permission is required.
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3 class="text" style="text-align: center;">
<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/cpp-search-extension/releases">
Current version 0.3.0
Current version 0.4.0
</a>
<a class="btn-download chrome"
href="https://chrome.google.com/webstore/detail/cc++-search-extension/ifpcmhciihicaljnhgobnhoehoabidhd"
Expand Down
2 changes: 1 addition & 1 deletion manifest.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local icons() = {
};

local name = 'C/C++ Search Extension';
local version = '0.3.1';
local version = '0.4.0';
local keyword = 'cc';
local description = 'The ultimate search extension for C/C++';

Expand Down

0 comments on commit 31fafe8

Please sign in to comment.