Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Sep 15, 2024
1 parent ca9064d commit 7c1cf74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# BetterEdit 6

## v6.8.0-alpha.5
* Fix color trigger popup crashing (& also make <cc>HSV Preview</c> more responsive)

## v6.8.0-alpha.4
* Fix a bug with servers causing supporter popups to not work

Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"geode": "3.4.0",
"geode": "3.7.0",
"version": "6.8.0-alpha.4",
"gd": {
"win": "2.206",
Expand Down
2 changes: 1 addition & 1 deletion src/features/backups/QuickSave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static std::filesystem::path getAutoSaveDir() {
}

static bool CREATING_AUTO_SAVE = false;
void ::createAutoSave(LevelEditorLayer* lel) {
void createAutoSave(LevelEditorLayer* lel) {
CREATING_AUTO_SAVE = true;
fakeEditorPauseLayer(lel)->saveLevel();
CREATING_AUTO_SAVE = false;
Expand Down

0 comments on commit 7c1cf74

Please sign in to comment.