Skip to content
# [1.0.0] - 2024-12-23

### Fixed

- A `build/` directory is always created when running `opla` (#63)

### Removed

- No longer use an explicit list of css and js files in the theme configuration (#69)

### Added

- Make it possible to use a custom templates directory (#66)
- Use logging module for logging (#67)
- Style h1 in the materialize theme
- Make it possible to execute opla as a module
- Handle favicon in the theme configuration (#64)

### Changed

- Enhance code for handling payload
- Custom style must come after the theme style
- `markdown` module is renamed `parse`
- custom CSS and JS files must be in the `my_theme/static/css/` and `my_theme/static/js` directories respectively (#69)