Skip to content

Releases: goniszewski/grimoire

Release 0.3.5

02 May 13:58
7f92c7e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

Release 0.3.4

26 Apr 12:20
1f7ada9
Compare
Choose a tag to compare

What's Changed

  • fix: search result's bookmark IDs are not properly added to the path query in (45c94d4)

Full Changelog: v0.3.3...v0.3.4

Release 0.3.3

15 Apr 14:31
0faaf29
Compare
Choose a tag to compare

Release 0.3.2

04 Apr 13:43
29d29a1
Compare
Choose a tag to compare

What's Changed

  • Merge pull request #83 from goniszewski/77-top-level-category-does-not-show-all-bookmarks-under-subcategories-or-the-subcategories-of-those-subcategories (2066673)
  • feat: show related bookmarks on nested category view (8501cf4)
  • chore: add SerializeBookmarkList util, simplify util imports (8abbca9)
  • fix: wrong default used for PB while running app in DEV (dbf7daa)
  • Merge pull request #82 from goniszewski/76-subcategories-of-subcategories-do-not-show-in-left-column (050980c)
  • fix: add recursive component to handle nested category tree (85abb8c)
  • chore: add favicon variants (a2d79f6)

Release 0.3.1

03 Apr 15:30
d1c6f3b
Compare
Choose a tag to compare

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)

Release 0.3.0

30 Mar 22:21
4197a50
Compare
Choose a tag to compare

WARNING: BREAKING CHANGES (more below)

  • fix: use proper PB URL in prod/dev; resolve issue with server.js module imports (5d107a8)
  • Merge branch 'main' into feat/add-pb-api-proxy (a11e272)
  • 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)

BREAKING CHANGES
This release introduces a custom server layer to handle internal communication with PocketBase container. From now on, in the default mode (using both containers with docker compose up), the app will communicate with the provided PocketBase Docker container using <PUBLIC_ORIGIN>/internal/pb URL suffix.

Thanks to this change, if PUBLIC_POCKETBASE_URL is set to http://pocketbase or to an empty value, all communication between those containers will stay inside the Docker internal network. That means in will be safer and easier to set up!

Please note that this feature is disabled on DEV environment, so for example, if you run the app with ./run-dev.sh or pnpm dev.

v0.2.6

15 Mar 17:17
9581dea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

07 Mar 21:20
fe7b7fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

31 Jan 19:40
a863168
Compare
Choose a tag to compare

What's Changed

Dev note

  • We're now using the latest Vite 5 and SvelteKit 2.5! 🆕
  • Actions on Bookmarks and updating UI settings should now immediately affect the local state ⚡

Full Changelog: v0.2.3...v0.2.4

v0.2.3

29 Jan 21:43
81d1359
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3