Skip to content

Releases: Nessworthy/chrome-extension-aws-quicksearch

1.2.5

28 Sep 15:19
49e58b3
Compare
Choose a tag to compare

Fixed

  • Allow shortcuts to be triggered from inside dynamically created frames.

1.2.4

25 Sep 07:58
b5daf29
Compare
Choose a tag to compare

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

21 Sep 09:21
c1dcb7e
Compare
Choose a tag to compare

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

21 Sep 08:25
ae192c8
Compare
Choose a tag to compare

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

21 Sep 07:20
1f5db30
Compare
Choose a tag to compare

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

19 Sep 22:55
7fb6e19
Compare
Choose a tag to compare

Breaking changes in this one - now using Alt, from Shift, and added support for a help popup.

image

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

17 Sep 16:19
0dffe1d
Compare
Choose a tag to compare

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

16 Sep 16:46
df7d29b
Compare
Choose a tag to compare

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

16 Sep 16:07
ec2ea33
Compare
Choose a tag to compare

No changes - just README updates :-).

1.0.0

16 Sep 16:07
165cc85
Compare
Choose a tag to compare

Initial release. Hello world!