-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix][bump version to 3.1.4]: resolved the extension dysfunctioning when user navigates from /new
page to /chat/*
page without refreshing
#52
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…navigation to ensure the extension is always ready - Fix feature cleanup and reinitialization process - Add proper cleanup for mutation observer - Add background script for better navigation handling
- Add markdownlint-disable MD024 to allow duplicate headings - Move Chrome extension changelog to main changelog - Add latest changes for feature cleanup and navigation fixes
- Add robust semver validation - Implement automatic version increment - Add pre-release version support - Improve error handling - Update CHANGELOG.md
chore: bump version test
# Conflicts: # extensions/chrome/package.json # extensions/chrome/public/manifest.json
this fix ensures the extension is always working and ready whenever the user has the thinking block on the page regardless of the route changes |
users should now be able to toggle the thinking block whenever they want including page routing or the response is streaming |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Navigation Issue Resolution and CI Workflow Improvements
Overview
This PR addresses several critical issues in the Chrome extension's navigation handling and improves the CI workflow for version management.
Key Changes
Navigation Fixes
CI/GitHub Actions Improvements
Version Management
Testing
Documentation
Changelog
extensions/CHANGELOG.md
has been updated to reflect these changes.