mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
changelog: Update changelog for test PR submitted.
This commit is contained in:
parent
e72e0215cb
commit
a9a433bc5b
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Frontend unit tests for pages and utilities: Added comprehensive unit test coverage for frontend components within pages/ and JS files within utils/, along with a GitHub Actions workflow (`frontend-tests.yml`) to automatically run tests on commits and pull requests - Thanks [@nick4810](https://github.com/nick4810)
|
||||||
- Channel Profile membership control for manual channel creation and bulk operations: Extended the existing `channel_profile_ids` parameter from `POST /api/channels/from-stream/` to also support `POST /api/channels/` (manual creation) and bulk creation tasks with the same flexible semantics:
|
- Channel Profile membership control for manual channel creation and bulk operations: Extended the existing `channel_profile_ids` parameter from `POST /api/channels/from-stream/` to also support `POST /api/channels/` (manual creation) and bulk creation tasks with the same flexible semantics:
|
||||||
- Omitted parameter (default): Channels are added to ALL profiles (preserves backward compatibility)
|
- Omitted parameter (default): Channels are added to ALL profiles (preserves backward compatibility)
|
||||||
- Empty array `[]`: Channels are added to NO profiles
|
- Empty array `[]`: Channels are added to NO profiles
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue