Releases: goniszewski/grimoire
Releases · goniszewski/grimoire
v0.2.5
What's Changed
- feat: use token-based authentication for API requests by @goniszewski in #61
- Feat/update API for bookmark extension by @goniszewski in #62
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- chore(deps-dev): bump vite from 4.5.1 to 4.5.2 by @dependabot in #57
- Chore/reduce tech debt by @goniszewski in #58
- 40 grimoire web app is showing outdated information for settings and bookmarks by @goniszewski in #55
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
What's Changed
- Revert "Refactor/use proxy for pocketbase" by @goniszewski in #51
- Refactor/use proxy for pocketbase - fixed by @goniszewski in #52
- Chore/cleaning by @goniszewski in #56
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Refactor/use proxy for pocketbase by @goniszewski in #48
- chore(deps-dev): bump vite from 4.5.0 to 4.5.1 by @dependabot in #42
New Contributors
- @dependabot made their first contribution in #42
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- feat: API endpoints for external integrations by @goniszewski in #41
- feat: add init message on main page if no Users in DB by @goniszewski in #44
- feat: add POST endpoint
/api/bookmarks/simple/
for adding bookmark … by @goniszewski in #45 - Feat/add API documentation by @goniszewski in #46
Full Changelog: v0.1.5...v0.2.0
v0.1.5
What's Changed
- feat: rework search to utilize indexes by @goniszewski in #21
- fix: ensure reactivity for dynamic collections (Bookmarks, Categories, Tags) by @goniszewski in 55266c2
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- feat: improve error handling, add global error page, form validation for signup and login forms by @goniszewski in #27
- fix: mount pb_migrations in the correct directory by @babariviere in #30
- Allow to disable signup from .env variable by @goniszewski in #32
- Handle relative URLs while fetching images for new bookmark by @goniszewski in #34
New Contributors
- @babariviere made their first contribution in #30
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- BREAKING CHANGE: update how environment variables are stored and injected - please refer to the new configuration instructions and updated variables and
.env
file (HTTPS_ONLY
is nowPUBLIC_HTTPS_ONLY
so it can be used in frontend part of the app) - fix: allow to change port the app listens on, update docker compose c… by @goniszewski in #24
- chore: display app version in the footer
- fix: allow to change port the app listens on
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- chore: use proper repo URL by @goniszewski in #2
env.local
->env.docker
. by @whereistejas in #5- Update README.md by @jonrick in #15
- Modify /register to /signup by @rogafe in #3
- fix: bookmark defails modal fixes by @goniszewski in #20
- fix: resolve issues when deploying with a custom domain by @goniszewski in #17
- fix: clicking on bookmark title won't increase opened times count by @goniszewski in #18
New Contributors
- @whereistejas made their first contribution in #5
- @jonrick made their first contribution in #15
- @rogafe made their first contribution in #3
Full Changelog: v0.1.1...v0.1.2