Skip to content

Tags: dagu-org/dagu

Tags

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.

v1.25.1

Toggle v1.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(mail): add STARTTLS and LOGIN auth support for SMTP (#1446)

* **New Features**
  * Email sending now uses STARTTLS for encrypted transmission.
* Improved authentication flow with LOGIN support and a fallback to
PLAIN.
* Address handling updated so sender/recipient replacements are applied
consistently.

* **Documentation**
  * Clarified notes on STARTTLS and authentication behavior.

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ui): Add system path information (#1443)

* Added Paths display panel in System Status page, showing system
filesystem locations (DAGs, logs, config files, etc.) with
copy-to-clipboard functionality.

* **UI/UX Improvements**
* Updated System Status controls with more compact button sizing and
simplified labels.

* **Changes**
  * Modified DAG rename operation to streamline the process.

v1.24.11

Toggle v1.24.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ui): type error in frontend (#1431)