mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
16.8.3
This commit is contained in:
parent
333c3a16bc
commit
2cc06178e5
6 changed files with 33 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue