We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f88fb commit 20cccc4Copy full SHA for 20cccc4
2 files changed
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
## [Unreleased]
8
### Fixed
9
- fix crashes on system unlock
10
+- fix custom title for Mini break from command line
11
12
## [1.21.0] - 2026-04-25
13
### Added
app/main.js
@@ -143,7 +143,7 @@ if (!gotTheLock) {
143
log.error('Stretchly: error parsing wait interval to ms because of invalid value')
144
return
145
}
146
- if (cmd.options.title) nextIdea = [cmd.options.title]
+ if (cmd.options.title) nextIdea = cmd.options.title
147
if (!cmd.options.noskip || delay) skipToMicrobreak(delay)
148
break
149
0 commit comments