From 479e58d822052aa9d4a79bec0d5915c9b66aeecd Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 17 Oct 2024 15:26:38 -0400 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1c0ac1..93b347da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `basic` and `calendar` program routes. (steering#239) - +- Example Values in API (steering#111) +- Radio Station settings (steering#222) +- Permissions for editing `Host` and `UserProfile` (steering#227) +- Choice of database back-end using a database URL (steering#231) +- Permission for editing the "schedule default playlist" (steering#234) +- Settings `CORS_ALLOWED_ORIGINS` and `SITE_URL` are read from the environment (steering#245) ### Changed - Changed the aura user and group ID from 2872 to 872. -- `playout` is now part of the program routes. (steering#120) +- `playout` is now part of the program routes and generates virtual timeslot (steering#120) +- Update permission names to more descriptive terms (steering#233) +- Python version and image is 3.12 (steering#246) + +### Fixed + +- `ours-end` conflict solution offered in nonsensical scenarios (steering#220) +- `ours-both` assigns invalid show for second part of split episode (steering#221) +- AURA does not apply summer-winter time shift correctly (steering#225) +- when I upload a file as host, the file is not shown in dashboard (steering#226) +- Update default group permission set that is delivered on install ...the User Guide. (steering#236) +- auto-generation of notes during install/setup of AURA seems to fail (steering#238) +- as a host, I can neither view nor upload audio files (steering#247) + +## Removed + +- The need to assign to "Host" and "Host+" groups to become "Host+" (steering#232) +- Duplicated and/or old permissions (steering#241) +- Destroy method in `NoteViewSet` (steering#242) +- Create method in `NoteViewSet` (steering#243) ## [1.0.0-alpha4] - 2024-04-17 -- GitLab