From 68d5066dfd78602559a9f19f430b180e2ed306df Mon Sep 17 00:00:00 2001 From: Toshimitsu Takahashi Date: Sun, 30 Jan 2022 15:02:56 +0900 Subject: [PATCH] bump v2.3.1 --- CHANGELOG.md | 5 +++++ LICENSE | 2 +- manifest.json | 2 +- package.json | 2 +- updated.html | 27 ++++++++++++++++++++------- 5 files changed, 28 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0d528..cecb708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/LICENSE b/LICENSE index 1c620bf..86d87e9 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/manifest.json b/manifest.json index 5d8f7c8..6d501dd 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 0924cd1..c48aa79 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/updated.html b/updated.html index ffe311f..834ba6c 100644 --- a/updated.html +++ b/updated.html @@ -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; @@ -30,16 +31,28 @@

AWS Extend Switch Roles - Update Notice

-

2.3.0  New version!

+

Recent main updates

+

'Sign-in endpoint in current region' setting (Experimental, Supporters only)

+

+ The 'Switch role' requests to the sign-in endpoint in the current region instead of signin.aws.amazon.com 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. +

+ +
+ +

2.3.1 New version!

+ + +

2.3.0

-
+

2.2.0