This commit is contained in:
Johannes Millan 2026-01-04 17:27:04 +01:00
parent 333c3a16bc
commit 2cc06178e5
6 changed files with 33 additions and 6 deletions

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 35
compileSdk 35
versionCode 16_08_02_0000
versionName "16.8.2"
versionCode 16_08_03_0000
versionName "16.8.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",

View file

@ -0,0 +1,13 @@
### Bug Fixes
* **e2e:** use format-agnostic time change in task-detail tests
* **e2e:** use pressSequentially for time input in task-detail tests
* **schedule:** start tracking selected task when pressing Y in schedule view (acedc67), closes #5884
* **sync:** resolve 25-second initial sync timeout race condition (570a0b5), closes #5868 #5877
* **tasks:** clear reminder when clicking "today" button on already-today tasks (2af57d2), closes #5872
### Features
* **e2e:** add Docker-based E2E test isolation