Commit Graph
31 Commits
Author SHA1 Message Date
LemonNeko 5a9110a802 release: v0.4.0 2025-04-01 01:09:39 +08:00
LemonNeko eccd6b2cd9 feat(stage-web): new settings animation (#100)
* feat(stage-web): new settings animation

* fix: optimize, issues

* fix: allow disable icon animation

* fix: typo

* fix: disable icon animation when disable all animation
2025-03-27 21:07:05 +08:00
LemonNeko 131e4a5e06 style(stage-web): fix word break (#96)
* style(stage-web): fix word break

* chore: remove unnecessary comments
2025-03-25 17:20:40 +08:00
LemonNeko 758e30a123 refactor(stage-tamagotchi): rewrite it in rust (#90)
* chore: create tauri project, let window transparent

* chore: fix i18n

* chore: remove cocoa

* feat: open settings window

* feat: window controls shortcuts

* feat: system tray

* chore: install dependencies
2025-03-24 03:03:14 +08:00
LemonNeko 367d57f305 style(stage-web): disable color animation when dynamic theme enabled (#88) 2025-03-20 20:29:57 +08:00
LemonNeko 0463fbb7d1 feat(stage-ui): extract primary color from stage (#83) 2025-03-16 21:58:27 +08:00
LemonNeko e764d33404 fix(motion-map): cannot export (#81) 2025-03-15 22:05:02 +08:00
LemonNeko 24169e63e0 feat(stage-tamagotchi): apply dynamic theme color to tamagotchi (#69) 2025-03-11 17:46:45 +08:00
LemonNeko 32a4a86476 chore(stage-web): make the live2d shadow also follow theme color (#63) 2025-03-09 21:42:44 +08:00
LemonNeko 25e06085f3 feat(stage): custom primary colors (#53)
* feat(stage-ui): allow disable transitions
* fix(stage-web): apply motion map from file
* chore(stage-web): change icon
* feat(stage): custom primary colors
2025-03-08 16:51:48 +08:00
LemonNeko c4a3c21529 refactor(stage-ui): motion mapping editor (#45)
* refactor(stage-ui): move motion to pinia store
* wip: patch model file to change motion mapping
* feat(stage-ui): save and export remapped motions
2025-03-06 11:29:23 +08:00
LemonNekoandNeko 0528239bfd feat(stage-web): load and save live2d model (#41)
* wip: ui

* wip: load local live2d zip

* feat(stage-web): save model to indexed db

* fix: apply suggestion

Co-authored-by: Neko <neko@ayaka.moe>

---------

Co-authored-by: Neko <neko@ayaka.moe>
2025-03-03 01:39:37 +08:00
LemonNeko 184cfdcdca fix(duckdb): try fix typecheck (#39) 2025-02-28 17:01:08 +08:00
LemonNeko d1b4b0aa23 fix(stage-web): increase maximum file size to cache 2025-02-28 16:21:11 +08:00
LemonNeko 597a38a5a9 release: v0.3.6 2025-02-28 14:32:52 +08:00
LemonNeko 9337af33be chore(CI): trigger release tamagotchi after release published 2025-02-28 14:31:49 +08:00
LemonNeko 49be0b29b9 release: v0.3.5 2025-02-28 00:41:54 +08:00
LemonNeko c778afe82e feat(stage-tamagotchi): allow resize window, save window size and position (#37)
* feat(stage-tamagotchi): allow resize window, save window size and position

* fix(stage-tamagotchi): set default window size
2025-02-28 00:24:33 +08:00
LemonNeko 856c78f706 perf(stage-web): pause render when settings open (#34) 2025-02-25 18:19:12 +08:00
LemonNeko 636371e971 feat(stage-tamagotchi): system tray (#32)
* fix(tamagotchi): cannot use default select copy and paste
* style(tamagotchi): scrollbar
* fix(tamagotchi): set motion
* feat(tamagotchi): system tray
* fix: linter issue
* fix: typecheck
* fix: electron declaration
2025-02-23 22:54:24 +08:00
LemonNeko 9889767d22 feat: edit shortcuts (#31) 2025-02-22 21:43:39 +08:00
LemonNeko 2f9708098e chore: use electron native app region (#29)
* chore: use electron native app region to move window

* chore: i don't know what is it, but it looks like an animation
2025-02-21 17:12:32 +08:00
LemonNeko b5518d7a66 release: v0.3.3 2025-02-20 17:39:13 +08:00
LemonNeko 240129359f fix: tamagotchi path (#27) 2025-02-20 17:37:33 +08:00
LemonNeko 97d829df7a fix: pnpm filter on windows (#26) 2025-02-20 16:16:47 +08:00
LemonNeko 2854483b6a feat(stage-tamagotchi): electron i18n (#25) 2025-02-19 22:39:53 +08:00
LemonNeko 61a2848c55 release: v0.1.6 (#22) 2025-02-10 20:03:14 +08:00
LemonNeko 25d28c3992 release: v0.1.5 2025-02-10 19:56:56 +08:00
LemonNekoandNeko 5abede8a29 chore: pack tamagotchi (#20)
* pin electron-builder version to 24.13.3

* change artifactName to product name

* add workflow file

* build dependencies

* fix path

* env cannot cross job

* remove non-exists dependency

* use powershell for windows

* fix string

* fix env

* fix release permission

* fix generate release note

* remove version prefix

---------

Co-authored-by: Neko <neko@ayaka.moe>
2025-02-10 19:42:33 +08:00
LemonNeko ca02572fbe chore(tamagotchi): move settings a single window (#14)
* move settings to a new window
* use custom menu
* fix routing
2025-01-15 21:58:22 +08:00
LemonNeko 3c8e7788a0 feat: desktop tamagotchi (#7)
* rebase origin main

* exclude packages/desktop/out

* tmp commit

* use mobile ui instead of desktop ui

* fix lockfile

* send ipc event to move window

* load zip file

* rename folder

* remove `less`

* add correct prefix for script

* use airi logo instead of electron default logo

* remove duplicate icon

* use import.meta instead of __dirname
2025-01-03 16:57:59 +08:00