grimoire

Bookmark manager for the wizards šŸ§™

MIT License

Stars
1.5K
Committers
11

Bot releases are hidden (Show)

grimoire - Release 0.3.5 Latest Release

Published by goniszewski 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.3.4...v0.3.5

grimoire - Release 0.3.4

Published by goniszewski 6 months ago

What's Changed

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.3.3...v0.3.4

grimoire - Release 0.3.2

Published by goniszewski 7 months ago

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)
grimoire - Release 0.3.1

Published by goniszewski 7 months ago

What's Changed

Full Changelog: https://github.com/goniszewski/grimoire/compare/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)
grimoire - Release 0.3.0

Published by goniszewski 7 months ago

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.

grimoire - v0.2.6

Published by goniszewski 7 months ago

What's Changed

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.2.5...v0.2.6

grimoire - v0.2.5

Published by goniszewski 8 months ago

What's Changed

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.2.4...v0.2.5

grimoire - v0.2.4

Published by goniszewski 9 months ago

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: https://github.com/goniszewski/grimoire/compare/v0.2.3...v0.2.4

grimoire - v0.2.3

Published by goniszewski 9 months ago

What's Changed

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.2.2...v0.2.3

grimoire - v0.2.2

Published by goniszewski 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.2.1...v0.2.2

grimoire - v0.2.1

Published by goniszewski 9 months ago

What's Changed

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.2.0...v0.2.1

grimoire - v0.2.0

Published by goniszewski 9 months ago

What's Changed

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.1.5...v0.2.0

grimoire - v0.1.5

Published by goniszewski 10 months ago

What's Changed

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.1.4...v0.1.5

grimoire - v0.1.4

Published by goniszewski 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.1.3...v0.1.4

grimoire - v0.1.3

Published by goniszewski 11 months ago

What's Changed

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.1.2...v0.1.3

grimoire - v0.1.2

Published by goniszewski 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/goniszewski/grimoire/compare/v0.1.1...v0.1.2

grimoire - v0.1.1

Published by goniszewski 11 months ago

grimoire - v0.1.0

Published by goniszewski 11 months ago

Initial release