stretchly 0.6.0 released
Posted under stretchly onHi there guys, I am really happy to release version 0.6.0 of stretchly. You can download it from github.
stretchly is cross-platform open source app that reminds you to take breaks when working with computer.
Added
- possibility to change break/microbreak ideas via editing config file
Changed
- break window is shown when it's ready
So how to change break ideas?
First, make sure you know what you are doing. This feature is meant for advanced users.
To change break ideas, you need to edit config file. To learn more about how to find it, read this.
Related code looks like this:
const dir = app.getPath('userData')
const settingsFile = `${dir}/config.json`
Then change useIdeasFromSettings: false,
to useIdeasFromSettings: true,
and edit breakIdeas
and microbreakIdeas
.
Did you enjoy this? Copy-paste the link from the address bar to your favourite social network to share. Subscribe here.
comments powered by Disqus