Skip to content

v4.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 09:08
· 828 commits to main since this release

Features

  • add appbar mode switch in Comments component (thoulee)
  • 修改 Comments 组件中的 appbar 模式开关默认值为true,即默认展示 large header (thoulee)
  • dev: add dev page and its related components (thoulee)

Bug Fixes

  • add cover check in MvCover navigation (thoulee)
  • remove event id copy function, generate sentry id when reporting issue only (thoulee)

Code Refactoring

  • optimize layout in PlayControls and Progress components (thoulee)
  • remove unused css in Progress component (thoulee)
  • change close icon button to text button in about dialog (thoulee)
  • 修改 App 组件中的用户初始化逻辑,使用 initUser 替代 setUser (thoulee)
  • init: remove unnecessary restore toast at startup (thoulee)
  • init: 修改 App 组件中的收藏列表初始化逻辑,用 initFavs 代替 setFavs (thoulee)
  • rename addTracks to getTracks (thoulee)
  • init: 修改 App 组件中的模糊半径初始化逻辑,用 initBlurRadius 代替 setBlurRadius (thoulee)
  • BlurRadiusSlider: move storage logic to redux reducer (thoulee)
  • services: extract util functions from getTracks (thoulee)
  • devMode: simplify initial state definition (thoulee)
  • darkMode: update initial state to match device appearance (thoulee)
  • login: add HapticFeedback to searchbar icon when press (thoulee)

Chores

Commits