Skip to content

Commit

Permalink
Version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devhyper committed Sep 2, 2024
1 parent dd8c4e1 commit c446a81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "io.github.devhyper.openvideoeditor"
minSdk = 26
targetSdk = 34
versionCode = 6
versionName = "1.1.2"
versionCode = 7
versionName = "1.1.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
9 changes: 9 additions & 0 deletions metadata/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
New features:
- Scan video file after exporting it #85 @4831c0
- Allow precise frame seeking for filters #77
- Specify keyboard type for certain fields
Bug fixes:
- Fix rotation canceling export #80
Misc:
- Sync translations
- Update dependencies

0 comments on commit c446a81

Please sign in to comment.