Skip to content

Releases: CaptainFact/captain-fact-api

Release 1.0.2

02 Apr 17:57
Compare
Choose a tag to compare

Fixes

  • fix(RuntimeConfig): Basic auth password #137 (Betree)

Improvements

Dev

  • Improve CI tests and release configs #141 (Betree)

Deps

Release 1.0.1

31 Mar 18:28
8179359
Compare
Choose a tag to compare

Fixes

Don't return canceled subscriptions (#129)

Release 1.0.0

31 Mar 18:26
Compare
Choose a tag to compare

Feature

Release 0.9.3

05 Jan 23:30
aaa8cfb
Compare
Choose a tag to compare

Feature

  • Videos: add unlisted #107 (Betree)
  • Videos: get all videos added by user #107 (Betree)
  • ActivityLog: Show user banned actions #105 (Betree)
  • Limitations: Check actions on a 15 minutes period instead of 24h #98 (Betree)

Updates

Release 0.9.2

29 Dec 11:54
e182aaf
Compare
Choose a tag to compare

Improvements

  • Use unique comments URLs in ATOM feeds
  • Softer limitations for update user

Fixes

  • Add missing CF dependency to GraphQL API
  • Better error messages when unauthorized socket actions
  • Fix YouTube caption fetcher

Dev

  • Make the procedure to debug emails clearer

Release 0.9.1

20 Dec 20:53
7a6a14b
Compare
Choose a tag to compare

Features

  • Add Atom Feed for flags #57 (btrd) 🍾 ❤️
  • Allow longpoll connections #68 (Betree)

Improvements

  • Videos can now handle multiple providers #63 (Betree)

Fixes

  • Fix crash with facebook signup when name length is > 20 #66 (Betree)
  • Fix error when trying to enter an empty speaker title #65 (Betree)
  • Fix timestamps in videos list #61 (Betree)

Dev

  • chore(TravisCI): Check code format before running tests #64 (Betree)
  • Delete docker dev scripts #62 (Betree)
  • chore(CI): Move release script out of travis config #59 (Betree)
  • Disable jobs scheduler in tests #53 (Betree)

Release 0.9.0

24 Nov 21:16
Compare
Choose a tag to compare

Feature

Improvement

  • Replace "Anonymous user" label by "Deleted account" #51 (Betree)
  • Replace CaptainFactJobs.Vote by realtime messages #37 (Betree)

Fix

  • Increase sources max URL length to 2048 #44 (Betree)

Dev

  • Umbrella app refactor - Part II ☂🌩🐋 #38 (Betree)
  • Use ecto_enum for UserAction type and entity #36 (Betree)

ℹ️ Frontend PR: https://github.com/CaptainFact/captain-fact-frontend/releases/tag/v0.9.0

Release 0.8.17

01 Nov 02:04
Compare
Choose a tag to compare

Feature

  • Ability to import captions from YouTube #25 (thanks to @adri 🍾)
  • Login using email or username alike #27 (thanks to @adri 🎉)

Improvements

  • Use raw video title as entry title in videos atom feed #29

Fixes

  • Fix a bug preventing from shift all statements #28

Dev

  • Add the ability to disable CORS in config, set them to disabled by default in dev #30