- Allow shortcuts to be triggered from inside dynamically created frames.
- 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).
- Correctly await for dynamic data injection during build (doesn't affect the package).
No package changes - purely for build process fixes.
- Correctly add manifest file contents to the packaged ZIP file on build (doesn't affect the package).
- Rename release name and build package name (doesn't affect the package).
- Create both unpacked and packed files during build process (doesn't affect the package).
- Leverage github actions for releases
- Changelog format changed to keepachangelog's standard.
Looking at bug fixes and cleanup, finally found out why the shortcuts weren't working in EC2 🙌.
- Add a security policy to the repo (doesn't affect the package).
- Stop fiddling with event cancelling during region navigation.
- Remove unused
folder-hash
npm package in the build process (doesn't affect the package).
- Allow shortcuts to trigger in child frames (some service pages use these).
Breaking changes in this one - now using Alt, from Shift, and added support for a help popup.
- 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).
- Shortcuts no longer rely on Shift, because I now realise how dumb it is. Alt is used instead.
- Shortcut for services is now Alt + S.
- Update feature support section in readme file.
- Shortcuts removed from plugin description.
- 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).
Looking at region filter support for the old UI.
- Region filter / navigation support for the old UI. It's still a little buggy on the current region element.
- Stop region text search / navigation from breaking on the new UI if the region dropdown list hasn't been created yet.
Focus around the build pipeline. No extension changes.
- New build scripts, manifest fields now based on
package.json
.
- Extension source moved to
src/
. - Readme updated for building.
- Changelog reformatted.
- Extension size trimmed down due to addition of build scripts.
No changes - just README updates :-).
Initial release. Hello world!