Releases: wolxXx/do-every
Releases · wolxXx/do-every
2.0.1
upgrade to php 8.4
upgrade to php 8.4
performance boosts
periodic ajax updates on index page
1.5.0: Standardize code style and fix formatting issues.
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
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
Full Changelog: 1.2.0...1.3.0
do not notify disabled tasks
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
notifier stuck resolving
Merge pull request #18 from wolxXx/reset-notifier-and-run Refactor Notify to fix notifier scheduling logic
good to go
the current state is good enough for saying hello world!