Skip to content

Commit 2a9d6a2

Browse files
committed
Bump version to 4.1.1
1 parent 669df8b commit 2a9d6a2

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 4.1.1 (2025.1.10)
5+
* Switch UI direction on RTL environments (using language with right-to-left direction, like Arabian.)
46
- 4.1.0 (2024.12.25)
57
* Reconstruct UI of the bookmarks creation dialog to simulate behaviors of the native one more.
68
* Add ability to simulate tab preview panel on vertical tabs (requires the permission to run arbitrary scripts on webpages, aka "Access yuor data for all websites.")

history.ja.md

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

33
- master/HEAD
4+
- 4.1.1 (2025.1.10)
5+
* RTLの環境(アラビア語など、書字方向が右から左の言語の環境)でUIの方向を切り替えるようにした
46
- 4.1.0 (2024.12.25)
57
* ブックマーク作成ダイアログを再実装し、Firefoxネイティブのダイアログに近い機能を提供するようにした
68
* サイドバー上でのタブのプレビュー表示を再現できるようにした(Webページ上での任意のスクリプトの実行を許可する権限、あるいは「すべてのWebサイトの保存されたデータへのアクセス」権限が必要)

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": "4.1.0",
4+
"version": "4.1.1",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)