Skip to content

Releases: maxwelljens/gibman

v2.2.0

Choose a tag to compare

@maxwelljens maxwelljens released this 22 Mar 16:08

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

Choose a tag to compare

@maxwelljens maxwelljens released this 16 Mar 22:34

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

Choose a tag to compare

@maxwelljens maxwelljens released this 16 Mar 20:53

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

Choose a tag to compare

@maxwelljens maxwelljens released this 08 Mar 17:58

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.yaml if $XDG_CONFIG_HOME is not set.
  • -p/--preset option to run presets.
  • -l/--list-presets option to list presets that are specified in the
    gibman.yaml file.