File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/content_scripts/default Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
1616
1717### Changed
1818
19+ - [ 全環境] デフォルト設定で、フォローモードをオンにするときに、自動でアクティビティタブに飛ぶように変更 [ #63 ] ( https://github.com/JichouP/Better-traQ/issues/63 )
1920- [ 全環境] チャンネルフィルターにフォーカスして、現在のチャンネルを入力するとき、最後に / を付ける [ #61 ] ( https://github.com/JichouP/Better-traQ/issues/61 )
2021- [ 全環境] 条件の名前を変更 [ #51 ] ( https://github.com/JichouP/Better-traQ/issues/51 ) [ #60 ] ( https://github.com/JichouP/Better-traQ/issues/60 )
2122 - ` homeChannelExists ` → ` existHomeChannel `
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ const defaultTasks: Task[] = [
253253 ] ,
254254 actions : [
255255 'scrollTopOfNavigationBar' ,
256+ 'clickNavigationSelectorActivityTab' ,
256257 'toggleNavigationBarActivityFollowMode' ,
257258 ] ,
258259 } ,
You can’t perform that action at this time.
0 commit comments