Skip to content

Commit b38a962

Browse files
committed
Updated manifest and release notes for v0.5.0
1 parent 156b61c commit b38a962

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.webstore/descriptions/en.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The original source code can be found at: https://github.com/c-rainbow/twitch-au
1010

1111

1212
Release 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+
1318
v0.4.0 (2022-05-07)
1419
- Hotfix: Twitch's DOM change made the radio mode button invisible
1520
- Tooltip messages are back

.webstore/descriptions/ko.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99

1010
Release 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+
1122
v0.3.1 (2021-05-17)
1223
- Hotfix: 최근 트위치의 CSS 변경으로 인하여 라디오 모드 버튼의 툴팁 메세지가 항상 보이게 되는 버그가 생겼습니다. 일단은 모든 툴팁 메세지를 삭제하였습니다
1324

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)