Skip to content

Commit

Permalink
changelog, geode version
Browse files Browse the repository at this point in the history
  • Loading branch information
theyareonit committed Sep 15, 2024
1 parent 0976602 commit b364054
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Potentially improve performance
* Fix keyboard input not working on Linux
* Significantly improve input precision on Linux
* Disable input when unfocused
* Don't submit CBF completions on star rated levels to leaderboards

# v1.1.21
Expand Down
7 changes: 4 additions & 3 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"geode": "3.5.0",
"geode": "3.6.1",
"gd": {
"win": "2.206"
},
Expand Down Expand Up @@ -54,9 +54,10 @@
},
"thread-priority": {
"name": "Thread Priority",
"description": "Whether to automatically set CBF's thread priority to the highest available. \n\nRequires game restart to apply.",
"description": "Whether to automatically set CBF's thread priority to the highest available.",
"type": "bool",
"default": true
"default": true,
"requires-restart": true
}
},
"repository": "https://github.com/theyareonit/Click-Between-Frames",
Expand Down

0 comments on commit b364054

Please sign in to comment.