Applet version/Build date
Version 1.0.1 (2025-12-31 09:49:18)
Cinnamon version
6.6.3
Distribution
Mint 22.3 (Zena)
Graphics hardware and driver used
Does not matter
Applet name and maintainer
day-progress@chmodmasx @chmodmasx
What happened?
Wrong percentage calculation. In settings-schema.json, the "end-hour" declaration should be:
"end-hour": {
"type": "spinbutton",
"default": 24,
"min": 0,
"max": 24,
"step": 1,
"units": "hours",
"description": "End hour",
"tooltip": "Hour at which the indicator ends"
}
Other information
No response