Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project
adheres to Semantic Versioning.
[Unreleased]
Added
crucible
executable
crucible play
command, which loads and runs an application package (currently either a directory or a zip file)
- Configuration via a
crucible.kdl
file at the root of the package; this file is written in KDL
- The
application.window.initial_title
configuration key, which will set the initial title of the main window
- The
application.window.initial_size
configuration key, which will set the initial size of the main window
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- `crucible` executable
- `crucible play` command, which loads and runs an application package (currently either a directory or a zip file)
- Configuration via a `crucible.kdl` file at the root of the package; this file is written in [KDL](https://kdl.dev/)
- The `application.window.initial_title` configuration key, which will set the initial title of the main window
- The `application.window.initial_size` configuration key, which will set the initial size of the main window