Skip to content

v0.138.0

Compare
Choose a tag to compare
@danielafeitosa danielafeitosa released this 24 Nov 02:44
· 73 commits to develop since this release
  • Sensitive content warning feature: the item will display a warning cover when it's detected as sensitive content
    • ProjectMedia type: add field show_warning_cover of type Boolean to return if the item is flagged to show a warning cover
    • ➕ Added new migration to update the Flag Dynamic Annotation schema. The migration should run very fast during docker-compose up
  • ProjectMedia type: add connection similar_items of type ProjectMedia to return the items related as similar to the item
  • TeamTask type: add fields tasks_count and tasks_with_answers_count of type Integer to return the number of tasks and number of answered tasks related to the team task respectively
  • ➕ New package (ffmpeg) and gem on CheckAPI (streamio-ffmpeg) to fix auto-transcription and similarity matching: they should be installed during docker-compose up build
  • ➕ New task to cache item picture and improve performance. To run the task: bundle exec rake check:migrate:cache_item_picture
  • ♻️ Update task to generate statistics about workspaces. The task returns the following information: 'Number of fact-checks published', 'Number of fact-checks sent to users', 'Number of requests' and 'Number of similar media'. To run the task: bundle exec rake check:data:statistics[year,start_month,end_month,group_by_month (0 or 1),workspace_slugs_as_a_dot_separated_values_string]
  • ➕ New audio similarity algorithm on Alegre