Skip to content

Commit

Permalink
Release v4.0.2 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed Nov 7, 2023
1 parent d9651fc commit 0022f89
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## 4.0.2 (2023/11/07)

- Implement fallback for displaying the role list in Firefox private browsing mode
- Fix parsing of 'role_arn' when the role name contains slashes

## 4.0.1 (2023/10/31)

- Fix the switch targets to list in the order of Simple profiles, followed by Complex target profiles
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "4.0.2",
"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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-extend-switch-roles",
"version": "4.0.1",
"version": "4.0.2",
"description": "Extend your AWS IAM switching roles by Chrome extension",
"main": "index.js",
"directories": {
Expand Down
8 changes: 7 additions & 1 deletion src/updated.html
Original file line number Diff line number Diff line change
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.1 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<h2>4.0.2 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<ul>
<li>Implement fallback for displaying the role list in Firefox private browsing mode</li>
<li>Fix parsing of 'role_arn' when the role name contains slashes</li>
</ul>

<h2>4.0.1</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>
Expand Down

0 comments on commit 0022f89

Please sign in to comment.