Skip to content

Commit 1274dc7

Browse files
committed
Release v6.1.0 (#397)
1 parent b4fcbca commit 1274dc7

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
## 6.1.0 (2024-12-14)
5+
6+
- Add comprehensive keyboard navigation support for the popup interface (thanks to @aaronsuns)
7+
48
## 6.0.3 (2025-11-17)
59

610
- Fix an issue where role switching failed in AWS GovCloud and China region (thanks to @harveymonster)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.0.3",
2+
"version": "6.1.0",
33
"name": "AWS Extend Switch Roles",
44
"description": "Extend your AWS IAM switching roles. You can set the configuration like aws config format",
55
"short_name": "Extend SwitchRole",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-extend-switch-roles",
3-
"version": "6.0.3",
3+
"version": "6.1.0",
44
"description": "Extend your AWS IAM switching roles by Chrome extension",
55
"main": "index.js",
66
"directories": {

src/updated.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,12 @@ <h3>'Automatic tab grouping for multi-session' setting (Experimental, Supporters
7474

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

77-
<h2>6.0.3 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
77+
<h2>6.1.0 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
78+
<ul>
79+
<li>Add comprehensive keyboard navigation support for the popup interface</li>
80+
</ul>
81+
82+
<h2>6.0.3</h2>
7883
<ul>
7984
<li>Fix an issue where role switching failed in AWS GovCloud and China region</li>
8085
<li>Fix a potential internal storage corruption when configuration validation fails</li>

0 commit comments

Comments
 (0)