Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

93 lines (50 loc) · 4.5 KB

Changelog

1.3.0 (2020-01-08)

Features

  • optionally use provided track instead of picking random track (#70) (1c9b2db)

1.2.4 (2020-01-08)

Bug Fixes

  • avoid passing client id to the media url (b42ddf5)

1.2.3 (2020-01-08)

Bug Fixes

  • use newer soundcloud apis (#69) (a0bf57b)
  • serverless-config: use correct runtime enum value (14d1a36)

1.2.2 (2019-12-31)

Bug Fixes

1.2.1 (2019-12-29)

Bug Fixes

  • pick stream url if download url is undefined (#65) (0b4d254)

1.2.0 (2019-12-28)

Bug Fixes

  • get-tracks-fn: pick song uri (798480e)
  • video: pick song input from download uri (#54) (64bdbe1)

Features

  • bump @types/fluent-ffmpeg to v2.1.13 (#63) (eae62fc)

1.1.1 (2019-06-25)

Bug Fixes

  • config: add SENTRY_DSN as an env var to serverless config (a7eecbf)

1.1.0 (2019-06-25)

Features

1.0.0 (2019-06-23)

Bug Fixes

Features

  • add circleci config (0520dd3)
  • add ffmpeg installer (e6bf223)
  • add googleapis lib (c750ec2)
  • main: update the main function to carry out different processes (90ad773)
  • configure deployments and add semantic release (f2b00a9)
  • init project (c635f20)
  • audio: add fn to fetch audio tracks and pick one track (782a338)
  • config: add config for fetching audio (ff63798)
  • images: add util fn to generate unsplash url (c9350a1)
  • video: process video and background image for the video (9f90ee6)
  • video: upload to youtube (afab794)