Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Releases: Griefed/VersionChecker

Release 1.0.8

23 Mar 17:08
Compare
Choose a tag to compare

1.0.8 (2022-03-23)

🦊 CI/CD

  • GitHub: Fix release asset path (009c4d2)

🛠 Fixes

  • When an alpha or beta for the latest release is used, return the latest release as the available update. Example: 1.2.5-alpha.1 -> 1.2.5 and 1.2.5-beta.1 -> 1.2.5 (45a6296)

Other

  • deps: update actions/setup-java action to v3 (47235d4)
  • deps: update dependency ghcr.io/griefed/baseimage-ubuntu-jdk-8 to v2.0.7 (74de493)
  • deps: update dependency ghcr.io/griefed/gitlab-ci-cd to v2.0.4 (4cde6ba)
  • deps: update dependency gradle to v7.4 (97b1ff0)
  • deps: update dependency griefed/baseimage-ubuntu-jdk-8 to v2.0.6 (e8f363b)
  • deps: update dependency griefed/gitlab-ci-cd to v2.0.3 (94d7d29)
  • deps: update dependency org.jetbrains:annotations to v23 (4254cab)
  • deps: update jamesives/github-pages-deploy-action action to v4.2.5 (413eeb2)

Release 1.0.7

26 Feb 18:41
Compare
Choose a tag to compare

Automatic release of version: 1.0.7
Changes in this release:

Bug Fixes

  • Fix regression bug introduced during last fix. Correctly acquire latest version from repository and correctly compare against other versions, preventing false positives and premature availability messages. (6cfcecf2)

Chores

  • deps:
    • update dependency ghcr.io/griefed/gitlab-ci-cd to v2.0.3 (b5605032)
    • update dependency ghcr.io/griefed/baseimage-ubuntu-jdk-8 to v2.0.6 (f9031166)

Continuous Integration

  • GitHub:
    • Remove artifacts which aren't being produced anyway (2b8505ad)
    • Fix paths for pre-release assets. Automatically generate changelog from git history. (6ef66d93)
    • Fix paths for release assets. Automatically generate changelog from git history. (c1fc6bdd)

Other Changes

Release 1.0.6

24 Feb 10:58
Compare
Choose a tag to compare

1.0.6 (2022-02-24)

🦊 CI/CD

  • Enable RenovateBot dependency updates (dc8b030)
  • GitHub: Correctly execute (pre)release actions when tags are pushed. (ae605c0)

🛠 Fixes

  • Get rid of substring calls. Check a given release, alpha, or beta version for available updates and ensure checks are performed correctly. (345bf8d)

Other