Skip to content

v0.3.0

Compare
Choose a tag to compare
@7PH 7PH released this 20 Jun 00:02
· 255 commits to master since this release
d509cb2

πŸ”₯ Release preview

Front-end rewrite using Vite/Vue3/Pinia/Tailwind with a clean and futuristic look.

image
image

πŸš€ Features

  • #153 Front-end rewrite/redesign - Vite / Vue3 / Pinia / Tailwind
  • Ability to remove medias from the player queue
  • Ability to navigate recent room message history

🐞 Bug fixes

none

πŸ€” Changes

  • Major redesign of front-end elements and mobile version (futuristic / cyberpunk look)

πŸ’» Code quality

  • Stack changed from Webpack/Vue2/VueX/Sass to Vite/Vue3/Pinia/Tailwind
  • Implementation of client TypeScript API (app/api/client.ts) to be published to NPM
  • Build is now handled by Vite
  • Using Tailwind custom classes for UI components
  • Using Vue composition API