[PR #43] [MERGED] Beta #150

Closed
opened 2026-02-27 19:28:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lox-audioserver/lox-audioserver/pull/43
Author: @rudyberends
Created: 10/17/2025
Status: Merged
Merged: 10/17/2025
Merged by: @rudyberends

Base: mainHead: beta


📝 Commits (7)

  • 92347f7 fix: implement alerts
  • 7cce6b9 feat: add full multiroom group support
  • 2fd43c9 chore: remove debug message
  • 1a01f31 fix: additional webui improvements
  • 6024c9f fix: fixed alerts to play in sync and with right volume
  • 2a0aea7 Merge pull request #42 from rudyberends/feature/alerts-backend
  • 9c87619 chore(release): 2.4.0-beta.1 [skip ci]

📊 Changes

23 files changed (+3094 additions, -121 deletions)

View changed files

📝 CHANGELOG.md (+9 -0)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 public/admin/app.js (+166 -30)
📝 public/admin/style.css (+76 -6)
📝 src/backend/zone/Beolink/backend.ts (+384 -18)
📝 src/backend/zone/Beolink/commands.ts (+4 -2)
📝 src/backend/zone/Beolink/stateMapper.ts (+33 -15)
📝 src/backend/zone/Beolink/types.ts (+36 -4)
📝 src/backend/zone/MusicAssistant/backend.ts (+164 -7)
📝 src/backend/zone/MusicAssistant/client.ts (+2 -2)
📝 src/backend/zone/MusicAssistant/commands.ts (+112 -1)
src/backend/zone/groupTracker.ts (+166 -0)
📝 src/backend/zone/zonemanager.ts (+355 -11)
📝 src/config/config.ts (+145 -1)
📝 src/config/configStore.ts (+62 -1)
📝 src/http/configHttp.ts (+29 -1)
📝 src/http/handlers/alertCommands.ts (+512 -12)
📝 src/http/handlers/configCommands.ts (+122 -4)
src/http/handlers/groupCommands.ts (+420 -0)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lox-audioserver/lox-audioserver/pull/43 **Author:** [@rudyberends](https://github.com/rudyberends) **Created:** 10/17/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@rudyberends](https://github.com/rudyberends) **Base:** `main` ← **Head:** `beta` --- ### 📝 Commits (7) - [`92347f7`](https://github.com/lox-audioserver/lox-audioserver/commit/92347f7a18dd640a8f900dda22a9f232e42b9d6f) fix: implement alerts - [`7cce6b9`](https://github.com/lox-audioserver/lox-audioserver/commit/7cce6b90f4ae8745068d55dd0cf9632c83da14d0) feat: add full multiroom group support - [`2fd43c9`](https://github.com/lox-audioserver/lox-audioserver/commit/2fd43c9daa1d1972668732ab2e3c6080e11d06e0) chore: remove debug message - [`1a01f31`](https://github.com/lox-audioserver/lox-audioserver/commit/1a01f3146d4da96a1bf694aac4c8aabe3d2788c6) fix: additional webui improvements - [`6024c9f`](https://github.com/lox-audioserver/lox-audioserver/commit/6024c9ffedcf8e6d119d538f615d34566fde5a35) fix: fixed alerts to play in sync and with right volume - [`2a0aea7`](https://github.com/lox-audioserver/lox-audioserver/commit/2a0aea759dc286e7bc89979bc1627696fdc56689) Merge pull request #42 from rudyberends/feature/alerts-backend - [`9c87619`](https://github.com/lox-audioserver/lox-audioserver/commit/9c87619d3e384cd69ef713dfad49f0b0ff483d9b) chore(release): 2.4.0-beta.1 [skip ci] ### 📊 Changes **23 files changed** (+3094 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+9 -0) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `public/admin/app.js` (+166 -30) 📝 `public/admin/style.css` (+76 -6) 📝 `src/backend/zone/Beolink/backend.ts` (+384 -18) 📝 `src/backend/zone/Beolink/commands.ts` (+4 -2) 📝 `src/backend/zone/Beolink/stateMapper.ts` (+33 -15) 📝 `src/backend/zone/Beolink/types.ts` (+36 -4) 📝 `src/backend/zone/MusicAssistant/backend.ts` (+164 -7) 📝 `src/backend/zone/MusicAssistant/client.ts` (+2 -2) 📝 `src/backend/zone/MusicAssistant/commands.ts` (+112 -1) ➕ `src/backend/zone/groupTracker.ts` (+166 -0) 📝 `src/backend/zone/zonemanager.ts` (+355 -11) 📝 `src/config/config.ts` (+145 -1) 📝 `src/config/configStore.ts` (+62 -1) 📝 `src/http/configHttp.ts` (+29 -1) 📝 `src/http/handlers/alertCommands.ts` (+512 -12) 📝 `src/http/handlers/configCommands.ts` (+122 -4) ➕ `src/http/handlers/groupCommands.ts` (+420 -0) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:28:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lox-audioserver#150
No description provided.