Skip to content

Commit ab635d6

Browse files
committed
Bump version to 3.8.26
1 parent ea2e9dc commit ab635d6

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

history.en.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# History
22

33
- master/HEAD
4+
- 3.8.26 (2022.7.15)
5+
* Make some user styles written for old versions of TST effective. See [the related issue](https://github.com/piroor/treestyletab/issues/3153) also for more details.
6+
* Prevent zoom-in/out by pinch-in/out on macOS.
7+
* Add a secret option `enableWorkaroundForBug1763420_reloadMaskImage` for an ability to deactivate a workaround for the [missing icons problem](https://github.com/piroor/treestyletab/issues/3142).
8+
* Update `ru` locale by [wvxwxvw](https://github.com/wvxwxvw). Thanks!
49
- 3.8.25 (2022.7.8)
510
* Restructure options about new tabs behavior to make more understandable.
611
* Introduce workaround for [missing icons problem](https://github.com/piroor/treestyletab/issues/3142).

history.ja.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 3.8.26 (2022.7.15)
5+
* 古いバージョンのTST向けに書かれたユーザースタイル定義が機能しない場合がある問題に対処(詳細は[関連issue](https://github.com/piroor/treestyletab/issues/3153)を参照)
6+
* macOSでのピンチイン・アウト操作でサイドバーの内容がズームされないようにした
7+
* [アイコンが消える問題](https://github.com/piroor/treestyletab/issues/3142)に対する回避策を無効化するための隠し設定 `enableWorkaroundForBug1763420_reloadMaskImage` を追加
8+
* `ru`ロケール更新(by [wvxwxvw](https://github.com/wvxwxvw), thanks!)
49
- 3.8.25 (2022.7.8)
510
* より動作が分かりやすくなるように、新しいタブの振る舞いに関する設定UIの構成を見直した
611
* [アイコンが消える問題](https://github.com/piroor/treestyletab/issues/3142)に対する回避策を導入

webextensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "3.8.25",
4+
"version": "3.8.26",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)