SoundCloud Downloader의 버전 기록 - 14개 버전
SoundCloud Downloader 제작자: anyo
SoundCloud Downloader의 버전 기록 - 14개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 2.7
2026년 8월 4일에 출시 - 34.57 KBfirefox 58.0 이상에서 작동SoundCloud rolled out a redesigned track page (Material UI-based) that broke this extension's Download button.
It stopped appearing there, though it kept working everywhere else (search, profile, likes). This release adds full support for that new layout, and works regardless of your SoundCloud interface language.
Also improved: download errors now show a clear on-screen notification instead of failing silently, and the message for copy-protected (DRM) tracks is now in plain language instead of technical jargon.Mozilla Public License 2.0에 따라 릴리스된 소스 코드
이전 버전
버전 2.6.2
2026년 5월 5일에 출시 - 29.55 KBfirefox 58.0 이상에서 작동- Tracks that SoundCloud has moved under DRM (most distributed releases with an ISRC) can no longer be downloaded as MP3 :( those endpoints now return 404 and only encrypted streams are served. The extension now detects this and shows a clear "DRM-protected" message instead of failing silently
- Download errors are now visible in the UI: the button briefly flashes red, hover the button to see what went wrong
- Other tracks (independent uploads, mixes, podcasts, free downloads) continue to work as before
Mozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 2.6.1
2026년 2월 8일에 출시 - 28.99 KBfirefox 58.0 이상에서 작동Fixed the lowercase option being applied by default even when unchecked in settings.Mozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 2.6
2026년 2월 8일에 출시 - 28.72 KBfirefox 58.0 이상에서 작동Added options page for customizable filename format using {artist}, {title}, {year}, {genre}, {album}, and {username} tokens, with lowercase option and live preview.Mozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 2.5
2026년 1월 16일에 출시 - 26 KBfirefox 58.0 이상에서 작동changelog:
- fixed a bug where client ID extraction failed due to SoundCloud's updated script format, preventing download button from appearingMozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 2.4
2025년 4월 19일에 출시 - 25.96 KBfirefox 58.0 이상에서 작동changelog:
- rework button style to match new soundcloud uiMozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 2.3
2024년 5월 30일에 출시 - 25.55 KBfirefox 48.0 이상에서 작동changelog:
- fixed a bug where download of songs with no artwork + user with no profile picture (which is the default fallback) did not work (e.g. https://soundcloud.com/lareena61030/laker-phreshboyswag-no-reason-elipropper)Mozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 2.2
2024년 3월 14일에 출시 - 25.53 KBfirefox 48.0 이상에서 작동changelog:
- fixed a bug where download of songs with no description did not work (closes https://github.com/nyo/scdl/issues/7)
- added support for `publisher_metadata` which is metadata entered by the person uploading the music (= more reliable)
- now uses `publisher_metadata.artist` before `user.username` for artist name
- now uses `publisher_metadata.release_title` before `title` for song title
- now uses `release_date` before `created_at` for album release year
- now uses `publisher_metadata.writer_composer` for song composer nameMozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 2.1
2024년 3월 13일에 출시 - 25.37 KBfirefox 48.0 이상에서 작동changelog:
- fixed a bug where the `Download` button did not appear on some tracks
- added SoundCloud track description to metadata (COMM id3 tag)
- improved DOM checks to know if a `Download` button should be added or not
- added `[scdl]` prefix to logs
- improved readme/documentationMozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 2.0
2023년 3월 4일에 출시 - 24.99 KBfirefox 48.0 이상에서 작동changelog:
- fixed download button disappearing when playing a track in a set/playlist/album
- added support for `hls` transcoding format (which caused many tracks to not be downloaded)
- added support for private tracks downloading
- added `setInterval` clear when navigating away from the page
- improved overall code organization, structure & error handling
- improved id3 tagging
- improved URLs handling
- improved the way download buttons are added to the DOM
- improved the way button size is determined (now based on the parent group)
- improved the way some button group are ignored
- improved the way the track link is picked
- removed `logger()` functionMozilla Public License 2.0에 따라 릴리스된 소스 코드