Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Releases: reply2future/dmonitor

Merge pull request #62 from reply2future/chores/issue#59_v0.5.1

Choose a tag to compare

@github-actions github-actions released this 27 Dec 07:06
a957ddf
chore(version): update the version v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 02:47

🚀 Features

  • #49 add the configuration to check time interval

v0.5.0-pre

v0.5.0-pre Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jul 02:16
  • no changes

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 07:31

🚀 Features

  • Refact/issue#33 main module

🐛 Fixes

  • #44 fixed kill process menu item position error

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 10:29

🚀 Features

  • #22 add preference window
  • Feature/issue#41 auto launch
  • #35 add help button event and show app info

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 24 Jun 02:53

🚀 Features

  • #15 show the process name
  • Bugfix/issue#30 auto remove error

🐛 Fixes

  • #20 fix changelog conf cannot work

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 21 Jun 04:20
  • no changes

add silent mode

add silent mode Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 10:08
  1. add silent mode

basic feature version

basic feature version Pre-release
Pre-release

Choose a tag to compare

@reply2future reply2future released this 09 Jun 11:15

It contains the basic feature:

  1. get the cpu usage of all process per minute
  2. if the median of the process cpu usages hit the threshold, it would send the notification and add a kill pid menu item to the menu bar.
  3. It only tests on the MacOS.