Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djkovrik committed Jul 23, 2023
1 parent 57e1ee4 commit cf9529e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "com.sedsoftware.blinktracker"
minSdk = 26
targetSdk = 33
versionCode = 100200
versionName = "1.2.0"
versionCode = 100300
versionName = "1.3.0"
setProperty("archivesBaseName", applicationId)

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ class MainActivity : ComponentActivity(), PictureInPictureLauncher {
_root = null
_imageProcessor?.run { this.stop() }
_imageProcessor = null
settings = null
enableKeepScreenOn(false)
}

Expand Down
2 changes: 1 addition & 1 deletion distribution/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Additional statistic filters
* Added new option to control minimized window opacity (#19)
2 changes: 1 addition & 1 deletion distribution/whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Additional statistic filters
Added new option to control minimized window opacity
2 changes: 1 addition & 1 deletion distribution/whatsnew/whatsnew-ru-RU
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Дополнительные фильтры для статистики
Добавлена дополнительная опция для управления непрозрачностью свернутого окна

0 comments on commit cf9529e

Please sign in to comment.