Skip to content

Commit

Permalink
Bump version 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 13, 2021
1 parent 5eab04b commit e2f6b31
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -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` へのリンクとして取り扱うようにした(これにより、サイドバー内の任意の位置に新しいタブを開くこと画できます)
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit e2f6b31

Please sign in to comment.