Skip to content

Releases: dagu-org/dagu

v1.6.4

30 Jul 13:09
7a5eeca

Choose a tag to compare

Changelog

  • 7a5eeca Merge pull request #223 from yohamta/feat/parsing-parameters

What's Changed

  • Fix command params issue by @Arvintian in #218
  • Allow set web page title by @Arvintian in #218
  • Add sorting icon to the DAG table in the Web UI by @yohamta in #219
  • Allow parameters field contains spaces inside each parameter by @yohamta in #223

Full Changelog: v1.6.3...v1.6.4

v1.6.3

26 Jul 14:21
d486db6

Choose a tag to compare

What's Changed

  • feat: Sort time chart graph in startedAt order on Dashboard page by @yohamta in #212
  • feat: Make time chart graph scrollable on Dashboard page by @yohamta in #212

Full Changelog: v1.6.2...v1.6.3

v1.6.2

26 Jul 13:18
201c739

Choose a tag to compare

What's Changed

  • fix: Create DAGs directory if not exist by @yohamta in #211

Full Changelog: v1.6.1...v1.6.2

v1.6.1

25 Jul 11:35
6eb4232

Choose a tag to compare

What's Changed

  • fix: Fixed an issue that an output variable from steps can not be used in a script in subsequent steps by @yohamta in #210

Full Changelog: v1.6.0...v1.6.1

v1.6.0

25 Jul 10:12
9ac420f

Choose a tag to compare

What's Changed

  • bugfix: Fixed the deletion logic of expired log files by @yohamta in #203
  • refactor: Updated serve static file and fix makefile by @Arvintian in #204
  • feat: Changed default DAGs directory to ~/.dagu/dags for scheduler and server command by @yohamta in #207
  • feat: Updated log file names for agent execution to avoid conflicts with other log files of the same DAG by @yohamta in #208
  • feat: Fixed web UI to sort the DAG table on the Web UI in case-insensitive Name order by default by @yohamta in #209

New Contributors

Full Changelog: v1.5.7...v1.6.0

v1.5.7

22 Jul 02:37

Choose a tag to compare

Changelog

Full Changelog: v1.5.6...v1.5.7

v1.5.6

22 Jul 00:49
5123c38

Choose a tag to compare

Changelog

  • 5123c38 Merge pull request #202 from yohamta/fix/remove-expired-history-data

What's Changed

  • Automatic deletion of history files after histRetentionDays period has expired by @yohamta in #202

Full Changelog: v1.5.5...v1.5.6

v1.5.5

20 Jul 05:49
ffd713c

Choose a tag to compare

Changelog

  • ffd713c Merge pull request #201 from yohamta/feat/overwrite-mailon-config

What's Changed

  • feat: allow overwriting global MailOn setting with individual DAG by @yohamta in #201

Full Changelog: v1.5.4...v1.5.5

v1.5.4

13 Jul 13:06
27d0b1a

Choose a tag to compare

Changelog

  • 27d0b1a Merge pull request #198 from yohamta/feat/fix-filename-shorter

What's Changed

  • feat: update log file view by @yohamta in #198

Full Changelog: v1.5.3...v1.5.4

v1.5.3

12 Jul 12:41
3f9a3ef

Choose a tag to compare

Changelog

  • 3f9a3ef Merge pull request #197 from yohamta/feat/suspend-dag

What's Changed

  • feat: suspend DAG schedule by switches on web UI by @yohamta in #197

Full Changelog: v1.5.2...v1.5.3