Tags: muthuspark/taskflow
Tags
v0.7.0 - Email Notifications Features: - Email notifications on job completion (success/failure/always) - Test SMTP settings button to verify configuration - User email update in Account Settings - Debug logging for notification troubleshooting See CHANGELOG.md for full details.
feat: add SMTP configuration to admin settings - Add settings.go store with generic key-value and SMTP-specific methods - Add GET/PUT /api/settings/smtp endpoints (admin only) - Add SMTP Configuration section to AccountView (admin only) - Store SMTP settings in database, overriding env variables - Mask password in API responses for security
feat: add full-page log view for printing and account settings with p… …assword change - Add RunLogsPrintView.vue for print-friendly log display - Add print button and hide UI elements when printing - Add AccountView.vue with password change form - Add PUT /api/auth/password endpoint for password changes - Add UpdateUserPassword store method - Make username in header clickable to access account settings - Add global print styles to hide app header