Commit Graph
100 Commits
Author SHA1 Message Date
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
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
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
meoware.exe 4b2478c301 Fixed UI Freeze on Tidal line fallback 2026-04-02 16:11:06 +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
meoware.exe c88ddef2f9 Forgot a Timeout <3 2026-02-28 16:45:21 +11:00
meoware.exe 38cdc156d6 Romanize ALL Tracks <3 2026-02-28 16:30:16 +11:00
meoware.exe 055fff6d47 Apply Effects to ALL Tracks! 2026-02-28 15:57:21 +11:00
meoware.exe 00eaf37dfa Added Romanized Lyrics 2026-02-27 19:19:54 +11:00
meoware.exe c6e916e6f6 Fixed Mini Cover Art Padding 2026-02-25 21:37:27 +11:00
meoware.exe 64dfe47592 Added Lyric Font Size 2026-02-25 21:02:09 +11:00
meoware.exe ef4c73037f Fixed Disabling Lyrics Glow 2026-02-25 20:54:51 +11:00
meoware.exe ec25abf6f5 Fixed Colorama lyrics 2026-02-25 20:38:30 +11:00
meoware.exe e766bac0fa Apply Context Aware & Bubbled lyrics to Line 2026-02-24 23:38:16 +11:00
meoware.exe d07444e102 Update Gitignore <3 2026-02-24 23:28:02 +11:00
meoware.exe 56c73abc05 CodeReview 2026-02-24 23:25:21 +11:00
meoware.exe 20adbd26dc Context Aware Lyrics & Aniamtions (Line) 2026-02-24 23:08:29 +11:00
meoware.exe ff417f5472 ISRC Support 2026-02-24 15:05:46 +11:00
meoware.exe 0a694a5bc0 WIP Animations 2026-02-21 03:54:45 +11:00
meoware.exe 84af1a40f6 REMIX Detection 2026-02-21 01:06:54 +11:00
meoware.exe adcbadcf49 Cleanup <3 2026-02-20 23:53:17 +11:00
meoware.exe af4cd80c7c Fixed Random Srcub Fire 2026-02-20 23:05:51 +11:00
meoware.exe 256dd3d724 Syllable Lyrics <3 2026-02-20 22:55:10 +11:00
meoware.exe d6a3b26b41 Rewrite Timeouts + Bug Fixes 2026-02-20 15:21:58 +11:00
meoware.exe df80ef748e Fix Race Condition 2026-02-19 23:53:48 +11:00
meoware.exe 68fc92b2db WBW + Observer Refactor + Prep for Syllables 2026-02-19 23:44:03 +11:00
meoware.exe 1aa12e9fd3 Improved Logic 2026-02-13 14:47:29 +11:00
meoware.exe 8196ed6778 Added Quality Matched Seeker Color 2026-02-13 14:28:39 +11:00
meoware.exe 6af3b93272 Deprecated Obsidian | Merged into RL <3 2026-02-11 21:01:05 +11:00
meoware.exe 422d03a54e Biome <3 2026-02-11 20:54:57 +11:00
meoware.exe b27f0ca165 CodeReview Changes 2026-02-11 20:46:07 +11:00
meoware.exe cd35fee3f0 Merged Obsidian into RL + Added Conditional Settings Visability 2026-02-11 20:26:05 +11:00
meoware.exe bce5ddba54 Updated Stikcy Lyrics Default 2026-02-09 22:58:51 +11:00
meoware.exe 9c537fa877 Added Sticky Lyrics 2026-02-09 22:49:29 +11:00
meoware.exe 6981cc8315 Removed Small Header BG 2026-02-09 19:36:58 +11:00
meoware.exe 56b7476e92 Fix Tidals New Sticky Header 2026-02-08 00:27:54 +11:00
meoware.exe 09857b6b54 Fixed Media Table Border + Search bar Width 2026-01-15 21:25:35 +11:00
meoware.exe dc82194a90 Reduces New Corner Radius 2025-12-30 14:49:06 +11:00
meoware.exe 36257a954e HideUI Now hides header bar (Minimize, Fullscreen & Search) 2025-12-30 14:37:30 +11:00
meoware.exe e62944a0df Fixed HideUI & Removed Animations :( 2025-12-30 14:11:49 +11:00
meoware.exe 6d9184e5eb Re added CSS 2025-12-30 13:40:21 +11:00
meoware.exe 081b4cbdd8 Removed Duplicate Code 2025-12-30 13:17:25 +11:00
meoware.exe 4ca99ebd72 Updated for Sidebar 3.0 + Fixed Image Radius + Fixed Header Clipping 2025-12-30 13:10:18 +11:00
meoware.exe 047d4de2f4 Update BIOME Preferences 2025-10-22 11:08:57 +11:00
meoware.exe d83a786de3 Updated README <3 2025-09-09 21:36:24 +10:00
meoware.exe 0356ea6b76 Renamed oled-theme to obsidian 2025-09-09 21:30:19 +10:00
meoware.exe b9a9588f9d Adjusted Default Settings 2025-09-09 21:09:08 +10:00
meoware.exe fa0a7b7f56 Adjusted Cover Scale Settings 2025-09-09 20:58:28 +10:00
meoware.exe f2c31bb33a Background Cover Scale 2025-09-09 20:44:15 +10:00
meoware.exe 78d960588c Background Radius 2025-09-09 20:23:42 +10:00
meoware.exe 2ea44bd3cc Background Cover Scale 2025-09-09 20:09:24 +10:00
meoware.exe 9c9b47c930 Fixed Green HideUI Button 2025-09-09 19:33:29 +10:00
meoware.exe d53fd08ee8 Code Review 2025-09-09 19:20:30 +10:00