- Adds an access token to the resource. [href]
- Adds an advisory deadline to the resource. [href]
- Adds payable_reference property to reservations. [href]
- Requires Python 3.6. [href]
- Adds the ability to price resources and use payments for reservations. [href]
- Adds a custom allocation/reservation class. [href]
- Adds support for libres 0.3.1. [href]
- Renames package from onegov.libres to onegov.reservation to avoid ambiguity at the namespace level. [href]
- Change highlighting from a list to a simple range. [href]
- Simplifies access to the scheduler from the resource. [href]
- Adds a group column to the resource. [href]
- Adds a view attribute to the resource. [href]
- Adds compatibility with Morepath 0.13. [href]
- Uses the latest onegov.core release to get rid of some code. [href]
- Removes Python 2.x support. [href]
- The form definition field no longer requires an e-mail address. [href]
- Adds a form definition field to the resource model. [href]
- Adds an allocation highlight function to the resource. Apps can use this for easy Morepath Path/UI integration. [href]
- Adds a convenience function to get the scheduler by resource id. [href]
- Removes first/last hour setting. [href]
- Adds the ability to only delete if there are no reservations. [href]
- Initial Release