Skip to content

Releases: wolxXx/do-every

2.0.1

03 Dec 22:46
Compare
Choose a tag to compare

Full Changelog: 2.0.0...2.0.1

update mechanism improved

upgrade to php 8.4

03 Dec 22:37
Compare
Choose a tag to compare

upgrade to php 8.4
performance boosts
periodic ajax updates on index page

1.5.0: Standardize code style and fix formatting issues.

29 Nov 07:59
Compare
Choose a tag to compare
Adjusted the spacing around `declare(strict_types=1)` for consistency with the project's coding standards. Also resolved inconsistencies in code indentation and formatting within the `__toString` method and various function declarations.

1.4.0: Add task effort display in task view

19 Nov 06:54
Compare
Choose a tag to compare
This update introduces a new line showing the total effort for each task, including the duration and number of executions. The change ensures users can see a more comprehensive overview of the task execution details.

1.3.0

15 Nov 07:51
Compare
Choose a tag to compare

Full Changelog: 1.2.0...1.3.0

do not notify disabled tasks

15 Nov 07:40
Compare
Choose a tag to compare
Format code consistently by adding trailing commas.

Improved code consistency by adding trailing commas to function calls and array declarations. This enhances readability and reduces the likelihood of syntax errors in future modifications.

1.1.0

15 Nov 07:35
Compare
Choose a tag to compare

What's Changed

  • Refactor Notify to fix notifier scheduling logic by @wolxXx in #18

Full Changelog: v1.0.0...1.1.0

notifier stuck resolving

28 Oct 06:40
0185c88
Compare
Choose a tag to compare
Merge pull request #18 from wolxXx/reset-notifier-and-run

Refactor Notify to fix notifier scheduling logic

good to go

07 Oct 05:51
Compare
Choose a tag to compare

the current state is good enough for saying hello world!