Skip to content

Releases: lirlia/prel

v0.8.2

17 Jul 10:01
12f8d03
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.8.1...v0.8.2

Container Image

docker pull ghcr.io/lirlia/prel:v0.8.2

v0.8.1

12 Jul 15:11
4c5071f
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.8.0...v0.8.1

Container Image

docker pull ghcr.io/lirlia/prel:v0.8.1

v0.8.0

19 Jun 07:37
fdb9549
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat: Add support for additional periods in APIRequestsPostReq by @lirlia in #135

Other Changes

Full Changelog: v0.7.0...v0.8.0

Container Image

docker pull ghcr.io/lirlia/prel:v0.8.0

v0.7.0

15 May 03:10
6f0f90f
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

Full Changelog: v0.6.2...v0.7.0

Container Image

docker pull ghcr.io/lirlia/prel:v0.7.0

v0.6.2

30 Apr 04:25
dbdf841
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.6.1...v0.6.2

Container Image

docker pull ghcr.io/lirlia/prel:v0.6.2

v0.6.1

26 Mar 03:25
4497e8d
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Changed the maxLength of notificationMessage from 100 to 1000. by @lirlia in #100

Full Changelog: v0.6.0...v0.6.1

Container Image

docker pull ghcr.io/lirlia/prel:v0.6.1

v0.6.0

25 Mar 14:29
c9d457e
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • add setting page to add notification message feature by @lirlia in #99

Other Changes

Full Changelog: v0.5.8...v0.6.0

Container Image

docker pull ghcr.io/lirlia/prel:v0.6.0

Need to Migration

# Clone this Repository
❯ git clone [email protected]:lirlia/prel.git
❯ git fetch
❯ git checkout v0.6.0 
❯ psqldef --host=xxx --port=5432 --user=postgres --password=xxx prel < db/schema.sql

-- Apply --
CREATE TABLE setting (
    id TEXT PRIMARY KEY NOT NULL,
    notification_message_for_request TEXT,
    notification_message_for_judge TEXT,
    created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT CURRENT_TIMESTAMP,
    updated_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT CURRENT_TIMESTAMP
);

v0.5.8

24 Mar 01:04
da73713
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.5.7...v0.5.8

Container Image

docker pull ghcr.io/lirlia/prel:v0.5.8

v0.5.7

11 Mar 00:51
fc9f851
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Update wangyoucao577/go-release-action action to v1.49 by @renovate in #88
  • Update dependency @playwright/test to v1.42.1 by @renovate in #87
  • Update reviewdog/action-golangci-lint action to v2.6.1 by @renovate in #91
  • Update dependency golang to v1.22.1 by @renovate in #90

Full Changelog: v0.5.6...v0.5.7

Container Image

docker pull ghcr.io/lirlia/prel:v0.5.7

v0.5.6

19 Feb 07:11
e27b377
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.5.5...v0.5.6

Container Image

docker pull ghcr.io/lirlia/prel:v0.5.6