Releases: blackshadev/littledivelogserver
Releases · blackshadev/littledivelogserver
v0.5.0
What's Changed
- Add route to patch dive data from divecomputer by @blackshadev in #38
- Remove php-gd
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Summary
- Updated to Laravel v10, phpUnit to v10
- remove fideloper trustproxies
- Update all dependencies
What's Changed
- Update to laravel 10 by @blackshadev in #37
Full Changelog: v0.3.1...v0.4.0
V0.3.1
- Fix infix place name finder
v0.3.0
Release v0.3.0
- Add TypesenseDiveFinder, rework divefindercommand, and more
- Add XDebug to dev container
- removed getters in favor of readonly props
v0.2.2
What's Changed
- Add tests for email verification by @blackshadev in #35
Full Changelog: v0.2.1...v0.2.2
v0.2.0
Add email verification
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Fix dive update to not update computer things, whole dive create should by @blackshadev in #32
- Fix accidental computer update on imported dives
Full Changelog: v0.1.2...v0.1.3
Fixes on search and dive updates
- Fix search endpoints
- Add existence rule to dive tags and buddies to ensure the tag and buddy exists on the user account itself
- Ensure dive update doesn't update computer, only dive create should update computer last_read and fingerprint. The uploader uses the create endpoint and you should never be able to alter the computer or fingerprint of an uploaded dive.
v0.1.0: Unstable, but getting there
Unstable, but getting there.
Compared to previous version:
- Laravel 9
- renamed id to computer_id in the computer endpoint, added id for backwards compat