54ed29c50fdocs(eas-build): document APK upload retry pattern for transient 502/504
le king fu
2026-05-01 07:17:51 -0400
22f96bc9a9chore: bump version to 1.6.2 (versionCode 14)
v1.6.2
le king fu
2026-04-28 19:48:49 -0400
2245484407Merge pull request 'fix(security): override postcss to ^8.5.10' (#80) from fix/vuln-postcss-override into mastermaximus2026-04-28 01:26:11 +0000
1a1eddfd68Merge pull request 'fix: refresh Android widget after sync push and pull (#65)' (#66) from issue-65-widget-sync-refresh into mastermaximus2026-04-09 13:37:06 +0000
21020406b2fix: prevent sub-subtask creation, limit nesting to 2 levels (#62)
le king fu
2026-04-08 21:13:43 -0400
894ac03072feat: add refresh button on web + swipe-to-refresh on mobile (#61)
le king fu
2026-04-08 21:04:55 -0400
6c36ebcce5fix: wrap inbox merge in transaction, revert seed to random UUID (#60)
le king fu
2026-04-08 20:54:55 -0400
d9daf9eda4fix: resolve duplicate inbox on web after mobile sync (#60)
le king fu
2026-04-08 20:50:12 -0400
71ee702739chore: bump version to 1.5.2 (versionCode 11)
v1.5.2
le king fu
2026-04-08 15:42:22 -0400
0893cea489Merge pull request 'fix: resolve sync data inconsistency between mobile and web (#55)' (#58) from fix/simpl-liste-55-sync-data-inconsistency into mastermaximus2026-04-08 19:32:15 +0000
8f7204e4b1fix: resolve sync data inconsistency between mobile and web (#55)
le king fu
2026-04-08 15:28:36 -0400
818f66205bMerge pull request 'fix: update deps for high vulnerabilities (#54)' (#57) from fix/simpl-liste-54-vulnerability-updates into mastermaximus2026-04-08 19:23:37 +0000
5b16882a83fix: update drizzle-orm and @xmldom/xmldom to fix high vulnerabilities (#54)
le king fu
2026-04-08 15:22:42 -0400
45d463c849Merge pull request 'fix: rename .env.example to .env.template (#53)' (#56) from fix/simpl-liste-53-env-example-false-positive into mastermaximus2026-04-08 19:21:40 +0000
a5e9aa6f09fix: rename .env.example to .env.template to avoid false positive (#53)
le king fu
2026-04-08 15:20:55 -0400
89b3dada4afix: replace Link with anchor tags for Logto auth routes
le king fu
2026-04-08 14:31:04 -0400
9933c3678efix: pass full URL to handleSignIn for callback URI matching
le king fu
2026-04-08 13:28:08 -0400
f786947941fix: resolve Logto auth crash on web — remove illegal cookie set in layout
le king fu
2026-04-08 13:12:59 -0400
14c208be46Merge pull request 'fix: force widget refresh after subtask toggle (#32)' (#33) from fix/simpl-liste-32-widget-subtask-toggle into mastermaximus2026-04-08 16:44:46 +0000
6328a8d0d3fix: correct Logto session cookie prefix in middleware
v1.5.1
v1.5.0
le king fu
2026-04-07 08:56:21 -0400
8462aa9ef4Merge pull request 'feat: add mobile sync client with outbox pattern (#40)' (#47) from issue-40-sync-mobile into mastermaximus2026-04-06 16:59:00 +0000
b7a090df71Merge pull request 'feat: implement web frontend with full task management UI (#39)' (#46) from issue-39-frontend-web into mastermaximus2026-04-06 16:58:35 +0000
f4df9bbfd0Merge pull request 'feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35)' (#42) from issue-35-web-setup into mastermaximus2026-04-06 16:58:04 +0000
d486be9227Merge pull request 'feat: extract shared types, colors, priority and recurrence (#34)' (#41) from issue-34-shared-types into mastermaximus2026-04-06 16:57:29 +0000
c496d9586cfeat: add mobile sync client with outbox pattern (#40)
le king fu
2026-04-06 12:54:44 -0400
cb04adcc2efeat: implement web frontend with full task management UI (#39)
le king fu
2026-04-06 12:40:11 -0400
2f2a48f644Merge pull request 'feat: add WebSocket server with ticket auth and heartbeat (#38)' (#45) from issue-38-websocket into issue-35-web-setupmaximus2026-04-06 16:07:00 +0000
6d2e7449f3feat: add WebSocket server with ticket auth and heartbeat (#38)
le king fu
2026-04-06 11:55:28 -0400
46ead345b4Merge pull request 'feat: implement REST API backend with full CRUD and sync (#37)' (#44) from issue-37-api-rest into issue-35-web-setupmaximus2026-04-06 15:52:30 +0000
be9ba65337feat: implement REST API backend with full CRUD and sync (#37)
le king fu
2026-04-06 11:47:53 -0400
0369597eb6Merge pull request 'feat: integrate Logto auth with middleware and login page (#36)' (#43) from issue-36-auth-logto into issue-35-web-setupmaximus2026-04-06 15:38:45 +0000
42c39907cdfeat: integrate Logto auth with middleware and login page (#36)
le king fu
2026-04-06 11:37:20 -0400
022fe53b92feat: setup Next.js web project with Drizzle + PostgreSQL schema (#35)
le king fu
2026-04-06 11:03:34 -0400
91eef58186fix: remove duplicate RecurrenceType definition in shared/types (#34)
le king fu
2026-04-06 10:39:12 -0400
b277232462feat: extract shared types, colors, priority and recurrence (#34)
le king fu
2026-04-06 10:38:16 -0400
645f778db5fix: remove unnecessary forceWidgetRefresh from TOGGLE_COMPLETE and TOGGLE_EXPAND (#32)
escouade-bot
2026-03-31 02:00:49 -0400
82b501e753fix: force widget refresh via requestWidgetUpdate after click actions (#32)
escouade-bot
2026-03-31 00:01:14 -0400
7f8a0832d4chore: bump version to 1.4.0
v1.4.0
le king fu
2026-03-30 20:14:47 -0400
244fbee405Merge pull request 'fix: consolidate widget AsyncStorage and debounce expand (#29)' (#31) from issue-29-widget-expand-perf into mastermaximus2026-03-31 00:13:13 +0000
9b1f7e79c9Merge pull request 'feat: inline edit and delete for subtasks (#25)' (#30) from issue-25-edit-delete-subtasks into mastermaximus2026-03-31 00:13:04 +0000
723f5d6501Merge pull request 'fix: update vulnerable dependencies' (#28) from fix/simpl-liste-26-vulnerable-deps into mastermaximus2026-03-31 00:02:07 +0000
704ca9f693fix: bump versionCode to 6 for APK upgrade compatibility
le king fu
2026-03-12 21:10:29 -0400
72ace1db4achore: bump version to 1.3.0
v1.3.0
le king fu
2026-03-12 20:26:10 -0400
3cecf9ba26Merge pull request 'fix: show all tasks in widget (#23)' (#24) from fix/simpl-liste-23-widget-task-count into mastermaximus2026-03-13 00:25:21 +0000
2e13528c6bfix: default widget period to all tasks (#23)
le king fu
2026-03-12 20:10:45 -0400
f040ec7902feat: add configurable widget display period setting (#23)
le king fu
2026-03-12 20:04:35 -0400
dde33acdf2fix: show all tasks in widget without date or count limitsmedic-bot2026-03-12 19:48:14 -0400
b5e722c1f0Merge pull request 'fix: save and back buttons not navigating away from task screen (#21)' (#22) from fix/simpl-liste-21-save-button-navigation into mastermaximus2026-03-10 01:26:05 +0000
0462b5a50bMerge pull request 'fix: sort completed main tasks to bottom of list (#15)' (#18) from fix/simpl-liste-15-sort-completed-tasks into mastermaximus2026-03-08 15:26:01 +0000
2a7b70c65cMerge pull request 'fix: add scroll support in medium/large widgets (#11)' (#14) from fix/simpl-liste-11-widget-scroll into mastermaximus2026-03-08 15:25:16 +0000
6c1bd043e6Merge pull request 'fix: resolve esbuild vulnerability via npm override (#16)' (#17) from fix/simpl-liste-16-esbuild-vulnerability into mastermaximus2026-03-08 15:25:15 +0000
2d9440b05cSort completed main tasks to the bottom of the listmedic-bot2026-03-08 11:04:32 -0400
ce21337042Add npm override to force esbuild ^0.25.0 across all dependenciesmedic-bot2026-03-08 11:02:46 -0400