Skip to content

Commit

Permalink
Release v4.0.1 (#322)
Browse files Browse the repository at this point in the history
* bump v4.0.1

* update release notes

* update Points to be checked
  • Loading branch information
tilfin committed Oct 31, 2023
1 parent f0c2cce commit eecd56c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Changelog
=========

## 4.0.1 (2023/10/31)

- Fix the switch targets to list in the order of Simple profiles, followed by Complex target profiles
- Shorten the process of fetching user info during the loading of the AWS Management Console page

## 4.0.0 (2023/10/22)

- Change the storage location of profile data to **IndexedDB**, removing the registration number limit
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,5 +1,5 @@
{
"version": "4.0.0",
"version": "4.0.1",
"name": "AWS Extend Switch Roles",
"description": "Extend your AWS IAM switching roles. You can set the configuration like aws config format",
"short_name": "Extend SwitchRole",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aws-extend-switch-roles",
"version": "3.0.0",
"version": "4.0.1",
"description": "Extend your AWS IAM switching roles by Chrome extension",
"main": "index.js",
"directories": {
Expand Down
7 changes: 4 additions & 3 deletions src/supporters.html
Expand Up @@ -64,9 +64,10 @@ <h2>Background</h2>
<section>
<h2>Points to be checked</h2>
<ul>
<li>It does not provide individual supports for your issues of AESR.</li>
<li>It does not grant a commercial license of AESR.</li>
<li>It does not affect the feature implementation or maintenance advantages of AESR whatsoever.</li>
<li>It does not provide individual support for issues with AESR.</li>
<li>It does not grant a commercial license for AESR.</li>
<li>It does not give supporters any advantages concerning the implementation of feature requests in AESR.</li>
<li>However, special features or enhancements may be offered exclusively to supporters of AESR.</li>
</ul>
</section>

Expand Down
10 changes: 8 additions & 2 deletions src/updated.html
Expand Up @@ -72,7 +72,13 @@ <h3>'Sign-in endpoint in current region' setting (Experimental, Supporters only)

<hr style="margin:18px 0">

<h2>4.0.0 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<h2>4.0.1 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<ul>
<li>Fix the switch targets to list in the order of Simple profiles, followed by Complex target profiles</li>
<li>Shorten the process of fetching user info during the loading of the AWS Management Console page</li>
</ul>

<h2>4.0.0</h2>
<ul>
<li>Change the storage location of profile data to <b>IndexedDB</b>, removing the registration number limit</li>
<li>Update the host specification for the AWS Management Console</li>
Expand Down Expand Up @@ -108,7 +114,7 @@ <h2>Recommended customization (only Chrome)</h2>
<li>Click <b>Details</b> button of this extension.</li>
<li>See <b>Site access</b>.</li>
<li>Set <b>Automatically allow access on the following sites</b> off.</li>
<li>Set <b>https://*.console.aws.amazon.com/*</b> and <b>https://phd.aws.amazon.com/*</b> on.</li>
<li>Set <b>https://*.console.aws.amazon.com/*</b>, <b>https://health.aws.amazon.com/*</b> and <b>https://phd.aws.amazon.com/*</b> on.</li>
</ol>
</section>
</body>
Expand Down

0 comments on commit eecd56c

Please sign in to comment.