Skip to content

Latest commit

 

History

History
295 lines (165 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

295 lines (165 loc) · 16.1 KB

Changelog

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)

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)

1.9.1 (2024-01-21)

Bug Fixes

  • bug with guests viewing any shots (fcc4cb6)

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

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)

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

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)

1.5.2 (2024-01-09)

Miscellaneous Chores

  • change appName to ShotShare (2210ab3)

1.5.1 (2024-01-09)

Bug Fixes

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

1.5.0 (2024-01-04)

Features

Bug Fixes

Miscellaneous Chores

1.4.3 (2024-01-02)

Bug Fixes

  • update 'http' mode instructions, add 'FORCE_HTTPS' flag (9b17401)

1.4.2 (2024-01-02)

Miscellaneous Chores

  • allow users to specify http/https port (db4af2e)

1.4.1 (2023-12-29)

Bug Fixes

1.4.0 (2023-12-29)

Features

  • add ability to disable registration (651398d)
  • upload multiple images (9ba286e)

1.3.0 (2023-12-29)

Features

  • add copy for markdown (multiple flavors), bbcode, and html (b5e0d5c)

1.2.1 (2023-12-29)

Bug Fixes

1.2.0 (2023-12-29)

Features

1.1.0 (2023-12-28)

Features

1.0.3 (2023-12-28)

Bug Fixes

1.0.2 (2023-12-28)

Bug Fixes

1.0.1 (2023-12-28)

Bug Fixes

  • trim 'v' from docker tag (38c93b9)

1.0.0 (2023-12-28)

Features

  • add pint + lint (ed42a1c)
  • add release-please (36bd797)
  • add shadcn-vue (28f4005)
  • dockerfile (a8897fd)
  • ez docker setup (641961a)
  • initialize laravel (ebc697d)
  • initialize shadcn-vue (89e9e15)
  • shot show links (image and share), add logged out state, update profile screen styles (d548f26)
  • shot upload (drag+drop, paste, browse), base layout (f718bf5)
  • use docker image locally, caddy (web server) fronting FPM (e0407d3)
  • user shots index route (520f5c3)

Bug Fixes

  • redirect from auth to / (1f381e0)

Miscellaneous Chores

  • cleanup junk, handle auth for /shots, guest layout mark, signup/login message to post a shot (f51cce3)
  • lint (3ad5ac5)
  • lint (c8e747c)