318 Commits
Author SHA1 Message Date
meoware.exe 7f06969bef Fixes for Lunar <3 2026-08-15 23:36:14 +10:00
meoware.exe c86d18a75c Update Shader Defaults <3 2026-08-15 00:41:48 +10:00
meoware.exe 2c384fa0cb Remove Oil Shader <3 2026-08-14 23:03:04 +10:00
meowarex 3c289debbb Update License <3 2026-08-14 08:30:44 +00:00
meoware.exe 4149add9a7 New Shader <3 2026-08-14 04:25:52 +10:00
meoware.exe 5c0afe0a73 Fix toggle alignment 2026-08-13 22:08:41 +10:00
meoware.exe c369de4f1b Center Cover Art <3 2026-08-13 22:07:09 +10:00
meoware.exe b20e942b4d Cover Everywhere (Stock Support) 2026-08-13 21:44:37 +10:00
meoware.exe 528ddf3854 Hotfix + Re add the bug immediatley <3 2026-08-13 05:01:10 +10:00
meoware.exe 95aa07796f Backdrop Rewrite (Kawarp <3) 2026-08-13 04:17:18 +10:00
meoware.exe 3a05506ce6 Add WIP labels <3 2026-08-11 19:22:52 +10:00
meoware.exe e1cb8bb023 WIP | Syllable AI 2026-08-11 18:56:44 +10:00
meoware.exe a3e5ea2772 Fix line spacing <3 2026-08-04 05:58:44 +10:00
meoware.exe a280d3df8d Remove Redundant Scroll Code <3 2026-08-04 05:49:43 +10:00
meoware.exe f86f062b3e Fix the sync button thinking RL = User Scroll 2026-08-04 05:39:50 +10:00
meoware.exe ff9e4998d4 Patch out _hasCues_ 2026-08-04 05:19:04 +10:00
meoware.exe 29a1dd93ac Patch Play Queue Color 2026-07-01 20:06:55 +10:00
meoware.exe f4d4d778b4 Remove uneeded patches 2026-07-01 17:21:53 +10:00
meoware.exe 522edb0202 Fix Player Bar Update issues 2026-07-01 16:49:52 +10:00
meoware.exe 5a7d4f9c07 updated platform for DX 2026-06-15 23:59:35 +10:00
meoware.exe 8a86de1b39 Literally just changed the README 2026-06-01 20:24:32 +10:00
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