github jhuckaby/Cronicle v0.5.6
Version 0.5.6

latest releases: v0.9.51, v0.9.50, v0.9.49...
7 years ago

This version changes the default template for creating new events. The "Catch-Up" checkbox is no longer checked by default for new events, to reduce possible user confusion.

Also, you can now customize the new event template by adjusting or adding properties to the new_event_template object in your conf/config.json file. This object is located in the client area. Example:

{
    "new_event_template": { 
        "enabled": 1, 
        "params": {}, 
        "timing": { "minutes": [0] },
        "max_children": 1,
        "timeout": 3600,
        "catch_up": 0
    }
}

See the Event Data Format section of the docs for all the possible properties allowed here.

Don't miss a new Cronicle release

NewReleases is sending notifications on new releases.