Releases: maxwelljens/gibman
Releases · maxwelljens/gibman
Release list
v2.2.0
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.2.0] 2025-03-22
Added
- Engine STDOUT is now passed through to the terminal.
Fixed
- Certain engines such as Woof! (tested) exit immediately upon launch.
v2.1.0
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.1.0] 2025-03-16
Changed
Removed the requirement for specifying every key in the configuration file. Now search and preset are optional, as well as description, wad, and args keys in preset. (Credit to SolitudeSF)
v2.0.0
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.0.0] 2025-03-16
Changed
Removed wad from configuration file, replaced with search, which is a list of paths that gibman uses to search for WADs instead. The search is case-insensitive.
v1.0.0
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] 2025-03-08
Added
- Configuration based on a YAML file, located in
$XDG_CONFIG_HOME/gibman/gibman.yaml, or~/.config/gibman/gibman.yamlif$XDG_CONFIG_HOMEis not set. -p/--presetoption to run presets.-l/--list-presetsoption to list presets that are specified in the
gibman.yamlfile.