Skip to content

Releases: shurco/litecart

v0.1.13

24 Jun 19:14
0df2a97
Compare
Choose a tag to compare

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

30 Jul 11:29
v0.1.12
20f28d5
Compare
Choose a tag to compare

To update the prebuilt executable you can run ./litecart update

Changelog

Other work

  • 0f36efc 🐛 fix the validate rule and build command
  • a6c0dc6 🐳 chore: default usage bun

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

07 Jul 08:11
v0.1.11
453b7e4
Compare
Choose a tag to compare

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.

v0.1.10

12 Jan 12:30
Compare
Choose a tag to compare

To update the prebuilt executable you can run ./litecart update

Changelog

New Features

  • eed748f ✨ feat: link to youtube and alt site
  • 426f0b1 ✨ feat: tooltip for icons

Bug fixes

  • fe0bfc2 🐞 fix: dependabot alerts
  • da517f0 🐞 fix: page content updates
  • d379a86 🐞 fix: replaced vite vue plugin
  • 6f28435 🐞 fix: settings for payment and letters
  • e19c7df 🐞 fix: upload file up to 50mb

Build process updates

  • 306c5b3 🔧 build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0

Other work

  • 4ba3a21 📃 docs: added new developers script and todo
  • a408b1a 📃 docs: added screenshots
  • 0555918 🦄 refactor: fiber middelware

Full Changelog: https://github.com/shurco/litecart/compare/v0.1.9…

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.9

11 Dec 14:08
Compare
Choose a tag to compare

To update the prebuilt executable you can run ./litecart update

Changelog

New Features

Other work

  • 46bb236 build(deps-dev): bump vite from 5.0.4 to 5.0.5 in /web/admin
  • b1b328a 🌈 style: UI/UX optimization of the admin panel
  • 273ea12 🌈 style: added litecart link
  • d203fe9 🦄 refactor: code cleanup and optimization
  • 88258b4 🦄 refactor: settings groups have been modified

Full Changelog: v0.1.8...v0.1.9

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.8

30 Nov 17:19
Compare
Choose a tag to compare

To update the prebuilt executable you can run ./litecart update

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.

Changelog

New Features

  • 8296aa6 ✨ feat: added photo slider to site

Other work

Full Changelog: v0.1.7...v0.1.8

v0.1.7

29 Nov 15:27
890faf1
Compare
Choose a tag to compare

To update the prebuilt executable you can run ./litecart update

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.

Changelog

New Features

  • a3f67c4 ✨ feat: short product description
  • ca2e323 ✨ feat: support paypal payments

Other work

  • 464fc11 added markup support
  • d02dbf1 added placeholder and spacing to editor
  • 1907be5 added placeholder packae
  • 932a021 added styling to site desc
  • 7241b56 🌈 style: add overlay
  • d9084c7 🌈 style: small update
  • 5c85f32 🦄 refactor: added socials links
  • bd94c3f 🦄 refactor: checking fields of payment systems

Full Changelog: v0.1.6...v0.1.7

v0.1.6

22 Nov 19:41
Compare
Choose a tag to compare

To update the prebuilt executable you can run ./litecart update

Warning

If you are updating, it is essential to do the following:

  1. 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.
  2. Run the command ./litecart migrate

Changelog

New Features

  • 152a2f0 ✨ feat: auto-migration after update
  • ed762f4 ✨ feat: show products without filled digital goods

Bug fixes

  • 5ffa76b 🐞 fix: displaying a new version banner
  • 1a18d53 🐞 fix: small bugs
  • 27a5d6e 🐞 fix: updating site settings

Other work

  • dd12c82 🌈 style: smooth rendering
  • c7830be 🦄 refactor: installation page cleaned

Full Changelog: v0.1.5...v0.1.6

v0.1.5

20 Nov 09:47
Compare
Choose a tag to compare

To update the prebuilt executable you can run ./litecart update

Changelog

New Features

  • 80e59a3 ✨ feat: support for cryptocurrency payments

Build process updates

  • e965649 build(deps): bump @babel/traverse from 7.22.10 to 7.23.2 in /web/admin
  • c36fdeb 🔧 build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0

Other work

  • f0da6e2 added webhook support
  • 57b9307 made amends according to pr
  • 07f96a1 🐳 chore: fix rights to perform
  • 07fe60c 📃 docs: products you can offer

Full Changelog: v0.1.4...v0.1.5

v0.1.4

14 Oct 10:25
Compare
Choose a tag to compare

To update the prebuilt executable you can run ./litecart update

Changelog

Bug fixes

  • bf0f612 🐞 fix: error on macOS in install script
  • 7862cc4 🐞 fix: stripe error parameter_invalid_empty

Build process updates

  • 941d815 build(deps): bump postcss from 8.4.28 to 8.4.31 in /web/site
  • 546a6ca 🔧 build(deps): bump github.com/pressly/goose/v3 from 3.15.0 to 3.15.1

Other work

  • 550ba42 build(deps-dev): bump postcss from 8.4.29 to 8.4.31 in /web/admin

Full Changelog: v0.1.3...v0.1.4