Files
systemd-timer/CHANGELOG.md
Max P. 67f302c2e9
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / changelog-only (push) Successful in 1m59s
Auto Changelog & Release / release (push) Has been skipped
chore(changelog): add initial changelog file to document project updates
2025-05-21 03:02:20 +02:00

2.2 KiB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

🚀 Features

  • (cli) Add command to generate systemd unit files - (97dc3fe)
  • (utils) Export utility functions for filesystem and naming - (428e849)
  • (types) Add TimerOptions interface for timer configuration - (ba4b933)
  • (cli) Add entry point for CLI commands - (d5a383a)
  • (utils) Add function to derive sanitized job names - (9539fe0)

🚜 Refactor

  • (utils) Update import path for TimerOptions - (316f3af)

🧪 Testing

  • (generate) Add unit tests for service and timer generation - (569b14d)
  • (utils) Add unit tests for systemd file handling - (ef2ac41)

⚙️ Miscellaneous Tasks

  • Add VSCode settings for color customizations and folder listener - (6608f48)
  • (config) Add deno configuration and lockfile - (0b72050)
  • Add automated release workflow and scripts for version management - (a058e7b)
  • (gitignore) Add dist/ and .env files to ignore list - (2da372d)
  • (gitignore) Add common build and coverage directories - (2990af3)