Skip to content

Releases: Exodus-Privacy/exodus

v1.13.2

16 Feb 20:25
Compare
Choose a tag to compare
  • Add new open API endpoint to get latest report id & date (fix #317)
  • Set PostgreSQL version in Dockerfile to 11*

v1.13.1

10 Feb 20:18
Compare
Choose a tag to compare
  • Fix: make sure temp directory exists before downloading APK

v1.13.0

09 Feb 09:19
Compare
Choose a tag to compare
  • Use gpapi for APK download instead of gplaycli
  • Only calculate statistics every 3 days and store it in DB
  • Add new command import_from_etip
  • Move version number to tooltip to gain space in navbar

v1.12.0

07 Feb 13:39
Compare
Choose a tag to compare
  • Fix a couple of bugs to allow adding additional languages
  • Add Spanish translation 🇪🇸
  • Fix issue with API not called when pasting Gplay URL in new analysis form
  • Remove check existing report API call until issue #317 is fixed

v1.11.0

28 Jan 20:20
Compare
Choose a tag to compare
  • Allow customization of UI
  • Fix link for Prism break in English
  • Docker: Allow customization of gplaycli.conf
  • Docker: Patch variable docId to docid in gplaycli.py
  • API: Added certificate details in GET /api/report/<report_id>

v1.10.4

28 Jan 20:22
Compare
Choose a tag to compare
  • Add trackers & permissions in search results

v1.10.3

28 Jan 20:23
Compare
Choose a tag to compare
  • Remove old CSS rules for printed reports
  • Prevent wrapped spaces in navbar
  • Improve rendering of "Read the article" buttons
  • Add delay to avoid hitting too much the API when searching
  • Use TrigramSimilarity to search for applications
  • Refacto and improve logs of refresh trackers function

v1.10.2

28 Jan 20:24
Compare
Choose a tag to compare
  • Requires auth on API endpoint /search/
  • Upgrade to Django 2.2
  • Only display spinner if apk file loaded
  • Fail properly for apps with too long version or name

v1.10.1

28 Jan 20:25
Compare
Choose a tag to compare
  • Only submit analysis if an application handle is given
  • Create deprecated note for Vagrant install
  • Set auto cleanup time to 24h instead of 1h

v1.10.0

28 Jan 20:28
Compare
Choose a tag to compare
  • Add Celery beat for scheduling periodic tasks
  • Allow the user to upload an APK
  • Add dedicated task to cleanup analysis requests
  • Add dedicated task to recompute all reports
  • Trigger reports update after trackers update
  • Add LGTM code analysis
  • Change delete report link to button
  • Remove unused code related to DNS & HTTP
  • Update and clean requirements