This commit is contained in:
Johannes Millan 2025-12-12 19:06:20 +01:00
parent a3d65e021c
commit a10eb2fcf8
6 changed files with 43 additions and 6 deletions

View file

@ -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",

View file

@ -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