mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
16.6.0
This commit is contained in:
parent
a3d65e021c
commit
a10eb2fcf8
6 changed files with 43 additions and 6 deletions
|
|
@ -20,8 +20,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 16_05_05_0000
|
||||
versionName "16.5.5"
|
||||
versionCode 16_06_00_0000
|
||||
versionName "16.6.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders = [
|
||||
hostName : "app.super-productivity.com",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
* change filtering by tag/project logic to handle empty inputs
|
||||
* **e2e:** WebDAV sync tests connection and timeout issues
|
||||
* **electron:** improve window controls overlay for Windows/Linux (#5713)
|
||||
* **i18n-sv:** fix json structure
|
||||
* **i18n:** incorrect json structure
|
||||
* **repeat:** add error handling for undefined startDate and more tests (fixes #5594)
|
||||
* **repeat:** calculate correct target day based on repeat pattern when adding repeat config (fixes #5594)
|
||||
* **repeat:** correct test expectations for getNewestPossibleDueDate behavior
|
||||
* **repeat:** correct WEEKLY Friday test to expect fallback due to ISO week boundary
|
||||
### Features
|
||||
|
||||
* add linear support
|
||||
* **filtering:** allow filtering by empty time
|
||||
* use HttpClient for requests
|
||||
Loading…
Add table
Add a link
Reference in a new issue