What's Changed
Full Changelog: v0.3.0...v0.3.1
- feat: add logic to user profile form (342431c)
- fix: invalidate state on settings update (560710b)
- chore: remove unused log statement (ed8458f)
- fix: don't display image container if there's no mainImage and screenshot available (65aede3)
- chore: use proper default PB URL for dev environment (7289b62)
- Merge pull request #74 from goniszewski/feat/add-pb-api-proxy (85523f2)
- fix: use proper PB URL in prod/dev; resolve issue with server.js module imports (5d107a8)
- chore: add 'prettier-plugin-tailwindcss' (581891c)
- feat: add internal proxy support for PB API calls; add URLs enum; update 'ORIGIN' env handling (501a78b)
- fix: invalid PB URL variable (bf99cd3)
- fix: remove 'BACKEND_URL' variable, leave 'POCKETBASE_URL' with the default 'http://localhost:8090' (3f0b683)
- chore: add selected screenshots to README.md (fcd1c97)
- Merge pull request #73 from goniszewski/71-ollama-url-from-settings-is-not-respected (11362fc)
- fix: resolve the issue with user LLM settings not being respected; clean-up (46d29ed)