feat: update extension changelog and disabled-site management#82
feat: update extension changelog and disabled-site management#82hoangsvit wants to merge 29 commits into
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Thank you for creating this pull request and helping make the project better. We will review / merge it when we are online. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Approved by @eplus-bot after all pull request checks passed. Approval refresh: #6 CI run: https://github.com/ePlus-DEV/gmail-alias-toolkit/actions/runs/30054501619 |
eplus-bot
left a comment
There was a problem hiding this comment.
Approved by @eplus-bot after all pull request checks passed.
CI run: https://github.com/ePlus-DEV/gmail-alias-toolkit/actions/runs/30029182613
eplus-bot
left a comment
There was a problem hiding this comment.
Approved by @eplus-bot after all pull request checks passed.
CI run: https://github.com/ePlus-DEV/gmail-alias-toolkit/actions/runs/30029379139
eplus-bot
left a comment
There was a problem hiding this comment.
Approved by @eplus-bot after all pull request checks passed.
CI run: https://github.com/ePlus-DEV/gmail-alias-toolkit/actions/runs/30053878841
eplus-bot
left a comment
There was a problem hiding this comment.
Approved by @eplus-bot after all pull request checks passed.
CI run: https://github.com/ePlus-DEV/gmail-alias-toolkit/actions/runs/30053996725
eplus-bot
left a comment
There was a problem hiding this comment.
Approved by @eplus-bot after all pull request checks passed.
CI run: https://github.com/ePlus-DEV/gmail-alias-toolkit/actions/runs/30054384617
eplus-bot
left a comment
There was a problem hiding this comment.
Approved by @eplus-bot after all pull request checks passed.
CI run: https://github.com/ePlus-DEV/gmail-alias-toolkit/actions/runs/30054501619
Summary
CHANGELOG.md;/webversion from the latest published GitHub Release at build time;Version handling
The extension and website now use the appropriate source for their context:
browser.runtime.getManifest().version;src/version.tsfalls back to the rootpackage.jsonversion;/webVite build requests GitHubreleases/latest, normalizes tags such asv1.3.2, and injects that published version intoAPP_VERSION;GITHUB_TOKENto avoid public API rate limits.Version strings inside the in-extension changelog remain intentional historical release data.
web/package.jsonremains the private web workspace package version and is not used as the extension version.Disabled-site behavior
The previous list only used a fixed-height scroll container, so every stored site was still rendered. The new panel:
Testing
Notes
CHANGELOG.mdis intentionally unchanged.