YAPA-2 is minimalistic desktop timer app for Pomodoro Technique users.
Download latest version | Website
-
Pomodoro™ counter :)
-
Control app using taskbar jumplist
-
Configurable periods
-
Count time backwards
-
Automatically start break
-
Show\hide in taskbar
-
Minimize to tray
-
Supports custom themes
-
Command line arguments
- /start
- /stop
- /pause
- /reset
- /settings
- /homepage
-
Sound
- Disable all sound notifications
- Volume controls
- Play custom music during work\break periods
-
Dashboard
- Pomodoro counter history similar to github contributions
-
Themes
-
YAPA 1.0 theme
-
Motivational theme
- More about theme here.
-
- Before doing code refactoring, create issue to discuss it.
- Create new branch for each bug/feature.
Installers are created with slightly modified Squirrel.Windows
- Restore nuget packages.
NuGet restore ..\Yapa.sln
- Run
Build\BuildAndRelease.cmd
Without arguments 2.0.0 version will be used. To create specific version:Build\BuildAndRelease.cmd 2.4.9
To enable nightly builds:
- Go to folder: C:\Users<username>\Documents\YAPA2
- Create empty file: PreRelease.txt
- Restart application.
- Open application settings, next to version you should see pre-release.
To disable nightly builds:
- Go to folder: C:\Users<username>\Documents\YAPA2
- Remove file: PreRelease.txt
- Uninstall application (application settings and completed pomodoro history will not be removed).
- Install latest stable version