session-planner 1.0.3 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,7 +76,7 @@ timestamp_for() {
76
76
 
77
77
  # Parse any supported time format → sets PARSED_HOUR, PARSED_MIN
78
78
  parse_time() {
79
- local raw="${1,,}"
79
+ local raw=$(echo "$1" | tr '[:upper:]' '[:lower:]')
80
80
  PARSED_HOUR=""; PARSED_MIN=0
81
81
 
82
82
  # 24-hour H:MM or HH:MM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "session-planner",
3
- "version": "1.0.3",
3
+ "version": "1.1.1",
4
4
  "description": "Schedule Hello! Claude Code sessions at specific times. Opens a session N hours before your chosen time.",
5
5
  "keywords": [
6
6
  "claude",