YetAnotherPomodoroApp / YAPA-2

Minimalistic desktop timer app for Pomodoro Technique users
https://yapa2.app/
MIT License
512 stars 58 forks source link
pomodoro pomodoro-technique pomodoro-timer productivity time-management

Yapa2

YAPA-2 is minimalistic desktop timer app for Pomodoro Technique users.

Build status Total downloads Download latest version | Website

Features

Contribution guidelines

  1. Before doing code refactoring, create issue to discuss it.
  2. Create new branch for each bug/feature.

How to build installer

Installers are created with slightly modified Squirrel.Windows

  1. Restore nuget packages. NuGet restore ..\Yapa.sln
  2. Run Build\BuildAndRelease.cmd Without arguments 2.0.0 version will be used. To create specific version: Build\BuildAndRelease.cmd 2.4.9

Nightly builds

To enable nightly builds:

  1. Go to folder: C:\Users\\Documents\YAPA2
  2. Create empty file: PreRelease.txt
  3. Restart application.
  4. Open application settings, next to version you should see pre-release.

To disable nightly builds:

  1. Go to folder: C:\Users\\Documents\YAPA2
  2. Remove file: PreRelease.txt
  3. Uninstall application (application settings and completed pomodoro history will not be removed).
  4. Install latest stable version