Skip to content

Latest commit

 

History

History
90 lines (50 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

90 lines (50 loc) · 2.22 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.5.0 - 2024-12-13

Added

  • Included manpgaes in deb packages. (#30)

Fixed

  • Start crond and atd daemons when needed. (#28)

Changed

  • Days start from sunday in both termux and android alarms. (#27)

v0.4.0 - 2024-12-6

Added

  • --pm option for alarms. (#25)

v0.3.3 - 2024-12-6

A release to test new changes to build system

v0.3.2 - 2024-11-22

Changed

  • New build system with just. (2babc1c)
  • Updated CI workflows. (0077010)

v0.3.1 - 2024-11-22

Fixed

  • Added missing dependency cronie in deb packages. (#21)

v0.3.0 - 2024-11-15

Added

  • --days option for termux alarms.
  • --hours, --minutes, --seconds options for timers.

Removed

  • --length option.

v0.2.0 - 2024-10-25

Added

  • alarm subcommand.
  • timer subcommand.

Removed

  • termux-alarm shell script.

Changed

  • Reimplementation in Rust with extra features.

v0.1.0 - 2024-09-29

Added

  • termux-alarm shell script.