Skip to content

Releases: blackshadev/littledivelogserver

v0.5.0

16 Sep 12:57
v0.5.0
7d13558
Compare
Choose a tag to compare

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

03 Aug 11:09
ae7f169
Compare
Choose a tag to compare

Summary

  • Updated to Laravel v10, phpUnit to v10
  • remove fideloper trustproxies
  • Update all dependencies

What's Changed

Full Changelog: v0.3.1...v0.4.0

V0.3.1

27 Jan 21:22
Compare
Choose a tag to compare
  • Fix infix place name finder

v0.3.0

26 Jan 19:22
Compare
Choose a tag to compare

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

20 Sep 17:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.0

18 Sep 15:59
Compare
Choose a tag to compare

Add email verification

Full Changelog: v0.1.3...v0.2.0

v0.1.3

30 Jul 19:09
Compare
Choose a tag to compare

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

29 Jul 19:08
Compare
Choose a tag to compare
  • 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

24 Jul 19:24
Compare
Choose a tag to compare

Unstable, but getting there.

Compared to previous version:

  • Laravel 9
  • renamed id to computer_id in the computer endpoint, added id for backwards compat