Releases: opencast/studio
Releases · opencast/studio
2025-12-17
2025-11-19
What's Changed
This release basically only contains dependency upgrades, which should not affect user-facing behavior.
Other Changes
- Update to React 19 (and get rid of some dependencies) in #1269
- Use shortcut components from appkit and adjust display of tab and shift keys in #1264
- Prepare for moving this repo to
opencastorganization in #1258 - Update many dependencies to new minor version in #1262
Full Changelog: 2025-07-23...2025-11-19
2025-07-23
2025-04-30
Bug fixes
- Fix bug causing errors being shown when uploading in #1232
Full Changelog: 2025-04-02...2025-04-30
2025-04-02
What's Changed
- Fix seeking in review & trim step by fixing up webm files by @Arnei in #1186
- Apply the webm duration fix only to specific MimeTypes by @ottsimon in #1210
- Add ability to specify ACL in a concise way in #1212
- Corrections to Spanish translations by @KikoVivesUA in #1227
- Add Catalan language by @KikoVivesUA in #1227
- Dynamically react to browser color scheme preferences #1229
- Better validate ACL configuration in #1187
Internal
- Add GitHub Actions to Dependabot in #1203
- Update
*-artifactactions and replace manual download script in #1213 - Fix deployments by fixing incorrect GH action version in #1228
- Upgrade ESLint and @opencast/eslint-config-ts-react in #1221
- Update appkit to 0.4 and react-icons to 5 in #1229
New Contributors
- @Arnei made their first contribution in #1186
- @ottsimon made their first contribution in #1210
- @KikoVivesUA made their first contribution in #1227
Full Changelog: 2024-06-12...2025-04-02
2024-06-12
2023-12-06
What's Changed
- Adapt compatibility table to new features in #1154
- Fix "root" release artifacts by fixing public path once again in #1152
- Update dependencies
Full Changelog: 2023-11-20...2023-12-06
2023-11-20
2023-11-08
New Features
- Add configurable series selection to upload step in #1143
- Add full Farsi translation (thanks @ferishili!)
Usability and Accessibility
- Fix language labels in menu and set
langHTML attribute in #1140
Other Changes
- Update browser support table in #1142
- Update dependencies
Full Changelog: 2023-10-10...2023-11-08
2023-10-10
What's Changed
New Features
- Redesign of whole application in #1069 (and many follow up PRs)
- Everything looks a lot cleaner and modern now.
- Workflow wise, almost nothing changed: users still have to click almost the same number of elements in the same locations. This should ensure that users do not have to re-learn this application. Everything should feel familiar, just nicer.
- A progress indicator was added.
Usability and Accessibility
- Add high contrast color schemes in #1110
- Improve wording of return button when no label is given in #1112
- Improve link-button a11y by @owi92 in #1133
- Address some screen reader issues by @owi92 in #1134
Bug Fixes
- Fix macOS shortcuts by replacing
cmdhotkey declaration withmodby @owi92 in #1120 - Fix safari not capturing both display and camera by @owi92 in #1127
- Fix review step on iOS in #1132
Other Changes
- Include recording start & end time in
dcterms:Periodmetadata in #1077 - Cleanup translations and remove Turkish & Greek in #1135
- Update Spanish translation in #1138
- Internal: a lot of refactoring took place, which will simplify further development and should make Studio more robust. The number of dependencies was also reduced.
- Internal: Configure dependabot: remove outdated entries and group simple updates in #1111
New Contributors
Full Changelog: 2023-09-14...2023-10-10