Commit graph

247 commits

Author SHA1 Message Date
Neko Ayaka
2fbd5b6b3a
release: v0.8.0-alpha.8 2025-12-02 03:00:12 +08:00
Neko Ayaka
3c1ac5379f
release: v0.8.0-alpha.6 2025-12-01 16:09:20 +08:00
Neko Ayaka
e28e2eff89
chore(deps): bump valibot 2025-12-01 00:49:45 +08:00
Neko Ayaka
0f2a872736
release: v0.8.0-alpha.5 2025-11-28 14:44:25 +08:00
Neko Ayaka
195cfe3dde
fix(vite-plugin-warpdrive): vitest incorrectly configured, format & types & import 2025-11-26 23:36:07 +08:00
Neko Ayaka
e34e7aa389
release: v0.8.0-alpha.4 2025-11-24 16:36:27 +08:00
Neko Ayaka
08664e3e3c
release: v0.8.0-alpha.3 2025-11-24 12:35:12 +08:00
Neko Ayaka
052da41a89
release: v0.8.0-alpha.2 2025-11-24 03:59:01 +08:00
Neko Ayaka
091b980ae1
release: v0.8.0-alpha.1 2025-11-24 02:48:49 +08:00
Neko Ayaka
b29ed05f75
feat(minecraft): support to auth with Microsoft auth, added docs 2025-11-21 17:10:08 +08:00
Neko Ayaka
3e741d57ec
chore(deps): bump dependencies 2025-11-16 02:21:38 +08:00
Neko Ayaka
5b9bf180e9
Revert "chore(deps): bump dependencies"
This reverts commit 38401084e1.
2025-11-16 01:28:29 +08:00
Neko Ayaka
38401084e1
chore(deps): bump dependencies 2025-11-15 23:45:01 +08:00
藍+85CD
38eda5f330
chore: remove empty files (#710) 2025-11-02 13:01:40 +08:00
Neko Ayaka
a7a1302b99
chore(deps): bump dependencies 2025-11-01 16:03:45 +08:00
Neko Ayaka
58530dae23
style: lint 2025-10-31 02:02:41 +08:00
Neko Ayaka
32934b9bbe
fix(stage-tamagotchi): bad import & lint 2025-10-20 00:47:34 +08:00
藍+85CD
233b5a7ba8
refactor: partially remove dotenv, dotenvx (#667) 2025-10-18 21:02:46 +08:00
Neko Ayaka
0b85ab78fc
chore(deps): bump dependencies 2025-10-12 00:36:21 +08:00
Neko Ayaka
0de306f668
chore(deps): bump dependencies 2025-10-09 02:35:44 +08:00
Neko Ayaka
6cfc9c8ee0
fix(stage-tamagotchi): icon 2025-10-06 14:57:49 +08:00
Sline
d744bec754
refactor: start websocket server by server-runtime (#634) 2025-10-04 21:56:30 +08:00
Neko Ayaka
75321a4cd9
chore(deps): bump dependencies 2025-10-03 16:54:50 +08:00
Sline
b190122bf1
feat(stage-ui,stage-web): Implement Comprehensive Module Settings Management with Frontend UI and Backend WebSocket Integration (#617)
---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Neko Ayaka <neko@ayaka.moe>
2025-10-01 01:11:12 +08:00
Neko Ayaka
372125fb89
chore(deps): bump dependencies
Notice: after bumping up to three 0.180.0 with @types/three 0.180.0,
  Argument of type 'Group<Object3DEventMap>' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
    Type 'Group<Object3DEventMap>' is missing the following properties from type 'Object3D<Object3DEventMap>': setPointerCapture, releasePointerCapture, hasPointerCapture

Currently, AFAIK, clearly, three, and @types/three doesn't have the setPointerCapture, releasePointerCapture, hasPointerCapture method / getters
The only place I found on GitHub, points out that 456aa38020/packages/pointer-events/src/pointer.ts (L69-L100) declares

```js
declare module 'three' {
  interface Object3D {
    setPointerCapture(pointerId: number): void
    releasePointerCapture(pointerId: number): void
    hasPointerCapture(pointerId: number): boolean

    intersectChildren?: boolean
    interactableDescendants?: Array<Object3D>
    /**
     * @deprecated
     */
    ancestorsHaveListeners?: boolean
    ancestorsHavePointerListeners?: boolean
    ancestorsHaveWheelListeners?: boolean
  }
}
```

And in @tresjs/core v5, it uses the @pmndrs/pointer-events internally.
Somehow the Object3D from @types/three and the one augmented by @pmndrs/pointer-events are not compatible.

`new Object3D() as unknown as Object3D` works as workaround here but there should be no need to do such a thing since these two Object3D should be the same.
With no updates from `typescript`, I assume there is no breaking change or regression from `typescript` side.
2025-09-26 17:07:07 +08:00
Neko Ayaka
dd73845ed3
release: v0.7.2-beta.3 2025-09-11 15:18:02 +08:00
Neko Ayaka
20cb21f82f
fix: usLogg from @guiiai/logg error 2025-09-10 21:18:48 +08:00
RainbowBird
733b8893c7
refactor: replace useLogg with useLogger (#563) 2025-09-07 23:47:23 +08:00
Neko Ayaka
cda0ec1221
feat(services/telegram-bot): better o11y 2025-09-03 15:27:12 +08:00
Neko Ayaka
ab10782c65
chore(deps): bump dependencies 2025-09-03 13:25:12 +08:00
Neko Ayaka
a63478eb64
fix: typecheck 2025-09-01 19:56:33 +08:00
Neko Ayaka
1c5c6fb1c0
refactor(services/telegram-bot): reduces context significantly 2025-09-01 19:54:03 +08:00
Neko Ayaka
dc6dff5a6d
chore(deps): bump dependencies 2025-08-29 01:38:04 +08:00
Neko Ayaka
6ffb13da8e
release: v0.7.2-beta.2 2025-08-25 03:56:39 +08:00
Neko Ayaka
a5ce042525
release: v0.7.2-beta.1 2025-08-21 04:23:04 +08:00
Neko Ayaka
2ab96a2a44
refactor(services/telegram-bot): improved prompt and setup, adapted to Ollama 2025-08-20 18:14:56 +08:00
Neko Ayaka
b2a00e41ad
fix(service/telegram-bot): prevent being trucated 2025-08-19 22:57:11 +08:00
Neko Ayaka
86b1cf0fb1
feat(service/telegram-bot): added all resources to deploy otel for observability (o11y) 2025-08-19 16:35:09 +08:00
Neko Ayaka
c88b72f07b
release: v0.7.1 2025-08-05 21:21:01 +08:00
Neko Ayaka
bad616e8e7
release: v0.7.0 2025-08-04 16:18:38 +08:00
Neko Ayaka
a095ee62f1
chore(deps): bump dependencies 2025-08-02 01:06:54 +08:00
Neko Ayaka
ebbacfc737
release: v0.7.0-beta.1 2025-07-27 14:35:21 +08:00
Neko Ayaka
50371c580a
chore(deps): bump dependencies 2025-07-22 14:28:27 +08:00
Neko Ayaka
ea48861e9d
release: v0.7.0-alpha.1 2025-07-21 17:40:52 +08:00
Typed SIGTERM
76e546316a
chore: use AVIF instead of PNG/JPG as more as possible (#301) 2025-07-19 19:58:12 +08:00
Neko
5e8b2b8412
feat(docs): migrate to vitepress with @unovue/reka-ui's theme (#224) 2025-07-15 10:25:44 +08:00
Neko Ayaka
34b547047f
chore(deps): bump dependencies 2025-07-06 19:06:59 +08:00
Neko Ayaka
28222603c7
refacor(audio): unified audio package 2025-07-03 14:07:37 +08:00
Neko Ayaka
bb59f327b0
chore(deps): bump dependencies 2025-06-30 16:15:45 +08:00
Neko Ayaka
8ee87f9e70
style(*): stronger import sort 2025-06-30 02:23:40 +08:00