This commit is contained in:
Johannes Millan 2025-11-07 14:00:57 +01:00
parent 01953bfac5
commit 43ceb545b4
6 changed files with 149 additions and 6 deletions

View file

@ -1,3 +1,76 @@
# [16.3.0](https://github.com/johannesjo/super-productivity/compare/v16.2.1...v16.3.0) (2025-11-07)
### Bug Fixes
- avoid code error ([ea7f2c2](https://github.com/johannesjo/super-productivity/commit/ea7f2c278df03f60b467fb35ecbf7e73dde0513d))
- bottom panel not opening when animations are dislabed ([31c4768](https://github.com/johannesjo/super-productivity/commit/31c476831356fd83ca35feb8a9da95710c77de52))
- code error ([5cdb2c0](https://github.com/johannesjo/super-productivity/commit/5cdb2c096252ede89a86ab2c24560cb2a664f0d5))
- correct trackBy function calls in [@for](https://github.com/for) loops ([1495eaf](https://github.com/johannesjo/super-productivity/commit/1495eaf50eb2e89797eada68f32482e5725f6856))
- duplicate calendar entries for recurring ([a3b0da0](https://github.com/johannesjo/super-productivity/commit/a3b0da09bca90d21943df55d51b11d275d911676)), closes [#3837](https://github.com/johannesjo/super-productivity/issues/3837)
- **focusMode:** code errors ([77f7e1b](https://github.com/johannesjo/super-productivity/commit/77f7e1bc6d5ce60ee20888b11a224c463312b8e1))
- **focusMode:** mode selection buttons styling ([362495e](https://github.com/johannesjo/super-productivity/commit/362495edd28c8116a7593a506fb699538a6100e2))
- **focusMode:** plus and minus affecting running session duration ([db137f5](https://github.com/johannesjo/super-productivity/commit/db137f5b7b730a2c56aacd51498964f8a015c359))
- **focusMode:** task selection ([e338aa9](https://github.com/johannesjo/super-productivity/commit/e338aa983a652fbfa3e32846b4112cb89a36a502))
- group by date not including dueWithTime ([f18a7d8](https://github.com/johannesjo/super-productivity/commit/f18a7d880851a7db7aeb0f30f00903f9a23e1bdc)), closes [#5429](https://github.com/johannesjo/super-productivity/issues/5429)
- **i18n:** fix json syntax in zh-tw locale ([433510d](https://github.com/johannesjo/super-productivity/commit/433510dd41ff194894d3ad2a0e4855e2e45349b9))
- **i18n:** rename zh-tw translation file and fix signal call ([115a211](https://github.com/johannesjo/super-productivity/commit/115a211cab99528a9b3942ef0d9e6d51ee24497c))
- ical import not working when not DEND is specified ([5219941](https://github.com/johannesjo/super-productivity/commit/5219941665bf9f200a452446b20deb82c5f31de5)), closes [#3834](https://github.com/johannesjo/super-productivity/issues/3834)
- ical issue [#5418](https://github.com/johannesjo/super-productivity/issues/5418) ([eab4637](https://github.com/johannesjo/super-productivity/commit/eab46379179c6b1adc6712810bd31b1295ad2c39))
- improve on ical recurrence fix [#3837](https://github.com/johannesjo/super-productivity/issues/3837) ([9b5e0d0](https://github.com/johannesjo/super-productivity/commit/9b5e0d08f146d2bdc40e295bc6ffc386262f31e9))
- improve on ical recurrence fix 3 [#3837](https://github.com/johannesjo/super-productivity/issues/3837) ([ec5f91d](https://github.com/johannesjo/super-productivity/commit/ec5f91d30f0e7fc047f7b9c0edea61b9b9c83597))
- lazy chart component ([5806c09](https://github.com/johannesjo/super-productivity/commit/5806c092ccd5e5de3eeab81f116e39e1988a31db))
- lint errors for [#5441](https://github.com/johannesjo/super-productivity/issues/5441) ([84c642f](https://github.com/johannesjo/super-productivity/commit/84c642f854b0410460b303e37145f06f5d4252f9))
- **logging:** improve object serialization in log history ([ebf70a1](https://github.com/johannesjo/super-productivity/commit/ebf70a1f1be7bcd8cc7dfe9ea1caa59febe30de1)), closes [#5439](https://github.com/johannesjo/super-productivity/issues/5439)
- **logging:** restore defensive checks for non-DOM environments ([269d55f](https://github.com/johannesjo/super-productivity/commit/269d55f417b4370fcb0297166a617bfad634b01f))
- make plugin notifications work in webview [#5376](https://github.com/johannesjo/super-productivity/issues/5376) ([97a50d9](https://github.com/johannesjo/super-productivity/commit/97a50d92e78f361419c2dcd00b3f2816cec82c54))
- **metrics:** gap in productivity score ([289ce08](https://github.com/johannesjo/super-productivity/commit/289ce0871162c9eaa30b3eb00db7f6be737c2c93))
- **mobileSideNav:** handle back button to hide side nav menu ([cc7c9e1](https://github.com/johannesjo/super-productivity/commit/cc7c9e1d5438402716326531057e6641e9cc81a4))
- repeatable tasks not created without restart ([5d51046](https://github.com/johannesjo/super-productivity/commit/5d5104641e4b02c7382f86dc3da547cea989f191)), closes [#5391](https://github.com/johannesjo/super-productivity/issues/5391)
- retain orphan RECURRENCE-ID events and ensure unique IDs for modified instances [#3837](https://github.com/johannesjo/super-productivity/issues/3837) ([49dc14e](https://github.com/johannesjo/super-productivity/commit/49dc14e0b0120b6346f7e456546bb5785558131e))
- select task component ([e0d98bb](https://github.com/johannesjo/super-productivity/commit/e0d98bb99aa9411bdacd93ba4da61560d96a09dd))
- show mobile bottom nav always when there is no other nav ([be67b0b](https://github.com/johannesjo/super-productivity/commit/be67b0b80a120d65bf64bb64df7a4a3cf8b7e287))
- side nav icon colors ([aee631e](https://github.com/johannesjo/super-productivity/commit/aee631eb4f35f875f5c69898688a4567fd39b342))
- sidenav text colors ([b8510e1](https://github.com/johannesjo/super-productivity/commit/b8510e1bee2872c74fa6fc85aea5c971dddb279f))
- task focus for added tasks not working as expected [#5453](https://github.com/johannesjo/super-productivity/issues/5453) ([fc5ad03](https://github.com/johannesjo/super-productivity/commit/fc5ad0392df646e58b16f3f54e9e9cfd4cd5bf34))
- **test:** adjust derivation of days for repeat task fixture ([23472be](https://github.com/johannesjo/super-productivity/commit/23472bedd14a95a063e65642e1fbc4bd6f279dc4))
- webview check for third party webviews [#5447](https://github.com/johannesjo/super-productivity/issues/5447) ([2a615ec](https://github.com/johannesjo/super-productivity/commit/2a615ecf8e23d8852d3b10ba7df4b9c960e721e4))
### Features
- add permanent sort ([267b1c0](https://github.com/johannesjo/super-productivity/commit/267b1c02d8da361d416e241d6b323a6c3c6256f6))
- add time frames to lazy-chart component ([1fca212](https://github.com/johannesjo/super-productivity/commit/1fca2127eab23ca1e174d2fb92c19e126234953a))
- adjust number badge font-size ([e00bfca](https://github.com/johannesjo/super-productivity/commit/e00bfca4c7cacef0ce49f5e302ce45322f5b79cc))
- adjust values for right panel [#5385](https://github.com/johannesjo/super-productivity/issues/5385) ([dc6786a](https://github.com/johannesjo/super-productivity/commit/dc6786a966a0b41e137b1e89f6195c5b0faee63d))
- **api:** implement methods for simple counters ([25c6871](https://github.com/johannesjo/super-productivity/commit/25c687164a908f0b9c56755d43d657986bbaf2d3)), closes [#5398](https://github.com/johannesjo/super-productivity/issues/5398)
- **focusMode:** add translations ([4d7db43](https://github.com/johannesjo/super-productivity/commit/4d7db43a1e6fb05212b83cfd0e0bf006e85a1ccc))
- **focusMode:** draft for new focus mode 1 ([e4bb23d](https://github.com/johannesjo/super-productivity/commit/e4bb23dbab4769d663a31c56e5a2fcd76b7634f1))
- **focusMode:** draft for new focus mode 2 ([c218144](https://github.com/johannesjo/super-productivity/commit/c218144329359a07ddd0943f1c90e3e8a3089d5e))
- **focusMode:** draft for new focus mode 3 ([9300efb](https://github.com/johannesjo/super-productivity/commit/9300efbd4b84a96d7d81f39a9fc59b864749b42e))
- **focusMode:** draft for new focus mode 4 ([aa0a4c2](https://github.com/johannesjo/super-productivity/commit/aa0a4c2b42aacb38b85c577fa9ad0508aef282c6))
- **focusMode:** draft for new focus mode 5 ([72ba0e4](https://github.com/johannesjo/super-productivity/commit/72ba0e43b4d20ca40c95551e7483e444a258c823))
- **focusMode:** draft for new focus mode 6 ([facbd27](https://github.com/johannesjo/super-productivity/commit/facbd276d6d220005a2e18b2c9fe2f254ef6b639))
- **focusMode:** improve ([198f770](https://github.com/johannesjo/super-productivity/commit/198f770abeda9fc755ca57cd4402626064736ff5))
- **focusMode:** improve ([d38458a](https://github.com/johannesjo/super-productivity/commit/d38458abe4cec12472d0ecfce78e311429a5b78e))
- **focusMode:** improve ani ([0a99688](https://github.com/johannesjo/super-productivity/commit/0a996885ba9b0daf727a080ee5a07d99199eac91))
- **focusMode:** improve animation and focus mode in general ([0690575](https://github.com/johannesjo/super-productivity/commit/069057503e0c5464878cf7a06848f18f80bfb910))
- **focusMode:** improve focus mode button ([0523fa9](https://github.com/johannesjo/super-productivity/commit/0523fa9c44f16bcef73e7d8e475a4636b6af373f))
- **focusMode:** improve focus mode button and simple counter button ([daea7cc](https://github.com/johannesjo/super-productivity/commit/daea7ccfaba21b4335dacd493dfe0854efa98d02))
- **focusMode:** improve focus rocket ([31b702c](https://github.com/johannesjo/super-productivity/commit/31b702c28b18c852c220dbf0745d7313f2131501))
- **focusMode:** improve focus rocket 2 ([052e99d](https://github.com/johannesjo/super-productivity/commit/052e99dd1bb4cfa8e3023134c206e6805dd4022b))
- **focusMode:** improve on header buttons ([80dbba3](https://github.com/johannesjo/super-productivity/commit/80dbba352d8d5af1efb00450ae60e742b1ac55b1))
- **focusMode:** improve time selection ([d432af0](https://github.com/johannesjo/super-productivity/commit/d432af07148857a8b21652d2fe85478483573f9c))
- **focusMode:** make time selection work better and improve code quality ([d2d26f8](https://github.com/johannesjo/super-productivity/commit/d2d26f81ec1dc3c071ccc830a810a151e9dd1de7))
- **focusMode:** outline better task selection ([eddde2a](https://github.com/johannesjo/super-productivity/commit/eddde2a7659dcbc756d8aa84a8daa8afbcf64192))
- **focusMode:** show running time in button ([4fc99fb](https://github.com/johannesjo/super-productivity/commit/4fc99fb490adab734f75846d49c85acfbab82c45))
- improve lazy chart ([4e1d936](https://github.com/johannesjo/super-productivity/commit/4e1d9362d5a93390b11819194c1be29a91acb047))
- improve offline handling for calendars [#5440](https://github.com/johannesjo/super-productivity/issues/5440) ([01d1a16](https://github.com/johannesjo/super-productivity/commit/01d1a1686618e034eb6207296840c91241874fdb))
- improve offline handling for calendars 2 [#5440](https://github.com/johannesjo/super-productivity/issues/5440) ([2430916](https://github.com/johannesjo/super-productivity/commit/2430916c10bcd91f0e36597204db0ad163637266))
- imrpve side nav colors ([e08a959](https://github.com/johannesjo/super-productivity/commit/e08a9595d8b22a706648df9890e9663be6152ee5))
- **reminder:** add default task reminder option setting ([#5344](https://github.com/johannesjo/super-productivity/issues/5344)) ([c60a806](https://github.com/johannesjo/super-productivity/commit/c60a8064100b0e14ae10b97154b54df4b18734d8))
- remove unicorn from daily summary ([ee77abe](https://github.com/johannesjo/super-productivity/commit/ee77abe11b1976cf2646468979b6d7c5467d128d))
- **shortSyntax:** add support for time unit clusters ([#2983](https://github.com/johannesjo/super-productivity/issues/2983)) ([0431ec4](https://github.com/johannesjo/super-productivity/commit/0431ec48031a26e32ed48e9d4df03ba9438bd7eb))
- **task:** add ability to edit task created and completed ([e507299](https://github.com/johannesjo/super-productivity/commit/e5072995e817a107a303e31e46095733350b003e))
## [16.2.1](https://github.com/johannesjo/super-productivity/compare/v16.2.0...v16.2.1) (2025-11-01)
### Bug Fixes

View file

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

View file

@ -0,0 +1,70 @@
### Bug Fixes
* avoid code error
* bottom panel not opening when animations are dislabed
* code error
* correct trackBy function calls in @for loops
* duplicate calendar entries for recurring (a3b0da0), closes #3837
* **focusMode:** code errors
* **focusMode:** mode selection buttons styling
* **focusMode:** plus and minus affecting running session duration
* **focusMode:** task selection
* group by date not including dueWithTime (f18a7d8), closes #5429
* **i18n:** fix json syntax in zh-tw locale
* **i18n:** rename zh-tw translation file and fix signal call
* ical import not working when not DEND is specified (5219941), closes #3834
* ical issue #5418
* improve on ical recurrence fix #3837
* improve on ical recurrence fix 3 #3837
* lazy chart component
* lint errors for #5441
* **logging:** improve object serialization in log history (ebf70a1), closes #5439
* **logging:** restore defensive checks for non-DOM environments
* make plugin notifications work in webview #5376
* **metrics:** gap in productivity score
* **mobileSideNav:** handle back button to hide side nav menu
* repeatable tasks not created without restart (5d51046), closes #5391
* retain orphan RECURRENCE-ID events and ensure unique IDs for modified instances #3837
* select task component
* show mobile bottom nav always when there is no other nav
* side nav icon colors
* sidenav text colors
* task focus for added tasks not working as expected #5453
* **test:** adjust derivation of days for repeat task fixture
* webview check for third party webviews #5447
### Features
* add permanent sort
* add time frames to lazy-chart component
* adjust number badge font-size
* adjust values for right panel #5385
* **api:** implement methods for simple counters (25c6871), closes #5398
* **focusMode:** add translations
* **focusMode:** draft for new focus mode 1
* **focusMode:** draft for new focus mode 2
* **focusMode:** draft for new focus mode 3
* **focusMode:** draft for new focus mode 4
* **focusMode:** draft for new focus mode 5
* **focusMode:** draft for new focus mode 6
* **focusMode:** improve
* **focusMode:** improve
* **focusMode:** improve ani
* **focusMode:** improve animation and focus mode in general
* **focusMode:** improve focus mode button
* **focusMode:** improve focus mode button and simple counter button
* **focusMode:** improve focus rocket
* **focusMode:** improve focus rocket 2
* **focusMode:** improve on header buttons
* **focusMode:** improve time selection
* **focusMode:** make time selection work better and improve code quality
* **focusMode:** outline better task selection
* **focusMode:** show running time in button
* improve lazy chart
* improve offline handling for calendars #5440
* improve offline handling for calendars 2 #5440
* imrpve side nav colors
* **reminder:** add default task reminder option setting (#5344)
* remove unicorn from daily summary
* **shortSyntax:** add support for time unit clusters (#2983)
* **task:** add ability to edit task created and completed

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "16.2.1",
"version": "16.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "16.2.1",
"version": "16.3.0",
"license": "MIT",
"workspaces": [
"packages/*"

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "16.2.1",
"version": "16.3.0",
"description": "ToDo list and Time Tracking",
"keywords": [
"ToDo",

View file

@ -1,6 +1,6 @@
// this file is automatically generated by git.version.ts script
export const versions = {
version: '16.2.1',
version: '16.3.0',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};