meoware.exe
f7fa918473
Fix Audio Visualizer player hook <3
2026-06-01 20:16:11 +10:00
meoware.exe
fa273705ad
Fix Romanization <3
2026-06-01 19:17:02 +10:00
meoware.exe
f069d7eae2
Fix Copy Lyrics <3
2026-05-29 16:22:17 +10:00
meoware.exe
497f3a95b0
Fix Tidals Playlist control header style
2026-05-29 15:57:13 +10:00
meoware.exe
734e0012cc
Fixed Element hider counter leak
2026-05-21 00:18:03 +10:00
Meow Meow
3d8a755c0f
Merge pull request #121 from meowarex/fix/pnpm-11-allow-builds
...
fix(ci): use pnpm 11 `allowBuilds` syntax and pin pnpm version
2026-05-17 23:31:11 +10:00
meoware.exe
06c4adf54b
fix(ci): use pnpm 11 allowBuilds syntax and pin pnpm version
...
The previous fix (#119 ) used `onlyBuiltDependencies` in pnpm-workspace.yaml,
but the CI runner resolved `version: latest` to pnpm 11.1.2, where that key
was removed and replaced by `allowBuilds` (a map of name -> bool). The
`pnpm.onlyBuiltDependencies` block in package.json doesn't apply at the
workspace level either, so esbuild was still being ignored.
Changes:
- pnpm-workspace.yaml: replace `onlyBuiltDependencies: [esbuild]` with
`allowBuilds: { esbuild: true }` (pnpm 11 syntax).
- package.json: add `packageManager: pnpm@11.1.2` so the version is
reproducible across CI and local; drop the now-dead `pnpm` block.
- .github/workflows/build.yml: drop `version: latest` from
pnpm/action-setup; the action reads the version from `packageManager`.
2026-05-17 13:29:38 +00:00
Meow Meow
e2614d1b68
Merge pull request #119 from meowarex/fix/pnpm-approve-builds-esbuild
...
fix(ci): allow esbuild build scripts to fix ERR_PNPM_IGNORED_BUILDS
2026-05-17 23:22:40 +10:00
meoware.exe
4c6ee03df6
fix(ci): allow esbuild build scripts to fix ERR_PNPM_IGNORED_BUILDS
...
pnpm v10 blocks dependency build/postinstall scripts by default and
requires interactive 'pnpm approve-builds' to whitelist them, which
is not usable in CI. Declare esbuild as an allowed build in both
pnpm-workspace.yaml (canonical location since pnpm 10.7) and
package.json (legacy/parity) so installs run non-interactively.
2026-05-17 13:20:39 +00:00
meoware.exe
d860383d65
Idle animation setting (Audio-Viz)
2026-05-17 18:03:47 +10:00
meoware.exe
b28e245019
Cleanup & Normalize Endings
2026-04-07 18:02:07 +10:00
meoware.exe
83ef103118
Tidal Connect Support <3
2026-04-07 18:00:51 +10:00
meoware.exe
e890c86b85
API Overhaul & Fixed Volume Slider <3
2026-04-06 22:59:26 +10:00
meoware.exe
957285bbbf
CSS Overhaul & Glow Clipping Fix!
2026-04-06 17:18:29 +10:00
meoware.exe
35d03dc116
Pre Word Wrap Lyrics <3
2026-04-06 14:46:34 +10:00
meoware.exe
1dc77fc9d8
Grouped Slots & Visual fixes
2026-04-04 15:28:26 +11:00
meoware.exe
be61b0bbb5
Fixed Null Assertions & Freed !important
2026-04-03 23:35:55 +11:00
meoware.exe
5f0795919d
Overhaul Audio Visualizer & RL UI Improvements
2026-04-03 23:10:58 +11:00
meoware.exe
59af461ea1
Improve Audio Visualizer
2026-04-03 17:07:35 +11:00
meoware.exe
548e4bcaf0
Fixed Descender Character Cutoff @ Larger Font Sizes
2026-04-03 16:25:17 +11:00
meoware.exe
6ea24618d9
Improve HideUI & Flush controls
2026-04-03 16:20:26 +11:00
meoware.exe
20a4f11818
Add Ratelimiting <3
2026-04-03 01:26:44 +11:00
meoware.exe
6603c87eb3
Improved Lyric Injection
2026-04-03 01:09:06 +11:00
meoware.exe
f34382aa08
Prevent clicking flush before first Request
2026-04-03 00:59:53 +11:00
meoware.exe
ce8b1da26d
Lyrics Flush Feature + Redesigned HideUI
2026-04-03 00:49:43 +11:00
meoware.exe
daf76c5ffc
Remove Artwork Border CSS
2026-04-02 23:19:18 +11:00
meoware.exe
306ab3a862
Fix Scroll break on large lyric count
2026-04-02 23:02:54 +11:00
meoware.exe
a45a834580
Fixed Tidal line fallback scroll re/lock
2026-04-02 17:58:53 +11:00
Meow Meow
3f5aaf746b
Merge pull request #94 from meowarex/player-market-ui-rewrite
...
Fixed UI Freeze on Tidal line fallback
2026-04-02 16:34:18 +11:00
meoware.exe
4b2478c301
Fixed UI Freeze on Tidal line fallback
2026-04-02 16:11:06 +11:00
Meow Meow
9c62d3e1f2
Merge pull request #91 from meowarex/player-market-ui-rewrite
...
Player market UI rewrite
2026-04-01 13:24:36 +11:00
meoware.exe
59562f8264
Fixed Slider
2026-04-01 13:23:41 +11:00
meoware.exe
40853d6e64
Change API
2026-04-01 12:58:24 +11:00
meoware.exe
74e3c97147
Add Audio Viz to Now Playing & Remove Lyrics Scrollbar
2026-03-31 20:53:13 +11:00
meoware.exe
b79e15b6c5
Fixed Cascading Redux Errors
2026-03-31 20:24:52 +11:00
meoware.exe
9d1ca88e46
Adjust UI thingos
2026-03-28 21:39:34 +11:00
meoware.exe
bff87b96a1
Cleanup Legacy Code
2026-03-28 21:12:06 +11:00
meoware.exe
9d6afcaaf5
Lyrics Dropdown
2026-03-28 20:55:33 +11:00
meoware.exe
8f995d8474
Made Compatible (Not Rewritten)
2026-03-27 23:47:56 +11:00
meoware.exe
5189d2bbea
Prevent New UI
2026-03-25 15:07:02 +11:00
meoware.exe
1ab2eda25c
Platform Param (DX Logs)
2026-03-10 20:57:20 +11:00
meoware.exe
5e00accc7f
Fix Race Condition
2026-03-02 14:32:32 +11:00
meoware.exe
765c8baf96
Better Glow Cutoff | Thx Aya <3
2026-02-28 22:33:05 +11:00
meoware.exe
d6c2d3ac88
Fixed Glow Cutoff
2026-02-28 22:29:24 +11:00
meoware.exe
7748f2fe08
Fixed Player Bar Border
2026-02-28 21:43:36 +11:00
meoware.exe
7ad4bbb332
Hotfix #7000...
2026-02-28 21:33:44 +11:00
meoware.exe
b493624bda
Patched Context Menus.. Again..
2026-02-28 21:09:44 +11:00
meoware.exe
651e5cbc14
Quick Hotfix
2026-02-28 20:58:13 +11:00
meoware.exe
3e51ac45f8
Fixed Context Menus & other things
2026-02-28 19:51:34 +11:00
meoware.exe
76b1e264f8
Inject Lyrics to Tracks without them in tidal <3
2026-02-28 19:02:24 +11:00