Skip to content

Releases: janstuemmel/aws-role-switch

Release 0.10.0

11 Aug 10:00
Compare
Choose a tag to compare
  • chore: update readme (2176cc5)
  • chore: remove colortranslator as dependency (#274) (2ddc660)
  • fix: update marked and marked-highlight (0eb542c)
  • fix: build script and downgrade blueprint (70287e7)
  • feat: add highlighting for code blocks (#244) (f5e4af8)
  • fix: remove build config file (#273) (a4dd637)
  • fix: remove ladle wrapper in Editor (#272) (8fac2ae)
  • Fix role_arn for IAM role with path not being picked up correctly from config (#271) (53be1f7). thx @fnkr
  • fix: Adjust chrome scrollbars to fix display issue (#241) (a19098e)
  • chore: Update esbuild and esbuild sass (#238) (5c3c509)
  • dependency updates

Release 0.9.0

17 Jun 16:20
Compare
Choose a tag to compare

This release introduces advanced configuration in aws config. Read more in docs usage.md#advanced-config

  • feat: Enhance docs for advanced config (05f409a)
  • feat: Support for advanced config with source_profiles (#231) (0757562)
  • fix: Add target_role_name to editor completions (29f1bcb)

Release 0.8.0

15 Jun 20:23
Compare
Choose a tag to compare
  • fix: Fix show non-grouped items as undefined (#229) (34b8a29)
  • chore: group renovate minor deps (69b4241)
  • feat: Add support for target_role_name and source_profile (#228) (06248fc)
  • fix: Parse hex color that does not start with "#" (#227) (8d11202)
  • Dependency updates via renovate

Release 0.7.1

12 Dec 22:50
Compare
Choose a tag to compare
  • fix: add window.close callback to open options (8ac6dd9)

Release 0.7.0

12 Dec 22:17
Compare
Choose a tag to compare
  • feat: Huge storage and performance improvements. It is now possible to store ~2000 roles. (#46) (da05878)
    • add config splitting for sync storage
    • add virtual list to render only items in popup frame (performance)
    • move config mapping and decompression to background script (performance)
    • increase compression level to 9
    • modularize popup
    • fix overlay scrollbar for chrome
  • chore: update dependencies (8178004, 949ded4, 68345cb, 6dd57de, c7cabab, 0da9562, e7d400f, c981468, cc6bf58)

Release 0.6.0

30 Nov 22:05
Compare
Choose a tag to compare
  • feat: add autocompletion (#41) (5f7edbe)
  • fix: fetchDepth for release workflow (3f8858a)

Release 0.5.2

27 Nov 23:50
Compare
Choose a tag to compare
  • fix: use callback instead of promise for getBytesInUse (firefox bug) (53289c5)
  • fix: add lightsail and health dashboards to consoleUrls (#40) (08e10ce)
  • fix: image urls in docs/screenshots (9e44986)
  • chore: enhance docs (63c45f0)

Release 0.5.1

21 Nov 21:09
Compare
Choose a tag to compare
  • fix: tabs.sendMessage error handling (#38) (8d7b61c)
  • fix: reduce popup width a bit to fit in firefox overflow menu (c53c939)

Release 0.5.0

18 Nov 09:30
Compare
Choose a tag to compare
  • fix: remove major release from workflow (3c5ce19)
  • chore: add badges to readme (fbef8e3)
  • fix: bundle after release to set correct version in manifest (f54c830)
  • fix: Replace role_arn regex (#36) (b463469)
  • Bump moment from 2.29.3 to 2.29.4 (#17) (36f3183)
  • feat: Enhance build (release-it and automatic deploy) (#37) (aa88a32)
  • feat: add funding yml (56eb518)
  • fix: enhance config mapper (b7795c9)

Release 0.4.0

14 Nov 20:24
Compare
Choose a tag to compare
  • Enhanced docs and usage guide
  • Fix sorting of groups #27
  • Add role_arn syntax #28
  • Add region handling #32