Folo/apps/desktop
Innei 6dc58b817e
feat(migrates): implement migration system with versioning and initial migration logic
- Added a helper function to define migration options.
- Created the first migration (v1) to enable enhanced settings based on default values.
- Updated migration handling in the index file to track and apply migrations as needed.

This enhancement establishes a structured approach to manage application migrations, improving maintainability and upgrade processes.

Signed-off-by: Innei <tukon479@gmail.com>
2025-03-26 23:48:46 +08:00
..
build feat: appx (#3219) 2025-03-21 17:28:12 +08:00
changelog feat: add PDF export functionality (#3264) 2025-03-25 01:10:38 +00:00
configs refactor: extract all env from shared 2025-03-04 19:20:21 +08:00
locales feat(desktop): simplify settings via enhance settings toggle 2025-03-26 23:20:53 +08:00
plugins/vite fix(desktop): Improve platform-specific import resolution 2025-03-04 18:50:58 +08:00
resources chore: desktop dir (#2924) 2025-03-02 17:19:22 +08:00
scripts chore: signpath (#3286) 2025-03-26 00:03:49 +08:00
src feat(migrates): implement migration system with versioning and initial migration logic 2025-03-26 23:48:46 +08:00
static feat: appx (#3219) 2025-03-21 17:28:12 +08:00
.env.example chore: recover .env.example 2025-03-10 18:40:04 +08:00
electron.vite.config.ts chore: desktop dir (#2924) 2025-03-02 17:19:22 +08:00
forge.config.cts chore: signpath (#3286) 2025-03-26 00:03:49 +08:00
package.json build(deps): bump the patch group 2025-03-26 11:08:11 +08:00
postcss.config.cjs chore: desktop dir (#2924) 2025-03-02 17:19:22 +08:00
tailwind.config.ts chore: desktop dir (#2924) 2025-03-02 17:19:22 +08:00
vite.config.electron-render.ts chore: desktop dir (#2924) 2025-03-02 17:19:22 +08:00
vite.config.ts feat: rename (#3181) 2025-03-19 21:43:55 +08:00