mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
16.2.0
This commit is contained in:
parent
857edc6765
commit
52ce9e6022
6 changed files with 144 additions and 6 deletions
70
CHANGELOG.md
70
CHANGELOG.md
|
|
@ -1,3 +1,73 @@
|
|||
# [16.2.0](https://github.com/johannesjo/super-productivity/compare/v16.1.0...v16.2.0) (2025-10-31)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- backlog subtasks are not removed when removing a project ([3e0bb5b](https://github.com/johannesjo/super-productivity/commit/3e0bb5b62ef27282a87cb15d52fb48ef25935c11))
|
||||
- bring back day as param for evaluation sheet to theoretically allow providing evaluation sheet data for past days ([10545e2](https://github.com/johannesjo/super-productivity/commit/10545e24afb9347d9887d7376bd86900c794165e))
|
||||
- Change accent color on Nord Snow Storm theme to fix contrast issues ([3e1b798](https://github.com/johannesjo/super-productivity/commit/3e1b79822e3dbafec96bb4025d59fd0cf5180ef5))
|
||||
- data validation error ([7322af2](https://github.com/johannesjo/super-productivity/commit/7322af228760ed26b6b8f32a9f8c1c067e255584)), closes [#5378](https://github.com/johannesjo/super-productivity/issues/5378)
|
||||
- error with plugin icon ([e239582](https://github.com/johannesjo/super-productivity/commit/e239582b54f4c3d1e65e4e487093726af8498dce))
|
||||
- error with plugin icon 2 ([e5df1c2](https://github.com/johannesjo/super-productivity/commit/e5df1c2db0b49f1075bd00e1999db2d2b8d1682e))
|
||||
- exclude backlog subtasks in boards when backlogs are excluded ([6ed52e0](https://github.com/johannesjo/super-productivity/commit/6ed52e014663b30589cb021e206648c9b7d499b0))
|
||||
- **focusMode:** unable to change task selection when there is a current task ([178e638](https://github.com/johannesjo/super-productivity/commit/178e638668516e5d529fd9a2f32061e509890100))
|
||||
- **i18n:** actualize zh-tw file structure ([6a35c9b](https://github.com/johannesjo/super-productivity/commit/6a35c9b50df92bac1e9b543e30c68eb896aca32e))
|
||||
- **i18n:** remove duplicated zh_tw file ([662a33f](https://github.com/johannesjo/super-productivity/commit/662a33f3782928961c9090fe0c529fb4b5d2844f))
|
||||
- lint ([9bfb9b7](https://github.com/johannesjo/super-productivity/commit/9bfb9b786126a94e7c6bfd900447ee1938b7419f))
|
||||
- multiple notifications on android app [#5367](https://github.com/johannesjo/super-productivity/issues/5367) ([cb4fa5d](https://github.com/johannesjo/super-productivity/commit/cb4fa5d8aee37d1ba4982cfee800c9526073a6e2))
|
||||
- NG0911 ([b0742d5](https://github.com/johannesjo/super-productivity/commit/b0742d527bf7231cbfdf931c5e22a28a30a9c5a4))
|
||||
- overdue tasks not showing a notification [#5376](https://github.com/johannesjo/super-productivity/issues/5376) ([42a66e7](https://github.com/johannesjo/super-productivity/commit/42a66e7f14fd774388ed8b7c022e12da3d4a1799))
|
||||
- sharing on android ([5fac519](https://github.com/johannesjo/super-productivity/commit/5fac5193e6273e4d1b60e8032f0301ec6e6bfcee))
|
||||
- task schedule time not preserved when scheduled for another day ([97b7267](https://github.com/johannesjo/super-productivity/commit/97b7267bd651f71f0a2acf7479fd833c130a1bb1)), closes [#5374](https://github.com/johannesjo/super-productivity/issues/5374)
|
||||
- **task:** focus behavior after context menu ([e97f6f6](https://github.com/johannesjo/super-productivity/commit/e97f6f6e448977e2758c5c80d9700bb1861aeac7))
|
||||
- **task:** focus behavior for context menu ([08e4830](https://github.com/johannesjo/super-productivity/commit/08e4830773752bd2ff3ea91dd6a014d000197b8a))
|
||||
- **task:** inconsistent tag context menu behavior ([3c5b912](https://github.com/johannesjo/super-productivity/commit/3c5b9129a87b26cb3acd90b03f345408343aed78)), closes [#5342](https://github.com/johannesjo/super-productivity/issues/5342)
|
||||
|
||||
### Features
|
||||
|
||||
- add line indicating daily goal to simple counter graph ([54166f6](https://github.com/johannesjo/super-productivity/commit/54166f6ad4fe882292da0c1208f14d8a6489a53c))
|
||||
- add warning about android system webview ([a6fd1db](https://github.com/johannesjo/super-productivity/commit/a6fd1db1a18a16c9b7d13f0eb04f4fe82cb1f12c)), closes [#5384](https://github.com/johannesjo/super-productivity/issues/5384)
|
||||
- **addTaskBar:** add time spent short syntax for new tasks ([#5269](https://github.com/johannesjo/super-productivity/issues/5269)) ([deae7b1](https://github.com/johannesjo/super-productivity/commit/deae7b10653e47ea76de65e5f8937b96c4dde3da))
|
||||
- **focusMode:** add anew complete focus session button ([ae037bd](https://github.com/johannesjo/super-productivity/commit/ae037bd51cbc89a0d046fb74ec486c78fc074087))
|
||||
- improve initial tour experience ([02b23d2](https://github.com/johannesjo/super-productivity/commit/02b23d259c83eb9f87567acff8d1170890619561))
|
||||
- improve on color contrast ([16abcf1](https://github.com/johannesjo/super-productivity/commit/16abcf1d8fc31a2f08d38bd7fe810cfa5106613d)), closes [#4989](https://github.com/johannesjo/super-productivity/issues/4989) [#4988](https://github.com/johannesjo/super-productivity/issues/4988)
|
||||
- improve on notifications [#5376](https://github.com/johannesjo/super-productivity/issues/5376) ([45bf0c8](https://github.com/johannesjo/super-productivity/commit/45bf0c82f70e613af3645788136385f2e1e7f440))
|
||||
- improve on task created snack ([d5d1062](https://github.com/johannesjo/super-productivity/commit/d5d106225a354cf0725227b4d3779f94e7ea536d))
|
||||
- **productivityScore:** add additional states ([ff9f283](https://github.com/johannesjo/super-productivity/commit/ff9f283cf86d08e8d0b2e0ace4e09eaa5b70b1f2))
|
||||
- **productivityScore:** add averages ([35bde99](https://github.com/johannesjo/super-productivity/commit/35bde9993ed85075a0b2e1175afbf97b38fd61b5))
|
||||
- **productivityScore:** add back in impact of work ([625c0b6](https://github.com/johannesjo/super-productivity/commit/625c0b6f1feca37f6c7e06a810739f79d8d72f5b))
|
||||
- **productivityScore:** add daily state ([64b11f9](https://github.com/johannesjo/super-productivity/commit/64b11f92895023bc7ceb526e86d2275670812d78))
|
||||
- **productivityScore:** add mat-hint explanation ([5709aad](https://github.com/johannesjo/super-productivity/commit/5709aadecdcc97449f51f7cd955573c7eaf40c22))
|
||||
- **productivityScore:** add stars for impact rating ([a4bf5f6](https://github.com/johannesjo/super-productivity/commit/a4bf5f652d89a7a4ce933c86deac0332a3f6b1ad))
|
||||
- **productivityScore:** also consider total hours worked for productivity score ([7362f3b](https://github.com/johannesjo/super-productivity/commit/7362f3b4a475d791f1423602e75c8cd47ebed108))
|
||||
- **productivityScore:** cleanup old translations ([5a66a08](https://github.com/johannesjo/super-productivity/commit/5a66a0884fdc187722fb25a47196ed76340a6647))
|
||||
- **productivityScore:** cleanup targetMinutes ([ce1ca50](https://github.com/johannesjo/super-productivity/commit/ce1ca50bd6de92c02a58c7dcfde612c1552ba1af))
|
||||
- **productivityScore:** connect metrics ([4cd402d](https://github.com/johannesjo/super-productivity/commit/4cd402d419ca2934531d9580650e5244d4702e9a))
|
||||
- **productivityScore:** improve algorithm ([97eeabf](https://github.com/johannesjo/super-productivity/commit/97eeabfe94dc57d88d6f66c0c3c7b17bbdd4ade7))
|
||||
- **productivityScore:** improve algorithm 2 ([2840b07](https://github.com/johannesjo/super-productivity/commit/2840b07f95cbc66195dbdce69b3382355e022275))
|
||||
- **productivityScore:** improve dialog ([afb8140](https://github.com/johannesjo/super-productivity/commit/afb81405dfe76a1e19d5d28962188a93499db805))
|
||||
- **productivityScore:** improve ui ([bfdde6b](https://github.com/johannesjo/super-productivity/commit/bfdde6bbca610fd956093b358e2162ce02a5805b))
|
||||
- **productivityScore:** improve ux ([8297ba3](https://github.com/johannesjo/super-productivity/commit/8297ba3c706ca68cc66b999d411fba75baca6ece))
|
||||
- **productivityScore:** outline overview dialog for past 7 days ([b22659c](https://github.com/johannesjo/super-productivity/commit/b22659c59a6b85af07e9aa2240665f6180569944))
|
||||
- **productivityScore:** outline ui for productivity score ([1395ed5](https://github.com/johannesjo/super-productivity/commit/1395ed5c5360d8984dc6ebbe3ca4cc887469b689))
|
||||
- **productivityScore:** outline ui for productivity score 2 ([f3a63a9](https://github.com/johannesjo/super-productivity/commit/f3a63a9be8c10808e7cb44db71f30c2a6b487dc3))
|
||||
- **productivityScore:** polish ([dd3c2ea](https://github.com/johannesjo/super-productivity/commit/dd3c2ea2d38f476caac4d85481cfdf826f128a4f))
|
||||
- **productivityScore:** polish ([dc93ac6](https://github.com/johannesjo/super-productivity/commit/dc93ac6d633f254b2fb79aa4755c3fb93f893edb))
|
||||
- **productivityScore:** polish ([fe09b6b](https://github.com/johannesjo/super-productivity/commit/fe09b6b85745c4d3db82c120ee528ea5ac74dedd))
|
||||
- **productivityScore:** polish 2 ([f2870fb](https://github.com/johannesjo/super-productivity/commit/f2870fb3944c67c4af8e007b548d2d5706bc97ff))
|
||||
- **productivityScore:** polish 3 ([8f3d1b4](https://github.com/johannesjo/super-productivity/commit/8f3d1b45e73aca8ee030673565cbcda577fc8c43))
|
||||
- **productivityScore:** polish 4 ([6594812](https://github.com/johannesjo/super-productivity/commit/6594812cb86fc80f1a2073d869bc7e5083529615))
|
||||
- **productivityScore:** prepare complete cleanup of improvement and obstruction model ([59d792c](https://github.com/johannesjo/super-productivity/commit/59d792cf7224132b754383b1da4eb7081c89d6bc))
|
||||
- **productivityScore:** remove total work time from productivity score calculation ([0b3682a](https://github.com/johannesjo/super-productivity/commit/0b3682af20538b60f7d6c85af2b7200facc2159a))
|
||||
- remove button, since it is not helpful for f-droid ([8db2449](https://github.com/johannesjo/super-productivity/commit/8db2449340eb661eb512e48f511039b89c463844)), closes [#5384](https://github.com/johannesjo/super-productivity/issues/5384)
|
||||
- **tags:** add color selection option to tag creation dialog ([f08a840](https://github.com/johannesjo/super-productivity/commit/f08a840351b699dbbdc3dfb1869dfa336703ab30))
|
||||
|
||||
### Reverts
|
||||
|
||||
- Revert "build: attempt to fix lighthouse check" ([05286eb](https://github.com/johannesjo/super-productivity/commit/05286eb6c368ce75781239352331124cf3f7787b))
|
||||
- Revert "build: try to fix lighthouse" ([85360ce](https://github.com/johannesjo/super-productivity/commit/85360ce039d664b426fd9e8616f5e785022cb461))
|
||||
- Revert "build: try to fix lighthouse 2" ([e271e13](https://github.com/johannesjo/super-productivity/commit/e271e130e6e93d88c172e86c068996f89b0d152f))
|
||||
- Revert "build: try to fix lighthouse 3" ([ac833bf](https://github.com/johannesjo/super-productivity/commit/ac833bf70c2c55d65ecdc166da83113e8d6f0658))
|
||||
|
||||
# [16.1.0](https://github.com/johannesjo/super-productivity/compare/v16.0.0...v16.1.0) (2025-10-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 16_01_00_0000
|
||||
versionName "16.1.0"
|
||||
versionCode 16_02_00_0000
|
||||
versionName "16.2.0"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders = [
|
||||
hostName : "app.super-productivity.com",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,68 @@
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
* backlog subtasks are not removed when removing a project
|
||||
* bring back day as param for evaluation sheet to theoretically allow providing evaluation sheet data for past days
|
||||
* Change accent color on Nord Snow Storm theme to fix contrast issues
|
||||
* data validation error (7322af2), closes #5378
|
||||
* error with plugin icon
|
||||
* error with plugin icon 2
|
||||
* exclude backlog subtasks in boards when backlogs are excluded
|
||||
* **focusMode:** unable to change task selection when there is a current task
|
||||
* **i18n:** actualize zh-tw file structure
|
||||
* **i18n:** remove duplicated zh_tw file
|
||||
* lint
|
||||
* multiple notifications on android app #5367
|
||||
* NG0911
|
||||
* overdue tasks not showing a notification #5376
|
||||
* sharing on android
|
||||
* task schedule time not preserved when scheduled for another day (97b7267), closes #5374
|
||||
* **task:** focus behavior after context menu
|
||||
* **task:** focus behavior for context menu
|
||||
* **task:** inconsistent tag context menu behavior (3c5b912), closes #5342
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add line indicating daily goal to simple counter graph
|
||||
* add warning about android system webview (a6fd1db), closes #5384
|
||||
* **addTaskBar:** add time spent short syntax for new tasks (#5269)
|
||||
* **focusMode:** add anew complete focus session button
|
||||
* improve initial tour experience
|
||||
* improve on color contrast (16abcf1), closes #4989 #4988
|
||||
* improve on notifications #5376
|
||||
* improve on task created snack
|
||||
* **productivityScore:** add additional states
|
||||
* **productivityScore:** add averages
|
||||
* **productivityScore:** add back in impact of work
|
||||
* **productivityScore:** add daily state
|
||||
* **productivityScore:** add mat-hint explanation
|
||||
* **productivityScore:** add stars for impact rating
|
||||
* **productivityScore:** also consider total hours worked for productivity score
|
||||
* **productivityScore:** cleanup old translations
|
||||
* **productivityScore:** cleanup targetMinutes
|
||||
* **productivityScore:** connect metrics
|
||||
* **productivityScore:** improve algorithm
|
||||
* **productivityScore:** improve algorithm 2
|
||||
* **productivityScore:** improve dialog
|
||||
* **productivityScore:** improve ui
|
||||
* **productivityScore:** improve ux
|
||||
* **productivityScore:** outline overview dialog for past 7 days
|
||||
* **productivityScore:** outline ui for productivity score
|
||||
* **productivityScore:** outline ui for productivity score 2
|
||||
* **productivityScore:** polish
|
||||
* **productivityScore:** polish
|
||||
* **productivityScore:** polish
|
||||
* **productivityScore:** polish 2
|
||||
* **productivityScore:** polish 3
|
||||
* **productivityScore:** polish 4
|
||||
* **productivityScore:** prepare complete cleanup of improvement and obstruction model
|
||||
* **productivityScore:** remove total work time from productivity score calculation
|
||||
* remove button, since it is not helpful for f-droid (8db2449), closes #5384
|
||||
* **tags:** add color selection option to tag creation dialog
|
||||
### Reverts
|
||||
|
||||
* Revert "build: attempt to fix lighthouse check"
|
||||
* Revert "build: try to fix lighthouse"
|
||||
* Revert "build: try to fix lighthouse 2"
|
||||
* Revert "build: try to fix lighthouse 3"
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "16.1.0",
|
||||
"version": "16.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "superProductivity",
|
||||
"version": "16.1.0",
|
||||
"version": "16.2.0",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "superProductivity",
|
||||
"version": "16.1.0",
|
||||
"version": "16.2.0",
|
||||
"description": "ToDo list and Time Tracking",
|
||||
"keywords": [
|
||||
"ToDo",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// this file is automatically generated by git.version.ts script
|
||||
export const versions = {
|
||||
version: '16.1.0',
|
||||
version: '16.2.0',
|
||||
revision: 'NO_REV',
|
||||
branch: 'NO_BRANCH',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue