mirror of
https://github.com/JunkFood02/Seal.git
synced 2025-05-17 13:35:55 +08:00
chore: pre-release v2.0.0-alpha.4 (20000)
This commit is contained in:
@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Resume failed/canceled download
|
||||
- Backup & restore unfinished tasks in the download queue
|
||||
- Select from formats/playlists in Quick Download
|
||||
- Predictive back animation support for Android 14+
|
||||
- Bump up minimum API level to 24 (Android 7.0)
|
||||
|
||||
## [v1.13.0][1.13.0] - 2024-08-18
|
||||
|
||||
|
@ -35,4 +35,4 @@ sealed class Version(
|
||||
}
|
||||
|
||||
val currentVersion: Version =
|
||||
Version.Alpha(versionMajor = 2, versionMinor = 0, versionPatch = 0, versionBuild = 3)
|
||||
Version.Alpha(versionMajor = 2, versionMinor = 0, versionPatch = 0, versionBuild = 4)
|
||||
|
Reference in New Issue
Block a user