1.11.0 (2024-07-26)
- add opengraph markup to enable rich previews in messaging apps (34fba59)
- add postgres extension (6f7718f)
- upgrade to laravel 11 (0cc5b97)
- correct .ini path so that environment variable overrides are honoured (b60bc4a)
- prevent server error on upload page (720091b)
- tidy up tag alignment in output (f44f642)
1.10.0 (2024-04-15)
- ability to configure fpm (56d8ab5)
- add required env variables to get docker compose to work (8a0633d)
1.9.1 (2024-01-21)
- bug with guests viewing any shots (fcc4cb6)
1.9.0 (2024-01-21)
- 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)
- delete image if shot deleted (e9bbadd)
- deleting event doesnt get fired w/ real databases, add to controller instead (e9d3fe9)
- paths (64f6407)
- add unit tests (a1bdb88)
- correct path (e56aa92)
- deploy docs to pages (c319553)
- don't run gha CI workflow when updating docs dir (4183f4d)
- left align title kbd popover (ec22139)
- lint php (9f8a25c)
- move shotshare demo (9132f75)
- set dir (5951e26)
- trigger rplz (403e63a)
1.8.0 (2024-01-16)
- add sanctum support + API key management on profile page (7db7d85)
- support API uploads (sharex support) (2be1260)
- title content editable by guests/non-owners (dffc43d)
- 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)
- 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)
- add shotcontroller test (6328160)
- add test for show redirect (7db53a0)
- lint php (f36fde3)
- revert change to features defaults (0a6c4cd)
- test upload (c2f682e)
1.6.0 (2024-01-13)
- add the ability to show/hide buttons on the shot view screen (6505bea)
- shotshare image share input IDs (5c9b227)
1.5.2 (2024-01-09)
- change appName to ShotShare (2210ab3)
1.5.1 (2024-01-09)
- volume mount instructions, chown database in 02_migrate hook (b1729ce)
1.5.0 (2024-01-04)
- blocked by (6fac0ff)
- codecov (9fb465e)
- codecov badge (5aed599)
- dont push (45ff210)
- images not found on index route (b7de64f)
- remove 'if' from build step (717f140)
- use local output (e3b163b)
- add codecov (5b6ba73)
- adjust perms (53728cc)
- chmod after download (c418eee)
- cleanup junk, create .env on composer install/update (84536ed)
- drop cache (d588cd7)
- drop codecov (c2ee5ff)
- gitkeep unit dir (f2b0f9d)
- make executable (79318bd)
- on push (82a0dc4)
- own recursive (15a9b06)
- poitn to prep (15694a3)
- try docker type (8d0be67)
- use buildx (bc05ab1)
- use dir (2fd720d)
- use runner.temp (9be6123)
- xdebug (8dc2a54)
1.4.3 (2024-01-02)
- update 'http' mode instructions, add 'FORCE_HTTPS' flag (9b17401)
1.4.2 (2024-01-02)
- allow users to specify http/https port (db4af2e)
1.4.1 (2023-12-29)
- caddy persistence (6467801)
1.4.0 (2023-12-29)
1.3.0 (2023-12-29)
- add copy for markdown (multiple flavors), bbcode, and html (b5e0d5c)
1.2.1 (2023-12-29)
- delete uploads dir (ba67991)
1.2.0 (2023-12-29)
- clean images command (5e26cef)
1.1.0 (2023-12-28)
- readme + license (7c02ad9)
1.0.3 (2023-12-28)
- use get-tag output (2b370f5)
1.0.2 (2023-12-28)
- remove pinned 1.0.0 (a374b6f)
1.0.1 (2023-12-28)
- trim 'v' from docker tag (38c93b9)
- 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)
- redirect from auth to / (1f381e0)