Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Don't accept invalid step for Period #122

Merged
merged 2 commits into from
Oct 29, 2024

Commits on Oct 28, 2024

  1. fix: Don't accept invalid intervals for periods

    If the specifier is a period specifier, ensure that the interval is
    larger than 0 (0 would be every 0th) and less than the max value for the
    unit.
    bombsimon committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    89e7a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117679c View commit details
    Browse the repository at this point in the history