Releases: rkoval/alfred-aws-console-services-workflow
v6.0.0
Changes
Important
This release is now signed with Apple's most recent notarytool
standard, which is a different process from before. Please let me know if you encounter issues when installing this new version!
User-facing
- Updated sub/services for ECS
- Updated sub/services for ECR
- Updated endpoints for Glue (resolves #56)
- Updated ElasticSearch Service URLs to point to new OpenSearch Service URLs and added new links (resolves #62)
- Added app runner services (resolves #66)
- Updated S3 to not have global region (resolves #67)
- Fixed region query param not always being appended to services (saves a redirect)
Internal
- Upgraded go version for development (1.19 -> 1.22)
- Updated package signing/notarizing process to use latest Apple standard
v5.2.1
v5.2.0
EDIT: THIS RELEASE WAS NOT COMPATIBLE WITH INTEL-BASED MACS. Please install 5.2.1 or later instead if you are on that architecture
Please ignore the .alfredworkflow file attached to this release. The .zip file is the only one you should care about! (I am trying to see if this fixes the auto-updater from this comment)
Changes
User-facing
- Added CloudShell
- Added AWS Resource Explorer
Internal
- Upgraded go version for development
v5.1.0
v5.0.1
v5.0.0
Another major release here! Lots of goodies in this one. The most noteworthy change is that this workflow is now properly signed and notarized for macOS Gatekeeper! As a result, you should no longer need the security exception in macOS Developer Tools settings for this specific workflow. 🔐
For more details on the rest of the changes, see the list below. Thanks again for using this workflow! Please consider donating if you are enjoying using it!
Changes
User-facing
- BREAKING: Many top-level service URLs no longer go to their marketing landing page, as that feels not actually useful. Instead, where possible, links will default to the first sub-service available for navigation
- BREAKING: The
ALRED_AWS_CONSOLE_SERVICES_WORKFLOW_AWS_CONSOLE_DOMAIN
env var has been renamed toALFRED_AWS_CONSOLE_SERVICES_WORKFLOW_AWS_CONSOLE_DOMAIN
to fix a typo/misspelling (ALRED
was missing anF
. pressF
to pay respects). The workflow will now error if you attempt to use the previously misspelled version - Added proper signing and notarizing of workflow for macOS Gatekeeper (resolves #39)
- Added region query param to generated links so that AWS does not need to redirect you when the link opens in your browser. This results in page load speedups across the board—some of which are substantial (>2-3 seconds) (resolves #42)
- Added support for US Gov domains. if your profile is configured to use a
us-gov-
* region, the workflow will now open URLs with the appropriate domain without requiring an explicitALFRED_AWS_CONSOLE_SERVICES_WORKFLOW_AWS_CONSOLE_DOMAIN
(resolves #43) - Added hundreds of sub-services across dozens of services. Check console-services.yml for more details
- Removed some obsolete services
v4.8.1
v4.8.0
Changes
User-facing
- Added profile override on a single query basis. You can utilize this by typing
@
in your query. This delimiter is customizeable; see README diff for more details - Added current version display to "Update available" banner for easier version comparisons
- Added donation link :3
v4.7.0
v4.6.0
Changes
User-facing
- Added region override on a single query basis. You can utilize this by typing
$
in your query. This delimiter is customizeable; see README diff for more details (resolves #37) - Added much better handling of tab autocomplete throughout the workflow
- Added
arn:
matching to remaining searchers. These searchers will query based onarn
s with this prefix if the query starts witharn:
Internal
- Reworked parser logic to better enable new tokens in the future (like profile override... stay tuned)