Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@Hanziness Hanziness released this 22 Nov 17:49
· 1 commit to develop since this release

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

  • audio: New sound set and option to change sounds (#372) (7b652da)

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 of process (#367) (cf28bde)

Refactors

  • deps: Update Nuxt to 3.13.2 (#377) (8128b4e)
  • icon_resize: Refactor icon generator to execute in a single run (#380) (a52b463)
  • Move pages/index.vue to app.vue to remove vue-router (#374) (744d90c)
  • Update dependencies (#369) (9f04d1b)