Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Releases: mihirpathak97/audius

2.0.0-beta1

26 Mar 09:28
b0905bb
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

[2.0.0-beta1] - 2020-03-25

Added

  • Option to set spotify and youtube API keys in settings

Changed

  • Minor types and defs update
  • ⬆️ - ant-design 4.x, react 16.13.x
  • Users need to provide their own API keys for YT and Spotify

2.0.0-alpha3

22 Sep 14:12
Compare
Choose a tag to compare
2.0.0-alpha3 Pre-release
Pre-release

What's New

  • TypeScript 🎉
  • Hooks and FC 🎉
  • Redux simplification 🎉
  • Code refactorization 🎉

1.6.0

05 Oct 09:24
Compare
Choose a tag to compare

What's New

  • Custom URI protocol audius:// for serving static files
  • Get latest webpack configs from create-react-app
  • Moved packages to devDependencies to reduce asar bundle size
  • Fixed font issue
  • Fixed webpack production errors
  • [Queue] Fix mixing require and exports

1.6.0-beta1

03 Oct 11:23
Compare
Choose a tag to compare
1.6.0-beta1 Pre-release
Pre-release

What's New

  • Added support for Spotify links!
    • Note Only track links work. Playlists and albums will be supported
      in the next point release
  • Added support for YouTube links!
  • Note Some YT links will not fetch Spotify data properly. Working on a fix
  • Added Default art work for songs with unknown Spotify data
  • Add Open Sans font locally
    • [Hack] Relative path issue for loading local fonts
  • Added Download Queue!
  • Added Redux!
  • [win32] Installer will now install per-user
  • Fixed Refreshing Spotify access token in runtime
  • Fixed Error dialog while getting Spotify access token
  • Updated node packages
    • electron - 2.0.7 -> 3.0.2
    • react - 16.4.x -> 16.5.2
    • material-ui - 1.x -> 3.1.1
    • And more!
  • Move to promise based modules
  • Use HashRouter for in-app routing
  • Fix icons
  • Nuked audio play functionality as it violates YouTube's terms
    • Now opens the link in default browser
  • Nuked @material-ui/icons. Using Font Awesome entirely

1.5.0

24 Sep 12:29
Compare
Choose a tag to compare

What's New

  • Updated node packages
    • electron - 2.0.7 -> 2.0.10

1.5.0-beta1

10 Sep 07:39
Compare
Choose a tag to compare
1.5.0-beta1 Pre-release
Pre-release
v1.5.0-beta1

bump v1.5.0-beta1

1.4.2

18 Aug 16:29
Compare
Choose a tag to compare

What's New

  • Fixed uncaught error while fetching access token in main process

1.4.1

01 Aug 15:21
Compare
Choose a tag to compare

What's New

  • [FIX] Refresh Spotify Token
  • [FIX] unhandled error for null search results

1.4.0

01 Jul 04:56
Compare
Choose a tag to compare

What's New

  • Displays upto 10 results for a query
  • Fixed re-rendering view on 'Go Back'

1.3.1

29 Jun 11:13
Compare
Choose a tag to compare

What's New

  • Fix downloadDirectory error