Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dagu-org/dagu

Tags

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ui): Remove discord and github links (#1502)

* **New Features**
  * Added user menu component to the sidebar
  * Added version display at the bottom of the sidebar

* **UI/UX Changes**
  * Removed Discord and GitHub social links from the sidebar
  * Updated authentication configuration

v1.27.0

Toggle v1.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ui): update frontend design (#1498)

v1.26.7

Toggle v1.26.7's commit message
feat(spec): add `containerName` field to DAG-level `container` (#1496)

v1.26.6

Toggle v1.26.6's commit message
fix(store): exact match for DAG name lookup in listRoot (#1490)

* **Bug Fixes**
* Fixed filtering logic for DAG runs to require exact name matching
instead of substring matching, refining which results are returned when
filtering is applied.

v1.26.5

Toggle v1.26.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(auth): allow API token to perform write/execute operations (#1486)

Issue #1478 

* **Bug Fixes**
* API tokens now grant admin privileges in builtin authentication mode,
enabling write, execute, and delete operations.

* **Tests**
* New test coverage verifying API token authentication in builtin mode
allows admin-level create, start, and delete actions.

v1.26.4

Toggle v1.26.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ui): user management visibility and reset password API (#1484)

* **Bug Fixes**
* Updated password reset API endpoint and request method for
compatibility.

* **New Features**
* User Management menu item now displays based on admin privileges and
authentication configuration.
  * Reset Password action restricted to admin users only.

v1.26.3

Toggle v1.26.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ui): escape config path string injected in html (#1472)

* **Chores**
* Added Windows build automation scripts for the UI and application
build pipeline with dependency management and error handling.
* Updated frontend template path handling with JavaScript escaping for
enhanced security.

v1.26.2

Toggle v1.26.2's commit message
chore: remove netbsd release

v1.26.1

Toggle v1.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade to gopsutil v4 (#1470)

* **Chores**
  * Updated project dependencies to latest versions.

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(all): add some validation on UI and configuration (#1469)

* **Documentation**
* Default authentication mode updated to "none" in docs and frontend
configuration.

* **New Features**
  * Added maximum DAG name length validation and helper for name checks.
* Added filename validation for DAG rename operations with clear 400
error on invalid names.

* **Style**
  * Improved dark-mode text selection styling for input fields.