File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ The original source code can be found at: https://github.com/c-rainbow/twitch-au
1010
1111
1212Release notes
13+ v0.5.0 (2022-07-06)
14+ - Radio mode can now be played 20 minutes after the stream is loaded.
15+ - Code refactors
16+ - Updated to manifest 3
17+
1318v0.4.0 (2022-05-07)
1419- Hotfix: Twitch's DOM change made the radio mode button invisible
1520- Tooltip messages are back
Original file line number Diff line number Diff line change 88
99
1010Release notes
11+ v0.5.0 (2022-07-06)
12+ - 스트리머의 채널 페이지를 연 지 20분이 지나도 라디오모드가 실행 가능합니다.
13+ - 코드 리팩터를 하였습니다.
14+ - manifest v3으로 업데이트하였습니다.
15+
16+ v0.4.0 (2022-05-07)
17+ - 트위치의 DOM 변경으로 인해 라디오모드 버튼이 보이지 않는 버그를 수정하였습니다.
18+ - 툴팁 메세지가 복구되었습니다.
19+ - 문제가 있을 시 페이지를 새로고침하라는 안내를 툴팁에 넣었습니다.
20+ - 모든 의존성 패키지를 업데이트하였습니다.
21+
1122v0.3.1 (2021-05-17)
1223- Hotfix: 최근 트위치의 CSS 변경으로 인하여 라디오 모드 버튼의 툴팁 메세지가 항상 보이게 되는 버그가 생겼습니다. 일단은 모든 툴팁 메세지를 삭제하였습니다
1324
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
33 "name" : " __MSG_EXT_NAME__" ,
4- "version" : " 0.8 .0" ,
4+ "version" : " 0.5 .0" ,
55
66 "action" : {
77 "default_popup" : " popup/popup.html"
You can’t perform that action at this time.
0 commit comments