Skip to content

Releases: DIYgod/APlayer

v1.10.1

29 Mar 15:52
dc31d7d
Compare
Choose a tag to compare

Improvements

  • better text-shadow for fixed lrc (398c8be)

Bug fixes

v1.10.0

22 Mar 16:54
b1aa4b6
Compare
Choose a tag to compare

New

Bug fixed

  • too many

Improvements

  • revert play promise

  • some logic improvements

Workflow

  • upgrade to webpack 4

  • update dependencies

  • remove useless devDependencies

v1.9.1

14 Mar 16:04
07a9ae9
Compare
Choose a tag to compare

Bug fixes

  • fix changeable template.listCurs (52388dd)
  • remove loading when paused (bede064)

v1.9.0

13 Mar 18:37
6c343db
Compare
Choose a tag to compare

New

Adjustment

Improvements

  • replace dirty checking with timeupdate (e105283)

Bug fixes

  • fix asynchronization conflict (454019f)

v1.8.0

12 Mar 15:03
6deeacd
Compare
Choose a tag to compare

New

  • API: APlayer.version
  • option: audio.theme

Bug fixes

  • fix css conflict between mini mode and play list
  • fix unnecessary scroll bar when folding list

v1.7.0

11 Mar 18:28
19dab80
Compare
Choose a tag to compare

New

  • options

    • listFolded
    • volume
  • api

    • seek
    • removeAudio
  • more player events

Adjustment

  • options

    • listmaxheight -> listMaxHeight
    • showlrc -> lrc
    • music -> audio
    • music.title -> audio.name
    • music.author -> audio.artist
    • music.pic -> audio.cover
    • narrow -> mini
    • mode -> loop and order
  • api

    • setAudio -> switchAudio
    • addMusic -> addAudio

Improvements

  • better handling play promise

  • auto add class aplayer

  • supporting more lyric format

  • UI: lighter shadow, scalable thumb, smooth volume bar

  • better progress and volume drag

Bug fixes

  • too many

1.6.0

26 Mar 16:17
Compare
Choose a tag to compare

Bug fixes

  • Prevent buttons from submitting forms

New feature

  • New api: destroy, addMusic

Workflow

  • use yarn
  • upgrade to webpack2

1.5.7

24 Oct 02:40
Compare
Choose a tag to compare
  • fix CSS confliction in button
  • better single mode icon
  • bind play() pause() function to play pause event

1.5.6

14 Oct 02:34
Compare
Choose a tag to compare
  • Optimize sorting algorithm for random mode

1.5.4

11 Oct 03:27
Compare
Choose a tag to compare
  • Make music title and lrc selectable
  • Click list to play next song in mobile
  • Display hh:mm:ss format when audio is over an hour long(Thanks @argvil19 )
  • Optimize the style of aplayer with lrc
  • Hide volume button in mobile