Releases: JunkFood02/Seal
v1.10.0
What's Changed
Added
Subtitles
- Convert subtitles to another format
- Select subtitle language in format selection
Format selection
- Display icons(video/audio) on
FormatItem
s - Split video by chapters
- Select subtitle to download by language names/codes
Custom commands
- Create custom command tasks in the Running Tasks page
- Configure download directory separately for custom command tasks
- Select multiple command templates to export & remove
Cookies
- Add
CookiesQuickSettingsDialog
for refreshing & configuring cookies in configuration menu - Add user agent header when downloading with cookies enabled
Other New Features & UI Improvements
- Show
PlainToolTip
when long-press onPlaylistItem
- Add monochrome theme
- Add proxy configuration for network connections
- Add translations in Swedish and Portuguese
Fixed
- App crashes when being opened in the system share sheet
- Video not shown in YouTube playlist results
- Cookies cannot be disabled after clearing cookies
- Hide video only formats when save as audio enabled
- Parsing error with decimal value in width/height
- Audio codec preference not works as expected
- Could not fetch video info when
originalUrl
is null
Changed
Notable Changes
- Upgrade target API level to 34 (Android 14)
- Preferred video format changed to two options: Legacy and Quality
- UI improvements to the configuration dialog
Other Changes
- Update
ColorScheme
s and components to reflect the new MD3 color roles - Update youtubedl-android version, added pycryptodomex to the library
- Move Video formats to the bottom of the
FormatPage
- Notifications now are enabled by default
- Minor UI improvements & changes
Full Changelog: v1.9.2...v1.10.0
v1.10.0-rc.1
What's changed
This is a release candidate version, which means all of the new features of v1.10.0 are included in this release. Please provide your feedback to help us improve when you're experiencing issues with this version.
Added
- Select multiple command templates to export & remove
- Add
CookiesQuickSettingsDialog
for refreshing & configuring cookies in configuration menu - Add user agent header when downloading with cookies enabled
Fixed
- Fix several ui bugs in configuration menu
Known issue
App creates default custom commands at launches
- Download and install the rc.1 again
Full Changelog: v1.10.0-beta.5...v1.10.0-rc.1
v1.10.0-beta.5
What's Changed
Added
- Select subtitle language in format selection
- Display icons(audio/video) on
FormatItem
s - Add proxy configuration for network connections
- Add translations in Portuguese
Fixed
- Parsing error with decimal value in width/height
- Audio codec preference not works as expected
- Could not fetch video info when
originalUrl
is null
Changed
- UI improvements to the configuration dialog
Full Changelog: v1.10.0-beta.4...v1.10.0-beta.5
v1.10.0-beta.4
What's Changed
Added
- Set up download directory for custom command tasks
Changed
- Video format preference has been updated to Legacy(prefer H.264 MP4) and Quality(prefer better codecs)
- UI changes to video format preference in configuration dialog
Fixed
- Parsing error with decimal value in width/height
- Audio codec preference not working as expected
Known issues
- UI bugs in download configuration dialog
Full Changelog: v1.10.0-beta.3...v1.10.0-beta.4
v1.10.0-beta.3
What's Changed
Added
- Create custom command tasks in the Running Tasks page
- Show
PlainToolTip
when long-press onPlaylistItem
- Add monochrome theme
- Add Swedish translations
Fixed
- Video not shown in YouTube playlist results
- Cookies cannot be disabled after clearing cookies
Changed
- Upgrade target API level to 34 (Android 14)
Full Changelog: v1.10.0-beta.2...v1.10.0-beta.3
v1.10.0-beta.2
What's Changed
Added
- Convert subtitles to another format
- Split video by chapters
Changed
- Update
ColorScheme
s and components to reflect the new MD3 color roles - Move Video formats to the bottom of the FormatPage
- Korean translations by @root-kernelhacker
Full Changelog: v1.10.0-beta.1...v1.10.0-beta.2
v1.10.0-beta.1
What's Changed
Fixed
- Fix a bug causing app to crash when being opened in the system share sheet
Changed
- Update the
ColorScheme
s to reflect the new MD3Surface
tones - Update youtubedl-android version, added pycryptodomex to the library
Full Changelog: v1.9.2...v1.10.0-beta.1
v1.9.2
What's Changed
Fixed
- Fix a bug causing Incognito mode not working in v1.9.1
- Fix misplaced quality tags in
AudioQuickSettingsDialog
- Fix mismatched formats when using Save as audio & Download playlist
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
Added
- Add Sponsor page: You can now support this app by sponsoring on GitHub!
Fixed
- Fix a bug causing warnings not shown in logs of completed custom command tasks
- Fix a bug causing videos not scanned into media library when private mode is enabled
Changed
- Move the directory for temporary files to
cacheDir
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
Added
- Add Preview channel for auto-updating
- Add an option to update to Nightly builds of yt-dlp
- Add a dialog for F-Droid builds in auto-update settings
- Add a switch for auto-updating yt-dlp
- Add the ability to share files in
VideoDetailDrawer
- Add a badge to the icon to indicate the count of running processes
- Add a switch for disabling the temporary directory
- Add the ability to clip video and audio in
FormatSelectionPage
(experimental) - Add format & quality preference for audio
- Add custom format sorter
- Add the ability to edit video titles in
FormatSelectionPage
before downloading - Add the ability to share the thumbnail url in
FormatSelectionPage
- Implement a new method to extract cookies from the
WebView
database
Changed
- Change the operation of open link to long pressing the link button in
VideoDetailDrawer
- Change the thread number range of multi-threaded download to 1-24
- Change the status bar icon to filled icon
- Change the quick settings for media format in the configuration dialog
Fixed
- Fix a bug causing high-quality audio not downloaded with YT Premium cookies & YT Music URLs
- Fix a UI bug in
ShortcutChip
with long template - Fix a bug causing empty subtitle language breaks downloads
- Fix an issue causing specific languages not visible in system settings on Android 13+
- Fix a UI bug in the format selection page
- Fix a bug causing app to crash when toasting in Android 5.0
- Fix a UI bug causing LTR texts to display incorrectly in RTL locale environment
- Add legacy app icon for API 21~25
Full Changelog: v1.8.2...v1.9.0