Skip to content

Commit

Permalink
🚀 Update for Ren'Py 7.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Apr 11, 2021
1 parent e89253f commit 465205c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
renpy-versions:
- '7.4.2'
- '7.4.4'

steps:
- name: Clone source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
renpy-versions:
- '7.4.2'
- '7.4.4'
steps:
- name: Clone source
uses: actions/checkout@v1
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

The format is loosely based on Keep a Changelog, and this project adheres to Semantic Versioning.
*/
[Unreleased]
[v21.04-beta3]
- Rebuilds Candella against the Ren'Py 7.4.4 SDK.

[v21.03-beta2]
- Adds search functionality to Celeste Desktop's app drawer, filtered by name or bundle ID.
- Fixes a tagging issue in version injection scripts.
- Adds new CHANGELOG file to builds.
Expand Down
6 changes: 3 additions & 3 deletions game/System/release_info.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"distribution": {
"name": "Candella",
"version": "21.03",
"build_id": "2021036-131324",
"version": "21.04",
"build_id": "20210410-2271",
"channel": "beta",
"codename": "apple_cinnamon"
},
"build_date": "2021-03-06T13:13:24.344880"
"build_date": "2021-04-10T22:07:01.162157"
}

0 comments on commit 465205c

Please sign in to comment.