Skip to content

Releases: mdshack/shotshare

v1.11.0

26 Jul 15:31
e1a4fed
Compare
Choose a tag to compare

1.11.0 (2024-07-26)

Features

  • add opengraph markup to enable rich previews in messaging apps (34fba59)
  • add postgres extension (6f7718f)
  • upgrade to laravel 11 (0cc5b97)

Bug Fixes

  • correct .ini path so that environment variable overrides are honoured (b60bc4a)
  • prevent server error on upload page (720091b)

Miscellaneous Chores

  • tidy up tag alignment in output (f44f642)

v1.10.0

15 Apr 00:30
5a15b30
Compare
Choose a tag to compare

1.10.0 (2024-04-15)

Features

  • ability to configure fpm (56d8ab5)
  • add required env variables to get docker compose to work (8a0633d)

Miscellaneous Chores

  • docs (657d977)
  • moved default env values to docker-compose file (907a49f)

v1.9.1

21 Jan 21:22
b761900
Compare
Choose a tag to compare

1.9.1 (2024-01-21)

Bug Fixes

  • bug with guests viewing any shots (fcc4cb6)

v1.9.0

21 Jan 21:15
0dcb291
Compare
Choose a tag to compare

1.9.0 (2024-01-21)

Features

  • add ability to cleanup images that do not correspond to any shot (0521298)
  • add functionality for require logged in, anonymize (e70b1ea)
  • add popover for shot name save key (press enter to save) (f8c4ab8)
  • visibility dropdown (7b12229)

Bug Fixes

  • delete image if shot deleted (e9bbadd)
  • deleting event doesnt get fired w/ real databases, add to controller instead (e9d3fe9)
  • paths (64f6407)

Miscellaneous Chores

v1.8.0

16 Jan 01:50
cac7ace
Compare
Choose a tag to compare

1.8.0 (2024-01-16)

Features

  • add sanctum support + API key management on profile page (7db7d85)
  • support API uploads (sharex support) (2be1260)

Bug Fixes

  • title content editable by guests/non-owners (dffc43d)

Miscellaneous Chores

  • add tests for apikey (169047e)
  • add upload controller test (json add), consolidate most of 'public identifier' logic (0497567)
  • lint php (9f6c1bb)

v1.7.0

15 Jan 02:51
c0bfb03
Compare
Choose a tag to compare

1.7.0 (2024-01-15)

Features

  • ability to delete own shots (1ba20e5)
  • ability to set name (f71c756)
  • add footer (ba97e46)
  • add new feature flags to environment variables (1fd8f6a)
  • allow use of UUIDs (ea6410e)
  • group images on index, show reaction counts on index, show number of images in group on index (d9729e5)
  • handle unauthenticated users w/ reactions, create helper dialog for logged in actions (d261efd)
  • masonry layout for shots index (0a7a818)
  • multiple shots show up as a carousel, going to link of child shot redirects you to parent shot and scrolls to index of carousel, added reactions (upvote/downvote) as an opt-in feature, added author/created at to shot view, stubbed out edit/delete functionality (9773921)

Miscellaneous Chores

v1.6.0

13 Jan 23:09
1343356
Compare
Choose a tag to compare

1.6.0 (2024-01-13)

Features

  • add the ability to show/hide buttons on the shot view screen (6505bea)

Bug Fixes

  • shotshare image share input IDs (5c9b227)

Miscellaneous Chores

  • drop dockerfile for local dev (just use sail runtime) (e45b66c)
  • lint (349aee4)

v1.5.2

10 Jan 03:04
89fa79e
Compare
Choose a tag to compare

1.5.2 (2024-01-09)

Miscellaneous Chores

  • change appName to ShotShare (2210ab3)

v1.5.1

09 Jan 01:57
ea58ebd
Compare
Choose a tag to compare

1.5.1 (2024-01-09)

Bug Fixes

  • volume mount instructions, chown database in 02_migrate hook (b1729ce)

v1.5.0

04 Jan 01:43
f073ada
Compare
Choose a tag to compare

1.5.0 (2024-01-04)

Features

Bug Fixes

Miscellaneous Chores