Skip to content

Commit

Permalink
bump v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed Jan 30, 2022
1 parent 117a6ac commit 68d5066
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## 2.3.1 (2022/01/30)

- Fix that 'Sign-in endpoint in current region' breaks a switch role on some page like Chatbot
- Fix that the icon's background becomes gray if it is transparent

## 2.3.0 (2022/01/11)

- Implement 'Sign-in endpoint in current region' setting (Experimental, Supporters only)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2021 Toshimitsu Takahashi (Tilfin Ltd.)
Copyright (c) 2016-2022 Toshimitsu Takahashi (Tilfin Ltd.)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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": "2.3.0",
"version": "2.3.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
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": "2.3.0",
"version": "2.3.1",
"description": "Extend your AWS IAM switching roles by Chrome extension",
"main": "index.js",
"directories": {
Expand Down
27 changes: 20 additions & 7 deletions updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
margin: 0;
}
a { text-decoration: none }
h1, h2, p { margin: .5em 0 }
h1, h2, h3, p { margin: .5em 0 }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
section { margin: 20px 0 }
code {
color: #222;
Expand All @@ -30,16 +31,28 @@
<h1 style="margin:0">AWS Extend Switch Roles - Update Notice</h1>

<section>
<h2>2.3.0 &nbsp;<span style="color: rgb(221, 63, 0)">New version!</span></h2>
<h2 style="color:#0099f2">Recent main updates</h2>
<h3>'Sign-in endpoint in current region' setting (Experimental, Supporters only)</h3>
<p>
The 'Switch role' requests to the sign-in endpoint in the current region instead of <i>signin.aws.amazon.com</i> when you browse a non-global page in AWS Management Console.
For those working geographically far from Virginia, the switch roll may be a little faster.
</p>

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

<h2>2.3.1 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<ul>
<li>Fix that 'Sign-in endpoint in current region' breaks a switch role on some page like Chatbot</li>
<li>Fix that the icon's background becomes gray if it is transparent</li>
</ul>

<h2>2.3.0</h2>
<ul>
<li><b>Implement 'Sign-in endpoint in current region' setting (Experimental, Supporters only)</b><br>
The 'Switch role' requests to the sign-in endpoint in the current region instead of <i>signin.aws.amazon.com</i> when you browse a non-global page in AWS Management Console.
For those working geographically far from Virginia, the switch roll may be a little faster.
</li>
<li><b>Implement 'Sign-in endpoint in current region' setting (Experimental, Supporters only)</b></li>
<li>Fix how to get sign-in endpoint from AWS Console page</li>
<li>Fix that switching sometimes fails on new experience pages</li>
</ul>
<hr>

<h2>2.2.0</h2>
<ul>
<li><b>Support 'role_name' parameter that expresses the name of role at login, on base account</b></li>
Expand Down

0 comments on commit 68d5066

Please sign in to comment.