Version 1.2.0: Support Import/Export #31
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to improve the functionality and compatibility of the Proxyverse project. The changes include updates to the build workflow, support for Firefox, and enhancements to the localization and error handling.
Build Workflow Improvements:
.github/workflows/build.yml: Updated the build workflow to include steps for building and packaging Chrome and Firefox extensions, and added a new job for publishing on Firefox. [1] [2]Firefox Support:
package.json: Added a new build script for Firefox and updated dependencies to include Firefox-specific packages. [1] [2]README.md: Marked Firefox support as completed and added a download link for Firefox.Localization Enhancements:
public/_locales/en/messages.json,public/_locales/pt_BR/messages.json,public/_locales/zh_CN/messages.json,public/_locales/zh_TW/messages.json: Added new localization messages for error handling and Firefox-specific messages. [1] [2] [3] [4]Error Handling:
src/App.vue: Added error handling logic to display a modal with error messages when an error occurs.src/adapters/base.ts: Updated theBaseAdapterclass to include a method for returning error messages in HTML format.Configuration and Permissions:
manifest.json: Reformatted permissions for better readability..env: Added Sentry DSN for error tracking.