- Re-implemented
object-dispatch- Optimized logic and performance than previous one
- Updated message handling
- Support asynchronous message
- Support
Promisewrapper for message - Read Wiki:Message for more informations
- Improved performance
- Reduced unnecessary spread syntax usage
- Removed duplicated action involving spread syntax when parsing all tasks in
Task Manager - Optimized
UndoandRedobutton logic inOptions - Don't create
MatchPatternelement when switch back from JSON-RPC's options
- Fixed #108
- If JSON-RPC's setting is not connectable on initiation
- It will break the extension and can't be fixed on user's side
- Thanks @candrapersada for reporting the issue
- Fixed potential error when handling
Capture Web Request- Firefox only
- Changed task options workflow for
Task Manager- Use
💾to save modified options, include files 💾is hidden if there are no changes made- All changes will be discarded if you click
⚙️to close task details
- Use
- Reverted
⚙️and♻️workflow forTask Manager- Always query files and options from JSON-RPC
- This will ensure infomations are up-to-date
- Open
Detected ImagesorNew Downloadwill always refresh the popup window - Better code style
- Updated css
- It will show
2lines at least, or5lines at most for MatchPatterns - Now the height of
selectwill match other elements - Use vairables for
Darkmode
- It will show
- Updatd i18n
- Cleaned up useless codes