v1.7.3
What's Changed
- Update Logo and default navbar color by @yohamta in #242
- Add
--config
option for all commands by @yohamta in #244 - Add
baseConfig
option to admin config to specify base DAG config by @yohamta in #245 - Add
DAGU_HOME
env variable to set the Dagu's internal use directory by @yohamta in #246 - Update DAG appearance in the Web UI by @yohamta in #253
- Add
navbarColor
andnavbarTitle
field to admin config by @yohamta in #256 - Fix Web UI to remember search text & tags when browser back by @yohamta in #258
- Added a function to switch to vertical graph by @yohamta in #261
Full Changelog: v1.7.0...v1.7.1
Breaking change
This change disables env config below:
- DAGU__ADMIN_NAVBAR_COLOR
- DAGU__ADMIN_NAVBAR_TITLE
- DAGU__ADMIN_CONFIG
- DAGU__ADMIN_PORT
- DAGU__ADMIN_LOGS_DIR
- DAGU__ADMIN_DAGS_DIR
The user can still set config values within the admin config file:
example:
navbarColor: red
navbarTitle: production
For the internal-use directory path you can set the environment variable DAGU_HOME
(default: ~/.dagu
).
Full Changelog: v1.6.9...v1.7.0