File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
Version must be kept in-sync between [ ` package.json ` ] ( package.json ) and [ ` wxt.config.js ` ] ( wxt.config.ts ) .
6
6
7
7
## [ 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.
8
13
9
14
## [ 0.2.0] - 2025-09-30
10
15
- Improved the popup table for switching tabs.
Original file line number Diff line number Diff line change 67
67
"corpus" : " tsx tests/corpus-view.ts"
68
68
},
69
69
"type" : " module" ,
70
- "version" : " 0.2 .0"
70
+ "version" : " 1.0 .0"
71
71
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default defineConfig({
16
16
} ,
17
17
name : "Gitcasso" ,
18
18
permissions : [ "activeTab" ] ,
19
- version : "0.2 .0" ,
19
+ version : "1.0 .0" ,
20
20
} ,
21
21
modules : [ "@wxt-dev/webextension-polyfill" ] ,
22
22
srcDir : "src" ,
You can’t perform that action at this time.
0 commit comments