Skip to content

Releases: metikular/coupon-store

v1.3.0

29 Jan 21:28
d7d4412
Compare
Choose a tag to compare

What's Changed

  • Reenable ARM build
  • Update dependencies

Full Changelog: v1.2.0...v1.3.0

v1.3.0-rc1

27 Jan 08:18
824a9f1
Compare
Choose a tag to compare
v1.3.0-rc1 Pre-release
Pre-release

What's Changed

  • Reenable ARM support on the docker image
  • Update dependencies

Full Changelog: v1.2.0...v1.3.0-rc1

v1.2.0

23 Oct 20:11
618817f
Compare
Choose a tag to compare

What's Changed

  • Add support for SQLite

    Set the following environment variable to use a SQLite database instead of an external PostgreSQL:

    DATABASE_URL=sqlite3:db/data/coupons.sqlite3
    

    Refer to docker-compose.sqlite.yml for an example on how to set it up.

  • Fix mobile layout of homepage

  • Update dependencies

Full Changelog: v1.1.1...v1.2.0

v1.1.1

02 Oct 20:20
0d7bc71
Compare
Choose a tag to compare

What's changed

  • Add version number on homepage

Full Changelog: v1.1.0...v1.1.1

v1.1.1-rc4

02 Oct 20:16
0d7bc71
Compare
Choose a tag to compare
v1.1.1-rc4 Pre-release
Pre-release

Full Changelog: v1.1.0...v1.1.1-rc4

v1.1.1-rc3

02 Oct 20:00
42e0716
Compare
Choose a tag to compare
v1.1.1-rc3 Pre-release
Pre-release

Full Changelog: v1.1.0...v1.1.1-rc3

v1.1.1-rc2

02 Oct 19:55
c898201
Compare
Choose a tag to compare
v1.1.1-rc2 Pre-release
Pre-release

Full Changelog: v1.1.0...v1.1.1-rc2

v1.1.1-rc1

02 Oct 19:44
a3acb90
Compare
Choose a tag to compare
v1.1.1-rc1 Pre-release
Pre-release

Full Changelog: v1.1.0...v1.1.1-rc1

v1.1.0

30 Sep 19:03
e453a4c
Compare
Choose a tag to compare

What's Changed

  • Add dark mode
  • Add QR codes
  • Add helper to choose the correct barcode type
  • Fix display of barcodes with spaces in them
  • Update dependencies

Full Changelog: v1.0.0...v1.1.0

v1.1.0-rc3

30 Sep 17:17
e453a4c
Compare
Choose a tag to compare
v1.1.0-rc3 Pre-release
Pre-release

What's Changed

  • Remove ARM support in docker image as TailwindCSS does not yet support it
  • Fix display of barcodes with spaces in them

Full Changelog: v1.1.0-rc2...v1.1.0-rc3