Skip to content

Commit

Permalink
chore: release v1.12.0 (11200)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Apr 5, 2024
1 parent 90db75f commit e9c326b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Under development, please stay tuned!

## [v1.12.0][1.12.0] - 2024-01-22
## [v1.12.0][1.12.0] - 2024-04-05

### Added
* Search from download history
Expand All @@ -19,6 +19,7 @@ Under development, please stay tuned!
* Re-download unavailable videos
* Download auto-translated subtitles
* Remember subtitle selection for next downloads
* Remux videos into mkv container for better compatibility
* Configuration for not using the download type in the last download
* Improve UI/UX for download error handling
* Add splash screen
Expand Down Expand Up @@ -316,4 +317,6 @@ Under development, please stay tuned!

[1.11.2]: https://github.com/JunkFood02/Seal/releases/tag/v1.11.2

[1.11.3]: https://github.com/JunkFood02/Seal/releases/tag/v1.11.3
[1.11.3]: https://github.com/JunkFood02/Seal/releases/tag/v1.11.3

[1.12.0]: https://github.com/JunkFood02/Seal/releases/tag/v1.12.0
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ sealed class Version(
}
}

val currentVersion: Version = Version.ReleaseCandidate(
val currentVersion: Version = Version.Stable(
versionMajor = 1,
versionMinor = 12,
versionPatch = 0,
versionBuild = 2
)

val keystorePropertiesFile: File = rootProject.file("keystore.properties")
Expand Down

0 comments on commit e9c326b

Please sign in to comment.