Skip to content

Commit aa95bb5

Browse files
authored
chore: update changelog (#244)
1 parent d6ffb95 commit aa95bb5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

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+
319
## v2.0.2
420

521
### Fix Bugs

wxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export type Command = keyof typeof commands;
2525
export default defineConfig({
2626
extensionApi: "chrome",
2727
manifest: {
28-
version: "2.0.2",
28+
version: "2.1.0",
2929
name: "__MSG_extName__",
3030
description: "__MSG_extDescription__",
3131
permissions: ["contextMenus", "storage"],

0 commit comments

Comments
 (0)