diff --git a/changelog.md b/changelog.md index 53ced00..1f018f5 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/mod.json b/mod.json index 9d5a0b1..cad617d 100644 --- a/mod.json +++ b/mod.json @@ -1,5 +1,5 @@ { - "geode": "3.5.0", + "geode": "3.6.1", "gd": { "win": "2.206" }, @@ -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",