Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Latest commit

 

History

History
96 lines (50 loc) · 5.17 KB

CHANGELOG.md

File metadata and controls

96 lines (50 loc) · 5.17 KB

1.3.2 (2023-06-15)

Bug Fixes

  • migrations: Remove policy creation from mig (13ac9fc)

1.3.1 (2023-06-15)

Bug Fixes

  • color-thief: Add needed env vars to docker build (6dc438a)

1.3.0 (2023-06-15)

Features

  • colorthief: Extract colors, pass to prompt (1902df6)

1.2.5 (2023-06-12)

Bug Fixes

1.2.4 (2023-06-12)

Bug Fixes

  • loading: Use face warump instead default full (4746487)

1.2.3 (2023-06-09)

Bug Fixes

  • loading: Adds models to standalone build (e3db9aa)

1.2.2 (2023-06-08)

Bug Fixes

  • loading: Adds models and wasm backend to deps (aba40e4)

1.2.1 (2023-06-08)

Bug Fixes

  • change logic of function (84eba54)
  • position of function call (dd928d9)
  • types: Added some type safety (93b42fa)

1.2.0 (2023-06-07)

Features

  • docker: Add docker build of project (220f971)

1.1.0 (2023-06-06)

Bug Fixes

  • seed: Add bucket creation to seed (1042140)
  • validation: ajv does not work in edge runtime (b262c67)

Features

  • api explorer: Make explorer embeddable (f360cbb)
  • csrf: Use csrf tokens (4b08026)
  • image grid: Use stored images (63e46db)
  • prompt: Use Human result as input (a8c096b)
  • prompt: Validate POST body with ajv (e9dc975)

1.0.0 (2023-06-01)

Features

  • Add gaze direction accept gender and age from post (72b142f)
  • Add prompt generator api route (d980025)
  • added auto trigger based on age (90b0cb4)
  • added zustand for global state management (813f417)
  • ApiExplorer using edge-csrf package (16b31c8)
  • csrf: Add csrf token protection (ef4f48a)
  • First working draft with human lib (30676f7)
  • images: Add image api route. (030ebfe)
  • Utils for properties interpolation (c3e713e)