Skip to content

Releases: go-co-op/gocron-ui

v0.2.0: Add 'WithWebSocketDisabled' and 'WithAPIDisabled' Server Options

11 Nov 13:59
f41ef09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

Initial pre-release

08 Oct 15:48
17d296f

Choose a tag to compare

Initial pre-release Pre-release
Pre-release

This is the first pre-release of gocron-ui, providing a simple and intuitive web interface for managing and monitoring scheduled jobs built with go-co-op/gocron.

Highlights

  • Embedded web UI for visualizing active jobs and their schedules.
  • Real-time job updates using WebSockets.
  • Trigger jobs manually and view last/next run times.
  • Start or stop the scheduler directly from the UI.
  • Lightweight - no external dependencies, UI assets are embedded into the binary.
  • Customizable page title via server.WithTitle() option.

Notes

  • Job creation and editing are currently code-only (UI is read/control-only).
  • Authentication and authorization are not included - recommended to secure with your own middleware.
  • Feedback and issues are welcome as we move toward v1.0.0!