File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.1.0
4
+
5
+ ### Features
6
+
7
+ - Add language switcher to the Options page.
8
+ - Allows turning off the "Page is too large" warning.
9
+ - Allows use of this extension on http sites.
10
+ - Allows kanji and furigana on the page to be colored together.
11
+ - Allow sites to be excluded from auto mode.
12
+ - Set settings page as homepage.
13
+
14
+ ### Fix Bugs
15
+
16
+ - Complete the missing i18n translation of the page.
17
+ - 1024px width screen, a scroll bar appears on the x-axis.
18
+
3
19
## v2.0.2
4
20
5
21
### Fix Bugs
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export type Command = keyof typeof commands;
25
25
export default defineConfig ( {
26
26
extensionApi : "chrome" ,
27
27
manifest : {
28
- version : "2.0.2 " ,
28
+ version : "2.1.0 " ,
29
29
name : "__MSG_extName__" ,
30
30
description : "__MSG_extDescription__" ,
31
31
permissions : [ "contextMenus" , "storage" ] ,
You can’t perform that action at this time.
0 commit comments