Skip to content

Releases: sneljo1/auryo

v0.6.0

21 Jan 21:50
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Added

  • likes to artist page
  • social user profiles on artist page
  • your likes page
  • links to song and artist page from several location that were not connected yet

Changed

  • project restructuring (internal)
  • offline bar with same as update notification
  • made the description toggler on the artist page nicer

v0.5.0

15 Dec 22:32
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added

  • auto update for windows
  • update notification for linux

v0.4.0

15 Dec 22:32
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

  • user card to song details page
  • ability to (un)follow other users
  • list of comments
  • basic artist details page

Changed

  • replaced react-list with npm package
  • made related tracks a bit nicer

v0.3.0

15 Dec 22:32
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Title and artist to player
  • Song details page
    • related tracks
    • liking
  • added next and previous buttons to navigate through the app

Changed

  • made volume vertical instead of horizontal to save some space
  • refactored project to be more modular
  • switch from vanilla material icons to iconmoon
  • replaced audio player with own implementation because of slow speed with long songs
  • refactor to use sass
  • keep volume bar visible untill user is done seeking
  • changed image on offline page to something more music like

Fixed

  • fixed issue with infinity scroll not adapting when resizing
  • added custom version of react-list with bug fix untill they accept my pull request

v0.2.0

10 Dec 15:54
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • volume adjustment for player
  • infinity scroll for stream with lazy loading
  • custom window controls
  • material icons
  • offline page

Changed

  • Improved code for switching between logout & loging back in
  • Replaced sound-react with custom implementation because it had a bug
  • changed the accent color

Fixed

  • enhanced the performance for seeking through a song

v0.1.0

10 Dec 15:55
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Added

  • Music player
  • Ability to scroll through stream (50 items only)
  • Login window & main window

Changed

  • Project refactoring