Skip to content

Commit

Permalink
chore: release v1.11.1 (11110)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Dec 16, 2023
1 parent 7af5171 commit 081f058
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Under development, please stay tuned!

## [v1.11.1][1.11.1] - 2023-12-16

### Added
* Add `--restrict-filenames` option in yt-dlp
* Add playlist title as an option for subdirectory
* Add more thanks to sponsors

### Fixed
* Fix some minor UI bugs
* Fix an issue causing error when parsing video info

## [v1.11.0][1.11.0] - 2023-11-18

Expand Down Expand Up @@ -239,4 +249,6 @@ Under development, please stay tuned!

[1.10.0]: https://github.com/JunkFood02/Seal/releases/tag/v1.10.0

[1.11.0]: https://github.com/JunkFood02/Seal/releases/tag/v1.11.0
[1.11.0]: https://github.com/JunkFood02/Seal/releases/tag/v1.11.0

[1.11.1]: https://github.com/JunkFood02/Seal/releases/tag/v1.11.1
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sealed class Version(
val currentVersion: Version = Version.Stable(
versionMajor = 1,
versionMinor = 11,
versionPatch = 0,
versionPatch = 1,
)

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

0 comments on commit 081f058

Please sign in to comment.