Releases: Nessworthy/chrome-extension-aws-quicksearch
Releases · Nessworthy/chrome-extension-aws-quicksearch
1.2.5
1.2.4
Changed
- Upload the build package as an action build artifact on release (doesn't affect the package).
- Clear dist directory before build (doesn't affect the package).
Fixed
- Correctly await for dynamic data injection during build (doesn't affect the package).
1.2.3
No package changes - purely for build process fixes.
Fixed
- Correctly add manifest file contents to the packaged ZIP file on build (doesn't affect the package).
Changed
- Rename release name and build package name (doesn't affect the package).
1.2.2
Added
- Create both unpacked and packed files during build process (doesn't affect the package).
- Leverage github actions for releases
Changed
- Changelog format changed to keepachangelog's standard.
1.2.1
Looking at bug fixes and cleanup, finally found out why the shortcuts weren't working in EC2 🙌.
Additions
- Add a security policy to the repo (doesn't affect the package).
Changes
- Stop fiddling with event cancelling during region navigation.
- Remove unused
folder-hash
npm package in the build process (doesn't affect the package).
Fixes
- Allow shortcuts to trigger in child frames (some service pages use these).
1.2.0
Breaking changes in this one - now using Alt, from Shift, and added support for a help popup.
Additions
- Add shortcut list and introductory message as a page action.
- Add shortcut to trigger account menu (Alt + P)
- Add shortcut to trigger support menu (Alt + A)
- Add Chrome store screenshots to the repo (but not the package).
- Ignore npm modules in the repo (doesn't affect the package).
- Include a signature in the manifest file on build (does not affect package functionality).
Changes
- Shortcuts no longer rely on Shift, because I now realise how dumb that is. Alt is used instead.
- Shortcut for services is now Alt + S.
- Update feature support section in readme file.
- Shortcuts removed from plugin description.
Fixes
- Correctly tear down region filter on menu closure in the new UI.
- Fix shortcuts not working on specific pages (e.g. EC2 home page).
- Use correct directory for ignoring node modules (doesn't affect the package).
1.1.0
Looking at region filter support for the old UI.
Additions
- Region filter / navigation support for the old UI.
Still a little buggy on the current region element.
Fixes
- Stop region text search / navigation from breaking on the new UI if the region dropdown list
hasn't been created yet.
1.0.2
Focus around the build pipeline. No extension changes.
Additions
- New build scripts, manifest fields now based on
package.json
.
Changes
- Extension source moved to
src/
. - Readme updated for building.
- Changelog reformatted.
- Extension size trimmed down due to addition of build scripts.
1.0.1
No changes - just README updates :-).
1.0.0
Initial release. Hello world!