Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.0.2 #328

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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