Features
- Added support for Docker ARM64 images.
- New website quick switcher on the dashboard.
Bug Fixes and Improvements
- Chart tooltips now clearly indicate the specific range of data they cover.
- Fixed an issue where monthly interval queries were returning zero data.
- Trackers on multi-page applications now properly send unload events.
- Optimised the tracker bundle size in brotli compression scenarios.
Community
- Join Our Discord: We now have a Discord server where we share ongoing progress and updates about this project. Feel free to join and connect with us at medama.io/discord.
What's Changed
- ci: add arm docker images by @ayuhito in #90
- ci: skip using qemu for building arm images by @ayuhito in #91
- ci(docker): remove node and reduce layers by @ayuhito in #92
- feat(dashboard): add website quick switch dropdown by @ayuhito in #93
- fix: correct monthly interval querying and chart tooltips dates by @ayuhito in #94
- fix(tracker): use event listener on window instead of document by @ayuhito in #95
- perf(tracker): smaller size through direct function passing by @ayuhito in #96
Full Changelog: v0.4.2...v0.4.3