Releases: shurco/litecart
v0.2.6
To update the prebuilt executable you can run
./litecart update
Changelog
Bug fixes
- e02870c 🐛 fix(api): prevent incorrect redirect to install page on GitHub API rate limit
Full Changelog: v0.2.5...v0.2.6
Warning
If you are updating, it is essential to do the following - back up the ./site folder if you have made changes to it (you can rename it). A new folder with updated files will be created.
v0.2.5
To update the prebuilt executable you can run
./litecart update
Changelog
New Features
- a5a28f8 ✨ feat(cookies): add GDPR-compliant cookie consent banner
Bug fixes
- 27a2bb9 🐛 fix(admin): fix Svelte 5 reactivity and event handler errors
Full Changelog: v0.2.4...v0.2.5
Warning
If you are updating, it is essential to do the following - back up the ./site folder if you have made changes to it (you can rename it). A new folder with updated files will be created.
v0.2.4
To update the prebuilt executable you can run
./litecart update
Changelog
New Features
- 1116550 ✨ feat(pagination): add pagination support for products, pages, and carts
- 6b02cd3 ✨ feat(ui): add active state for footer menu items
Bug fixes
- 974b50b 🐛 fix(i18n): fix untranslated texts and remove unused translation keys
- 8936b0f 🐛 fix(products): fix price calculation and digital icon display
Other work
- fd4f0e0 ♻️ refactor(frontend): migrate to Svelte 5 state API and update TypeScript config
Full Changelog: v0.2.3...v0.2.4
Warning
If you are updating, it is essential to do the following - back up the ./site folder if you have made changes to it (you can rename it). A new folder with updated files will be created.
v0.2.3
To update the prebuilt executable you can run
./litecart update
Changelog
New Features
- 0e5b047 feat(payment): add dummy payment provider
- ae4499f ✨ feat(cart): improve free cart handling with dummy provider
- 5d8111d ✨ feat(carts): add cart detail drawer with click handler
Bug fixes
- e096309 🐛 fix(admin): correct price display in admin panel
Other work
- 9e95588 Revert "📚 docs(readme): add Dummy Payment documentation and update media files"
- 6fc696e ♻️ refactor(site): improve code quality and styling consistency
- 4d1927a 📚 docs(readme): add Docker Compose and free products documentation
- c578834 📚 docs(readme): add Dummy Payment documentation
- 1b55230 📚 docs(readme): add Dummy Payment documentation and update media files
- acc8150 🔧 chore(config): reorganize docker setup and prettier configuration
Full Changelog: v0.2.2...v0.2.3
Warning
If you are updating, it is essential to do the following - back up the ./site folder if you have made changes to it (you can rename it). A new folder with updated files will be created.
v0.2.2
To update the prebuilt executable you can run
./litecart update
Changelog
New Features
- b0e0a9f ✨ feat(products): add digital product management
- 500eae4 ✨ feat(site): refactor code with KISS/DRY principles and improve UX
Other work
- 66a1d3c ♻️ refactor(products): simplify product edit page code
Full Changelog: v0.2.1...v0.2.2
Warning
If you are updating, it is essential to do the following - back up the ./site folder if you have made changes to it (you can rename it). A new folder with updated files will be created.
v0.2.1
Warning
This update is only intended for a fresh installation, as it uses a completely new website system.
To update the prebuilt executable you can run
./litecart update
Changelog
Other work
- 46e1d86 ♻️ refactor(build): migrate from dockers to dockers_v2
- 408b6eb ♻️ refactor(frontend): migrate site from Vue to SvelteKit
- 9404301 🔧 chore(build): simplify frontend build process and add multi-platform support
Full Changelog: v0.2.0...v0.2.1
Warning
If you are updating, it is essential to do the following - back up the ./site folder if you have made changes to it (you can rename it). A new folder with updated files will be created.
v0.2.0
To update the prebuilt executable you can run
./litecart update
Changelog
Bug fixes
- 3538094 🐛 fix(auth): fix authentication redirect and use cookie instead of sessionStorage
Other work
- 905c69a ♻️ refactor(admin): migrate Tailwind CSS from v3 to v4
- 8e8b253 ♻️ refactor(build): replace npm/yarn with bun
- 093d3dc 📚 docs: update function documentation and test naming
- cc7f0af 🔧 chore(deps): update Go version and dependencies
- 5095b7d 🔧 chore: Refine GoReleaser configuration for archive formatting
- 829b593 🩹 Fix: TLS, err handling, JWT cookie flags, update nil-asset
Full Changelog: v0.1.13...v0.2.0
Warning
If you are updating, it is essential to do the following - back up the ./site folder if you have made changes to it (you can rename it). A new folder with updated files will be created.
v0.1.13
To update the prebuilt executable you can run
./litecart update
Changelog
Bug fixes
- a4257e7 🐞 fix: null check for added product and page
- 4f306c9 🔧 fix: Enhance SMTP settings validation and error handling
Build process updates
- b63b1c5 🔧 build(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6
- 90b7536 🔧 build(deps): bump github.com/gofiber/template/html/v2
- 32b92e0 🔧 build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
- 15f0a5b 🔧 build(deps): bump github.com/pressly/goose/v3 from 3.23.0 to 3.23.1
- 957ef84 🔧 build(deps): bump github.com/pressly/goose/v3 from 3.23.1 to 3.24.0
- 2318a0b 🔧 build(deps): bump github.com/pressly/goose/v3 from 3.24.0 to 3.24.1
- 8cb5d80 🔧 build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
- 5c049a8 🔧 build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
- 95dc9d2 🔧 build(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0
- 0ba27b1 🔧 build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
- ad53a92 🔧 build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0
- 9ff8070 🔧 build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
- 394be09 🔧 build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0
- 557974f 🔧 build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0
- 87ee574 🔧 build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
- 0da07a9 🔧 build(deps): bump modernc.org/sqlite from 1.34.1 to 1.34.2
- 54b02fb 🔧 build(deps): bump modernc.org/sqlite from 1.34.2 to 1.34.3
- 6922be6 🔧 build(deps): bump modernc.org/sqlite from 1.34.3 to 1.34.4
- 9e083e3 🔧 build(deps): bump modernc.org/sqlite from 1.34.4 to 1.34.5
- f391226 🔧 build(deps): bump modernc.org/sqlite from 1.34.5 to 1.35.0
- 68a2fdb 🔧 build(deps): bump modernc.org/sqlite from 1.35.0 to 1.36.0
- 123b640 🔧 build(deps): bump modernc.org/sqlite from 1.36.0 to 1.36.1
Other work
- c56d93b Addition to code, and better documentation
- 797ea15 added test comment for github actions
- 7f72feb deleteImage refactor
- 687f7d7 improved comments for refactores functions and struct
- 0ee47e9 just_docker-compose_example.yml added
- 1eba94b merge with upstream
- a687112 removed codebuddy directory
- e4d2263 removed test comment from products.go
- b29f597 ✨ docs: Add commit message instructions for GitHub Copilot
- 8b7033c 🗑️ chore: Remove commit message instructions for GitHub Copilot
- 5531b41 🦄 refactor: update import paths after directory restructuring
Full Changelog: v0.1.12...v0.1.13
Warning
If you are updating, it is essential to do the following - back up the ./site folder if you have made changes to it (you can rename it). A new folder with updated files will be created.
v0.1.12
To update the prebuilt executable you can run
./litecart update
Changelog
Other work
Full Changelog: v0.1.11...v0.1.12
Warning
If you are updating, it is essential to do the following - back up the ./site folder if you have made changes to it (you can rename it). A new folder with updated files will be created.
v0.1.11
To update the prebuilt executable you can run
./litecart update
Changelog
Bug fixes
- 453b7e4 🐞 fix: replace modernc.org/libc
Build process updates
- 686f430 build(deps): bump braces from 3.0.2 to 3.0.3 in /web/site
Full Changelog: v0.1.10...v0.1.11
Warning
If you are updating, it is essential to do the following - back up the ./site folder if you have made changes to it (you can rename it). A new folder with updated files will be created.