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 withmod
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