Skip to content

Releases: nickelser/zhong

v0.3.0

21 Jan 18:46
Compare
Choose a tag to compare
  • Update version requirements, and switch to Github actions (thank you @mlarraz!)

v0.2.4

25 Oct 17:57
Compare
Choose a tag to compare
  • Compatibility with Sinatra/Tilt (thank you Brian Storti!)

v0.2.3

28 Jul 16:15
Compare
Choose a tag to compare
  • Much improved documentation, and executable file naming (thank you Antoine Augusti!)
  • Fixes to the time parsing & to_s (thank you Antoine Augusti!)

v0.2.2

13 Apr 20:54
Compare
Choose a tag to compare
  • Re-licensed as LGPL, as I lifted Sidekiq-web code to power Zhong web (thanks Mike Perham for the great gem and the code!)

v0.2.1

14 Jan 01:23
Compare
Choose a tag to compare

0.2.1

  • Fix manually specifying a Redis connection (thanks, Richard Adams!)

v0.2.0

19 Oct 20:36
Compare
Choose a tag to compare
  • Configuring Redis and the heartbeat key now correctly updates even after Zhong is configured initially.
  • Some cleanup in how config is stored in general.

v0.1.4

02 Jun 03:01
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Fix several bugs related to time parsing.
  • In a totally unrelated change, add some tests around time parsing.

v0.1.3

07 May 07:10
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Fix several memory leaks.
  • Add a proper error handler block.

v0.1.2

07 May 06:31
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Fix bug with setting at like "**:35".

v0.1.1

07 May 06:31
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Handle multiple ats (at: ["mon 8:00, tues 9:30"]).
  • Job callbacks (:before_tick, :after_tick, etc).