Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [Unreleased]

### Added
- Non-blocking tab navigation: switching tabs within the extension popup no longer aborts ongoing translation or chat tasks, allowing concurrent executions to complete in the background.

## [3.6.0] - 2026-06-29

### Changed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

## Features

- **Background Execution**: Translation, polishing, dictionary, and chat requests run in a background service worker. Switching tabs or closing the popup will not interrupt active operations, and finished results are automatically saved to your history.
- **Translation**: Translate between Chinese, English, Japanese, and Korean. Auto-detects source language.
- **Text Polishing**: Polish text and explain changes in Chinese.
- **Dictionary**: Definitions, parts of speech, root/affix analysis, and bilingual example sentences.
Expand Down
Loading