From 3080b60b4000aa614b9de68369255dcb9c408965 Mon Sep 17 00:00:00 2001 From: Capeling <113705504+Capeling@users.noreply.github.com> Date: Sat, 15 Jun 2024 12:29:56 +0930 Subject: [PATCH] better changelog --- .github/workflows/build.yml | 14 +++++++------- changelog.md | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb4f10b..8cd58a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,17 +14,15 @@ jobs: config: - name: Windows os: windows-latest - - #- name: macOS - # os: macos-latest - - name: Android32 os: ubuntu-latest target: Android32 - - name: Android64 os: ubuntu-latest target: Android64 + #- name: macOS + # os: macos-latest + name: ${{ matrix.config.name }} runs-on: ${{ matrix.config.os }} @@ -35,8 +33,10 @@ jobs: - name: Build the mod uses: geode-sdk/build-geode-mod@main with: - sdk: nightly + build-config: RelWithDebInfo + export-pdb: true combine: true + sdk: 'nightly' target: ${{ matrix.config.target }} package: @@ -51,4 +51,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: Build Output - path: ${{ steps.build.outputs.build-output }} + path: ${{ steps.build.outputs.build-output }} \ No newline at end of file diff --git a/changelog.md b/changelog.md index 70b3e45..5147de1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # Coloured Level Page ## v1.1.0 - 2.206 Update +- Colors level loading progress now - Added auto gradient - Reduced insane brightness ## v1.0.0