Skip to content

Releases: antoniorodr/cronboard

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:09
cdd3b88

0.7.1 - 11.06.2026

Added

  • Add "terminal trove tool of the week" message by @antoniorodr

Changed

Fixed

Removed

New Contributors

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 09:38
cdd9857

0.7.0 - 04.06.2026

Added

Changed

Fixed

Removed

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 27 May 08:41
da442b5

0.6.2 - 27.05.2026

Added

  • Add write permissions to update-flake-lock job by @antoniorodr

Changed

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 26 May 08:17
71f78e7

0.6.1 - 26.05.2026

Changed

Fixed

Removed

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 22 May 10:38
19dcec8

0.6.0 - 22.05.2026

Added

Changed

Fixed

Removed

New Contributors

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 30 Apr 03:57
e09b5ef

0.5.4 - 30.04.2026

Fixed

  • Fix error with the release package

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 30 Apr 04:03
eb44dbe

0.5.3 - 29.04.2026

Changed

Fixed

  • Notify once when disconnecting server by @volcano303

Removed

  • Remove unreachable line by @volcano303

New Contributors

  • @volcano303 made their first contribution

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 19 Apr 08:33
a602442

0.5.2 - 19.04.2026

Added

Changed

Fixed

Removed

New Contributors

v0.5.1

Choose a tag to compare

@antoniorodr antoniorodr released this 06 Mar 09:22
30c1da7

0.5.1 - 06.03.2026

Added

  • Added and refactored tests. Cronboard have now higher test coverage and better test logic. Tests are located in tests/.
  • Added some workflows to automate testing and building of the package. Workflows are located in .github/workflows/.

Changed

  • Updated dev dependencies on the pyproject.toml file.

v0.5.0

Choose a tag to compare

@antoniorodr antoniorodr released this 04 Mar 06:31
fef4c18

0.5.0 - 04.03.2026

Added

  • Added Binding class with proper priority to app for closing application. Closes #26. Thanks @Zaloog for this!
  • Added cron search functionality (case insensitive) to find cronjobs by identificator, command or expression. Closes #28.
  • Added esc binding to clear the search results.
  • Added q binding to quit the application.

Tests

  • Improve tests logic and coverage for the new search functionality in src/test/cronboard_test.py.