From e2f6b3118ba799e50b54320a007e8813fdd469c0 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Sun, 13 Jun 2021 20:07:25 +0900 Subject: [PATCH] Bump version 3.8.3 --- README.md | 1 - history.en.md | 4 ++++ history.ja.md | 4 ++++ webextensions/manifest.json | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17b4cd508..87b537e1f 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,6 @@ If you need any new API, please file API proposals to the issue tracker. * `widget.content.gtk-theme-override`=unset (default) * TST's options (pattern 1, using "Proton" theme) * "Appearance" => "Theme" => "Proton" (default) - * *"Advanced" => "Extra style rules..." => paste [lines for a bright theme](https://github.com/piroor/treestyletab/blob/180b6fa502587a3528af7f2e4f4671aca58d244a/webextensions/sidebar/styles/proton/proton.css#L72-L113) or [lines for a dark theme](https://github.com/piroor/treestyletab/blob/180b6fa502587a3528af7f2e4f4671aca58d244a/webextensions/sidebar/styles/proton/proton.css#L72-L97) (not default)* * "Development" => "Color scheme" => "System Color" (default) * TST's options (pattern 1b, using "Photon" theme) * "Appearance" => "Theme" => "Photon" (default) diff --git a/history.en.md b/history.en.md index b61b358a6..55320b94d 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,10 @@ # History - master/HEAD + - 3.8.3 (2021.6.13) + * Recontstruct "Proton" theme for better compatibility with Firefox's themes, dark mode of the platform, and GTK theme. + * Avoid needless 1sec delay of confirmation dialogs. + * Update `ru` locale by [wvxwxvw](https://github.com/wvxwxvw). Thanks! - 3.8.2 (2021.6.11) * More natural appearance of the theme "Proton" matching to Firefox's Proton theme. * The new tab button is now draggable as a link to the URI `about:newtab`, with the Shift key. This means that you can open a new tab at arbitrary position in the sidebar via drag and drop. diff --git a/history.ja.md b/history.ja.md index 58623bcdd..263d74066 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,10 @@ # 更新履歴 - master/HEAD + - 3.8.3 (2021.6.13) + * Firefoxのテーマ、システムのDarkモード、GTKのテーマとより互換性が高くなるようにProtonテーマを作り直した + * ダイアログの操作で無駄に1秒待たされる問題を修正 + * `ru`ロケール更新(by [wvxwxvw](https://github.com/wvxwxvw), thanks!) - 3.8.2 (2021.6.11) * "Proton"テーマの外観を、よりFirefoxの物に近くなるようにした * 「新しいタブ」ボタンをShift-ドラッグで `about:newtab` へのリンクとして取り扱うようにした(これにより、サイドバー内の任意の位置に新しいタブを開くこと画できます) diff --git a/webextensions/manifest.json b/webextensions/manifest.json index e2541d8ca..9b2420ab0 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.8.2", + "version": "3.8.3", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [