Files
systemd-timer/CHANGELOG.md
ghost-bot e3caf0bba9
All checks were successful
Sync Release to GitHub / sync-github (release) Successful in 6s
Upload Assets / upload-assets (amd64, linux) (release) Successful in 13s
Upload Assets / upload-assets (arm64, linux) (release) Successful in 12s
chore(changelog): update changelog for v0.2.3
2025-05-26 15:24:44 +00:00

5.4 KiB

Changelog

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

0.2.3 - 2025-05-26

🚀 Features

  • (workflows) Add GitHub release synchronization workflow - (27c7367)

📚 Documentation

  • (readme) Update project time badge interval - (e3a3e61)
  • Add Englisch README - (cf483de)

0.2.2 - 2025-05-22

🐛 Bug Fixes

  • (install) Enhance checksum validation with detailed comparison - (0ca8ed9)
  • (install) Ensure compatibility with non-bash shells - (20d1430)

📚 Documentation

  • (readme) Update installation instructions with script - (9853f85)

0.2.0 - 2025-05-22

🚀 Features

  • (scripts) Add installation script for systemd-timer binary - (264b43c)
  • (workflows) Add matrix build and SHA256 generation for releases - (118e4e5)
  • (tasks) Add build tasks for amd64 and arm64 targets - (01898a3)

🐛 Bug Fixes

  • (utils) Handle file write failures with rollback - (bd71b8e)

📚 Documentation

  • (readme) Add project time badge - (a288dbc)

[0.1.0] - 2025-05-21

🚀 Features

  • (workflows) Add release asset upload workflow - (1012ca5)
  • (cli) Use dynamic version retrieval - (403e047)
  • (utils) Add version retrieval utility - (56fb554)
  • (generator) Add systemctl usage instructions - (f81bb53)
  • (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)

📚 Documentation

  • Add README for systemd-timer CLI tool - (db1f56c)
  • Add MIT license file - (e1cd5df)

🧪 Testing

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

⚙️ Miscellaneous Tasks

  • (tasks) Include version file in build process - (6e00e89)
  • 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)