Releases: nickelser/zhong
Releases · nickelser/zhong
v0.3.0
- Update version requirements, and switch to Github actions (thank you @mlarraz!)
v0.2.4
- Compatibility with Sinatra/Tilt (thank you Brian Storti!)
v0.2.3
- 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
- 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
0.2.1
- Fix manually specifying a Redis connection (thanks, Richard Adams!)
v0.2.0
- 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
- Fix several bugs related to time parsing.
- In a totally unrelated change, add some tests around time parsing.
v0.1.3
- Fix several memory leaks.
- Add a proper error handler block.
v0.1.2
- Fix bug with setting
at
like "**:35".
v0.1.1
- Handle multiple
at
s (at: ["mon 8:00, tues 9:30"]).
- Job callbacks (:before_tick, :after_tick, etc).