From b364054212d41e02ef25548926bf7cff4c84e29c Mon Sep 17 00:00:00 2001 From: theyareonit Date: Sun, 15 Sep 2024 16:04:33 +0200 Subject: [PATCH] changelog, geode version --- changelog.md | 1 + mod.json | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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",