Releases: rhyst/directus-strava
Releases · rhyst/directus-strava
V2.0.0
Changed
- ⚠️ Config file is now a ES module not a CommonJS module
- Updated dependencies
Other
- Updated project to use the official directus extension scaffolding and CLI tool
V1.6.0
Changed
- Bumped express version
- Temporarily avoid using JSON field filtering as directus removed support for it
Fixed
- Include mime type in GPX upload
V1.5.0
Changed
- Combined activities list into main page
- Remove all code and documentation related to subscribing to changes
- Improved logging output
V1.4.0
Changed
- Add option to disable requirement for directus authentication cookie if you want to use some other method
Fixed
- Remove unused options from README
V1.3.1
Fixed
- Webhook subscription not working due to lack of auth cookie
V1.3.0
Changed
- Updated compatibility to stable directus 9.0.1
- Remove server as I realised the server would need to track athlete IDs and endpoint urls to be multi user and I don't want to do that. Now you need your own oauth app.
- Add dark mode
Other
V1.2.0
Changed
- Changed app name to Directus Strava
- Make extension path configurable
- Add secret for webhook endpoint
- Add favicon and title to html pages
Other
- Improve heroku server documentation
V1.1.0
Changed
- Check for Directus login so that unauthenticated users cannot see Strava data
- Use cookies for storing Strava token to eliminate need for metadata table in Directus
V1.0.1
Fixed
- Fix authentication token not refreshing due to reinitialised variable
- Fix updated checkmark not appearing due to query string / activity id type mismatch
Other
- Added dev build script that includes sourcemaps