Misaka
ffc3cbb4a9
feat: implement background update download without blocking user login
...
- Change update check and download to async execution, allowing immediate app entry for User users
- Updates run in background, showing update prompt when download completes
- Optimize login flow experience, eliminating blocking time caused by update downloads
- Add release notes for version 1.5.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-24 21:43:03 +08:00
Misaka_Company
7a78948a8c
1.5.0
v1.5.0
2026-03-24 17:45:45 +08:00
Misaka_Company
97bf918ed1
docs: add release notes for version 1.5.0
2026-03-24 17:45:34 +08:00
Misaka_Company
1d5268a4da
docs: add release notes style guide
2026-03-24 17:44:48 +08:00
Misaka_Company
2adfc77a58
fix: correct progress speed and ETA display logic
2026-03-24 17:26:18 +08:00
Misaka_Company
2343fb2188
fix: re-trigger authentication after Playwright download completes
2026-03-24 17:16:04 +08:00
Misaka_Company
fb46586a13
fix: remove unused dialog import from runtime.ts
2026-03-24 16:13:28 +08:00
Misaka_Company
6f21785c64
feat: add retry mechanism with exponential backoff for download failures
2026-03-24 16:08:38 +08:00
Misaka_Company
fbd62fe390
feat: integrate Playwright download dialog into startup flow
2026-03-24 16:02:31 +08:00
Misaka_Company
a711781f21
feat: add Playwright browser download progress dialog component
2026-03-24 15:48:07 +08:00
Misaka_Company
6ad916998c
feat: add IPC handlers for Playwright browser download
2026-03-24 15:41:09 +08:00
Misaka_Company
32df3cea67
feat: add Playwright browser download service and preload types
2026-03-24 15:33:52 +08:00
Misaka_Company
37eade6360
1.4.2
v1.4.2
2026-03-23 10:23:41 +08:00
Misaka_Company
5cd1e98bbf
docs: add release notes for v1.4.2
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-23 10:20:52 +08:00
Misaka
8713f8c0e2
chore: ignore skill directories in lint
2026-03-21 21:12:42 +08:00
Misaka
bdde4fefd0
docs: add architecture handbook index
2026-03-21 20:51:16 +08:00
Misaka
180f4aab0a
docs: add developer guides
2026-03-21 20:48:09 +08:00
Misaka
31a32db899
docs: add module handbook index
2026-03-21 20:39:28 +08:00
Misaka
14e7abe11e
docs: add developer module guides
2026-03-21 20:37:50 +08:00
Misaka
57ca1d5650
docs: add developer architecture handbook
2026-03-21 20:25:45 +08:00
Misaka
f40512449a
docs: add developer docs index
2026-03-21 20:10:50 +08:00
Misaka
c09e0eb4e7
test: cover renderer state helpers
2026-03-21 19:45:19 +08:00
Misaka
86614efa22
refactor: lazy load renderer dialogs
2026-03-21 19:32:03 +08:00
Misaka
16ac892c93
refactor: isolate extractor and update dialog state
2026-03-21 19:28:01 +08:00
Misaka
1fc2eab816
refactor: split cleaner page layout
2026-03-21 19:15:35 +08:00
Misaka
2baf55bd2e
refactor: split app bootstrap and shell
2026-03-21 19:05:10 +08:00
Misaka
957cfbda46
docs: add react optimization plan
2026-03-21 18:40:55 +08:00
Misaka
bede488230
chore: align packaging with windows release flow
2026-03-21 18:30:05 +08:00
Misaka
ed2a42ad6b
test: cover electron boundary modules
2026-03-21 18:26:13 +08:00
Misaka
13db99d51d
refactor: extract update catalog decisions
2026-03-21 18:14:08 +08:00
Misaka
84c6b81959
refactor: split update service responsibilities
2026-03-21 18:06:10 +08:00
Misaka
9a1f5a483e
fix: harden startup flow and auth re-entry
2026-03-21 11:02:17 +08:00
Misaka
ed65312fff
refactor: split preload api by domain
2026-03-21 10:49:13 +08:00
Misaka
26c05f3726
refactor: move ipc orchestration into application services
2026-03-21 10:40:36 +08:00
Misaka
546d005c19
refactor: split main process bootstrap flow
2026-03-21 10:33:33 +08:00
Misaka
325e6fcc89
docs: add electron optimization plan
2026-03-21 10:28:11 +08:00
Misaka
2e01542cd8
chore: update skill lock metadata
2026-03-21 10:11:36 +08:00
Misaka
0e77479955
style: format codebase files
2026-03-21 09:34:44 +08:00
Misaka
2b4a09dabe
fix: resolve lint and typecheck issues
2026-03-21 09:33:07 +08:00
Misaka
2fba07fd8f
fix: restore full typecheck stability
2026-03-21 09:17:58 +08:00
Misaka
08bd2cb7d5
docs: add refactor overview documents
2026-03-21 09:07:13 +08:00
Misaka
7b57545127
refactor: extract cleaner hook helpers and api
2026-03-21 09:02:45 +08:00
Misaka
b979b73ba1
refactor: split validation handler responsibilities
2026-03-21 08:54:35 +08:00
Misaka
68e6c9483f
1.4.1
v1.4.1
2026-03-20 23:30:05 +08:00
Misaka
63ff32817e
docs: add 1.4.1 release notes
2026-03-20 23:29:55 +08:00
Misaka
78544af8de
Merge branch 'dev'
2026-03-20 23:28:24 +08:00
Misaka
7d73592d41
Merge remote-tracking branch 'origin/dev' into dev
2026-03-20 23:25:32 +08:00
Misaka
bacdd2d82f
1.4.0
v1.4.0
2026-03-20 23:22:53 +08:00
Misaka
4add295e44
docs: add 1.4.0 release notes
2026-03-20 23:22:45 +08:00
Misaka
88b2e8d355
Merge branch 'dev'
2026-03-20 23:17:38 +08:00