Skip to content

Releases: opencast/studio

2025-12-17

18 Dec 02:24
2025-12-17
a041b13

Choose a tag to compare

What's Changed

Other Changes

  • Add Danish translation (da.json) for Opencast Studio by @mjencabh in #1279

New Contributors

Full Changelog: 2025-11-19...2025-12-17

2025-11-19

19 Nov 14:05
2025-11-19
b8eeaa5

Choose a tag to compare

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 opencast organization in #1258
  • Update many dependencies to new minor version in #1262

Full Changelog: 2025-07-23...2025-11-19

2025-07-23

23 Jul 12:59
2025-07-23
befa494

Choose a tag to compare

What's Changed

Other Changes

  • Add Italian translation by @gioelemo in #1250
  • Fixes overflow of video preview in last step in #1251
  • Add missing French translation strings in #1252
  • Fix and simplify the review/cut step in #1253

New Contributors

Full Changelog: 2025-04-30...2025-07-23

2025-04-30

30 Apr 10:28
2025-04-30
b5c6299

Choose a tag to compare

Bug fixes

  • Fix bug causing errors being shown when uploading in #1232

Full Changelog: 2025-04-02...2025-04-30

2025-04-02

02 Apr 12:21
2025-04-02
b274f0f

Choose a tag to compare

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 *-artifact actions 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

Full Changelog: 2024-06-12...2025-04-02

2024-06-12

12 Jun 10:46
2024-06-12
403c573

Choose a tag to compare

What changed

  • Add a fixed font for farsi by @ciegler in #1168
  • Very slightly improve colors for better contrast in #1171
  • Update dependencies

New Contributors

Full Changelog: 2023-12-06...2024-06-12

2023-12-06

06 Dec 13:47
2023-12-06
e1138d9

Choose a tag to compare

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

20 Nov 15:06
2023-11-20
d12e4fe

Choose a tag to compare

What's Changed

  • Add Desktop Audio recording in #1079
  • Autofill presenter name with the info from info/me.json in #1037
  • Update French translation for redesign by @Badatos in #1149 (Thanks!)
  • Update dependencies in #1150

Full Changelog: 2023-11-08...2023-11-20

2023-11-08

08 Nov 09:55
2023-11-08
ec8afd0

Choose a tag to compare

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 lang HTML attribute in #1140

Other Changes

  • Update browser support table in #1142
  • Update dependencies

Full Changelog: 2023-10-10...2023-11-08

2023-10-10

10 Oct 11:54
2023-10-10
02f909a

Choose a tag to compare

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 cmd hotkey declaration with mod by @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:Period metadata 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