Skip to content

Releases: 24seconds/rust-cli-pomodoro

Improve stability: Respect address already in use and bug fix in ipc

29 May 15:40
Compare
Choose a tag to compare

What's Changed

  • Modify checkbox uses in README.md by @panarch in #62
  • Update Cargo.toml - disable gluesql default-features, by @panarch in #61
  • Fix bug: IPC command delete not work by @24seconds in #66
  • Implement pingpong to respect already running pomodoro for ipc by @24seconds in #68

New Contributors

Full Changelog: v1.2.0...v1.3.0

New feature, IPC: Support executing commands in any terminal tabs

12 May 16:37
8ac9c1d
Compare
Choose a tag to compare

New feature, IPC!

motivation

Suppose you start up the pomodoro in terminal tab A.
Then previously whenever writing a command, you need to go to the terminal tab A.
I found that this is annoying...

From now on, you can write a command in any terminal tab! Local processes (pomodoro apps) communicate each other using unix domain socket underneath.

This figure is showing how IPC looks like. Running command in the right terminal then left terminal reponds.
image

What's Changed

Full Changelog: v1.1.2...v1.2.0

Support executing commands in any terminal tabs

11 May 16:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0-beta.0

v1.1.2

04 May 15:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Minor update: correct app version output

03 Apr 12:26
29f2f62
Compare
Choose a tag to compare

Description

See the pr #50 for more info. It's minor upgrade.

Feature: configuration and notification report for the better UX

03 Apr 12:11
Compare
Choose a tag to compare

Description

For the better ux, this release includes two main features

configuration report

To inform user that whether --config option is successfully applied or not, configuration report is showed at the beginning of pomodoro app. Plus, report also shows which config is configured, for example slack_channel is configured or not.

Run pomodoro without --config option

image

Run pomodoro wiht proper option

image

notification report

Similar to configuration report, notification report is introduced. There are many notifications, desktop notification, slack and discord.
Now you can check which notification is successfully delivered or not.
Plus, from now on notifications don't interrupt each other. Even one notification failed, other notifications are not affected.

image

Prs

First publish release!

02 Apr 09:15
f77f55c
Compare
Choose a tag to compare

First publish release! Yeah~

Now you can download pomodoro using cargo command

cargo install rust-cli-pomodoro

First release

17 Oct 08:46
Compare
Choose a tag to compare

First release!