Skip to content

Commit fe4c202

Browse files
Release 0.260704: bump version and disable debug logging
Set the release default to DEBUG_MODE = False and bump plugin/package version to 0.260704. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2cf50df commit fe4c202

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
1515
import fan_logic
1616

17-
DEBUG_MODE = True
17+
DEBUG_MODE = False
1818

1919
log_dir = "/home/deck/homebrew/logs/lego2-fan-control"
2020
os.makedirs(log_dir, exist_ok=True)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lego2-fan-control",
3-
"version": "0.260430",
3+
"version": "0.260704",
44
"type": "module",
55
"scripts": {
66
"build": "rollup -c",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LeGo2 Fan Control",
3-
"version": "0.260430",
3+
"version": "0.260704",
44
"author": "Luke Cama",
55
"description": "Full unrestricted fan control for the Legion Go 2",
66
"flags": [

0 commit comments

Comments
 (0)