This release introduces a new audio set (and the option to switch between audio sets) to the app. The new set is likely more suitable for use in sports as it provides a much sharper, shorter set of sounds. It also fixes some issues, like disabling dark mode requiring a reload of the app, and issues related to PWA functionality. Another small change was that the (unused) reliance on vue-router
was removed, so the final bundle size should be somewhat smaller.
Features
Bug Fixes
- Add back dark mode handling (#379) (6436e65)
- appBar: Add explicit size to tasks icon (#378) (af908f0)
- Fix PWA functionality and missing head elements (#383) (d77e0fd)
- manifest: Add back missing manifest link, fix screenshot sizes (#382) (7fe70e3)
- Use
import.meta.*
properties instead ofprocess
(#367) (cf28bde)