File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ https://github.com/tumuyan/Tree-Style-History/issues/1
56
56
57
57
## Changlog
58
58
59
+
60
+ 3.1.12 (2022/06/23) 增加功能:在弹窗中显示最近浏览的标签页,快速切换标签页; 优化功能(弹窗中的最近关闭的标签页):数据改为从Chrome API获取,点击改为恢复会话而不是打开网页,关闭窗口显示一笔记录点击时可以直接恢复窗口
61
+
59
62
3.1.11 (2022/06/11) 修改选项:自定义点击图标后的动作;调整右键菜单的文本,增加是否显示右键菜单的开关(#15 )
60
63
61
64
3.1.10 (2022/06/10) 增加功能:在树状历史中点击链接时,如果已经有此网址对应的标签页,则跳转到已经打开的页面,而不新打开页面(另外在测试时发现浏览器要求升级manifest_version,试了试不太能轻松搞定,希望有朋友来帮忙完成更新!)
Original file line number Diff line number Diff line change 2
2
"name" : " __MSG_name__" ,
3
3
"short_name" : " Tree Style History" ,
4
4
"author" : " Tumuyan" ,
5
- "version" : " 3.1.11 " ,
5
+ "version" : " 3.1.12 " ,
6
6
"update_url" : " https://edge.microsoft.com/extensionwebstorebase/v1/crx" ,
7
7
"manifest_version" : 2 ,
8
8
"minimum_chrome_version" : " 22.0" ,
Original file line number Diff line number Diff line change 1
1
// Version
2
2
3
3
function getVersion ( ) {
4
- return '3.1.11 ' ;
4
+ return '3.1.12 ' ;
5
5
}
6
6
7
7
You can’t perform that action at this time.
0 commit comments