Skip to content

v1.0.0 (2022-09-30)

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 01:38
· 80 commits to master since this release
68b6363

What's changed in this release

⚠ BREAKING CHANGES

  • For the web app, it is now recommended to have files in the cloud, instead of
    locally

🚀 Features

  • install gunicorn & add production deployment config for Dokku (6287f8f)
  • remove metadata fetching using ffprobe (85016e6)
  • store the mp3 files in the cloud and use ffprobe to get metadata (d475e87)

✅ Tests

♻️ Code Refactoring

  • do not load .prod.env in production (f493a0d)

👷 CI/CD

  • add TENLISTS_MP3_CLOUD_STORAGE_BASE_URL environment variable to test job (78c3f3f)
  • fix broken github actions test job (ccac365)
  • fix broken test (f2f2f76)
  • fix typo in circleci workflow (ba604d5)

📝 Docs

  • update README with info on mp3 files & cloud storage (6461716)

⚙️ Build System