1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
Yun Chan
4a4f2b78e4 feat(installer): add Inno Setup installer and fix Shell C++ DLL docx leakage
- Introduce Inno Setup standard EXE installer (Everything2Everything-Setup-x64.exe) for zero-friction end-user installation without certificate trust friction
- Fix hardcoded .docx recommendation in Everything2Everything.Shell dllmain.cpp
- Improve MSIX Install.cmd and Install.ps1 with robust privilege elevation and path parsing
- Integrate Inno Setup into tools/Publish-Release.ps1 pipeline and release upload
- Add automated regression tests for installer and packaging integrity
2026-09-03 20:57:26 +09:00
Yun Chan
f1000cc838 fix(app): activate window on launch to ensure window foregrounding 2026-09-03 17:18:32 +09:00
Yun Chan
7e2e4572d0 chore(packaging): retry layout cleanup gracefully 2026-09-03 17:14:09 +09:00
Yun Chan
b67b3f1b61 feat(ui): implement 1-click presets, real-time search & filter bar, batch queue actions, and file inspector 2026-09-03 17:12:14 +09:00
Yun Chan
41c8a8a94b fix(ui): resolve pack URI assembly prefixes, crash-proof dynamic resource brush lookups, and add MainWindow visual tree test
Some checks failed
Forgejo Release / build-and-release (push) Has been cancelled
2026-09-03 12:30:21 +09:00
Yun Chan
4cd9c678c0 feat(tdd): implement SSOT canon, AGENTS.md, ultra-strict design audit, E2E scenarios, and Forgejo release pipeline
Some checks are pending
Forgejo Release / build-and-release (push) Waiting to run
2026-09-03 12:21:40 +09:00