Twitch Live Channels의 버전 기록 - 25개 버전
Twitch Live Channels 제작자: samy
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.0.24
2025년 3월 13일에 출시 - 61.17 KBfirefox 58.0 이상에서 작동Features- Changed the notifications format.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 1.0.23
2024년 11월 8일에 출시 - 61.13 KBfirefox 58.0 이상에서 작동Features
- Changed the chat button's tooltip style to match Twitch's
- Disabled text selection for the whole UI.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.22
2024년 4월 23일에 출시 - 61.62 KBfirefox 48.0 이상에서 작동Features
- Add a custom `disabled` style for the checkboxes and theme select element.
- When the user is not loggedin, don't display any numbers in the badge to avoid confusion.
- Removed unnecessary request to storage.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.21
2024년 4월 22일에 출시 - 61.54 KBfirefox 48.0 이상에서 작동Features
- Changed the style of checkboxes in the settings window
- Changed the the style of the theme selection box in the settings window
- Better handling of settings mutation for unauthenticated usersGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.20
2024년 4월 21일에 출시 - 61.04 KBfirefox 48.0 이상에서 작동Features:
- Enhanced the style of the theme selection box.
- Added the ability to toggle the popup and notification checkboxes by clicking on their label.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.19
2024년 4월 16일에 출시 - 61.92 KBfirefox 48.0 이상에서 작동- Removed the Save button. Now settings are saved automatically.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.18
2024년 4월 16일에 출시 - 62.2 KBfirefox 48.0 이상에서 작동- Fixed an issue relating to browser caching.
- Optimization: increased the maximum number of items fetched per request from 20 to 100 (which is the maximum possible value).GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.17
2022년 12월 6일에 출시 - 60.65 KBfirefox 48.0 이상에서 작동- Using HTML <template> to create the stream elements.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.16
2022년 5월 1일에 출시 - 60.66 KBfirefox 48.0 이상에서 작동bug fix:- clicking on the viewer count (number & red logo) would not open
the stream
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
- clicking on the viewer count (number & red logo) would not open
버전 1.0.15
2022년 4월 23일에 출시 - 60.63 KBfirefox 48.0 이상에서 작동Fix:- Instead of verifying if the access_token is valid every time the options are open, we just check if the user is loggedin
- Display the right message in the popup when the token expires/invalid.
- Only show the update button when the user is logged in.
- Changed the text color of the #nostream div in the dark theme to be more
visible. - In the updateLiveChannels() function if the user is not logged in, fail
right away with an informative error message.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.14
2022년 4월 8일에 출시 - 60.67 KBfirefox 48.0 이상에서 작동Bug fix: clicking on the channel's logo in the popup would not open the streams.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.13
2022년 4월 4일에 출시 - 60.65 KBfirefox 48.0 이상에서 작동- Code refactor and reformat.
- Handle invalid tokens correctly.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.12
2022년 3월 24일에 출시 - 60.79 KBfirefox 48.0 이상에서 작동Changes:- Handle the case where sometimes the `user_name` is empty for the fault of the twitch API (https://github.com/twitchdev/issues/issues/500), which causes false positives in the notifications.
- Refactored code.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.11
2022년 3월 23일에 출시 - 60.71 KBfirefox 48.0 이상에서 작동Bug fix:- update the UI correctly when fetching an update in the background.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.10
2022년 3월 23일에 출시 - 60.63 KBfirefox 48.0 이상에서 작동Bug fix:- When fetching an update, handle it correctly when there are no channels live.
- When the UI is updated via the updateBtn and there are no channels currently live, make sure to display correctly the #nostream div.
- Fixed a typo that caused a bug when fetching #nostream div content from the translation files.
- Modified the #nostream div style to work both when the extension is pinned to the Overflow Menu and when it's not.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.9
2022년 3월 22일에 출시 - 60.58 KBfirefox 48.0 이상에서 작동* Fixed broken UI when the extension is pinned to the Overflow Menu.
* Reduced permissions.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.8
2022년 3월 22일에 출시 - 60.7 KBfirefox 48.0 이상에서 작동Bug fixes: Small css tweak to fix an overlap in the settings menu.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.7.2
2022년 3월 18일에 출시 - 60.7 KBfirefox 48.0 이상에서 작동Bug fix: prevent false positives in the notifications.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.7.1
2022년 3월 18일에 출시 - 60.71 KBfirefox 48.0 이상에서 작동Added internationalization (i18n) and localization (l10n) for the extension.
Supported languages thus far:
- English (En)
- French (Fr)
- Spanish (Es)
- German (De)
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.6
2022년 3월 11일에 출시 - 56.78 KBfirefox 48.0 이상에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.5
2022년 3월 9일에 출시 - 56.8 KBfirefox 48.0 이상에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.4
2022년 3월 9일에 출시 - 56.76 KBfirefox 48.0 이상에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.3
2022년 3월 7일에 출시 - 56.76 KBfirefox 48.0 이상에서 작동Fixed a small bug for the Notifications on windows.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.2
2022년 3월 7일에 출시 - 56.73 KBfirefox 48.0 이상에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.1
2022년 3월 7일에 출시 - 56.62 KBfirefox 48.0 이상에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드