Releases: Exodus-Privacy/exodus
Releases · Exodus-Privacy/exodus
v1.13.2
- Add new open API endpoint to get latest report id & date (fix #317)
- Set PostgreSQL version in Dockerfile to 11*
v1.13.1
- Fix: make sure temp directory exists before downloading APK
v1.13.0
- 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
- 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
- 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
- Add trackers & permissions in search results
v1.10.3
- 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
- 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
- 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
- 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