Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Releases: rafamerlin/pomodorino

0.4.3 - Update library flagged on yarn audit

16 Apr 12:54
Compare
Choose a tag to compare
Update libraries due to dependency

Save history to file.

10 Oct 12:37
Compare
Choose a tag to compare

A file will be saved in the root folder of the application history.txt that will keep an history of all the pomodoros + date and time.

One small details, due to electron/electron#13023 , the time will always be in en-US formatting.

Added length of pomodoro to Tooltip

26 Sep 11:39
Compare
Choose a tag to compare

Also added the time it finishes, making it easier to keep track if you finished it recently or just forgot to spin a new one.

Converted to Typescript + added configurations

27 Jun 14:57
a4fde17
Compare
Choose a tag to compare

App was converted to Typescript, code was refactored separating a bit better the responsibilities.

Features added:

  • Sound, Notification and Blinking options.

Cancel button.

Changed notification system, now it will possibly work in Mac OS.

Moved to Typescript and added Audio On/Off option

13 Jun 00:02
a4fde17
Compare
Choose a tag to compare
Merge pull request #4 from Merurino/travis-configs

Define targets for each environment when deploying

0.2.1 - Added portable versions

07 May 10:52
b1940ca
Compare
Choose a tag to compare

Now that I've found out that some targets do not work as I expected.

Portable version for windows will take longer than the .zip to open, but the app will run fine afterwards.

Linux and Mac still not tested, I'm hoping the compressed versions would work fine on all platforms though.

0.2.0 - First Release

06 May 13:04
b1940ca
Compare
Choose a tag to compare

Version is 0.2.0 as this project has been alive for a while (but with no proper releases)

I'm still getting the hang of the release process.

So far I've tested the installer on Windows and it seems to be working fine. It will install for now in this folder:
C:\Users\{yourUser}\AppData\Local\Programs\pomodorino

The app is not signed so it may give you a warning. If you don't feel comfortable installing it you can download the source and build it. It's pretty straightforward. Open an issue if you have any problems.

I still haven't tested Linux and Mac (this one I won't be able to test myself).

I will try to play around with electron-builder to allow users to configure destination folder, also I'll try to release .zip files as well as soon as I figure out how to do it (and if it's possible at all).