Skip to content

Commit 0e2d800

Browse files
committed
Publish 1.0.0.
1 parent aad9b27 commit 0e2d800

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
Version must be kept in-sync between [`package.json`](package.json) and [`wxt.config.js`](wxt.config.ts).
66

77
## [Unreleased]
8+
## [1.0.0] - 2025-10-02
9+
- Fix html escaping inside single-tick and double-tick code blocks.
10+
- Add syntax highlighting for github-style #number.
11+
- Add syntax highlighting for html tags (such as `<img>` or `<details>`).
12+
- Fix sync issues for things like images being dragged onto a GitHub textrea.
813

914
## [0.2.0] - 2025-09-30
1015
- Improved the popup table for switching tabs.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@
6767
"corpus": "tsx tests/corpus-view.ts"
6868
},
6969
"type": "module",
70-
"version": "0.2.0"
70+
"version": "1.0.0"
7171
}

wxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616
},
1717
name: "Gitcasso",
1818
permissions: ["activeTab"],
19-
version: "0.2.0",
19+
version: "1.0.0",
2020
},
2121
modules: ["@wxt-dev/webextension-polyfill"],
2222
srcDir: "src",

0 commit comments

Comments
 (0)