Skip to content

Releases: toebeann/gib

v0.3.2

20 Aug 20:50
Compare
Choose a tag to compare

Fixed

  • Add compatibility with BepInEx v5.4.23 and up (3c56985)

Full Changelog: v0.3.1...v0.3.2

v0.3.1

18 Aug 16:54
Compare
Choose a tag to compare

Changed

  • Update readme for changes in v0.3.0 (18681aa, 6a12478)
  • Update error message for when BepInEx was not detected during test (1948a04)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

18 Aug 16:18
Compare
Choose a tag to compare

Changed

  • Streamlined install procedure:
    • Automatically configure Steam where applicable, e.g. add shortcuts for non-Steam games, set launch options for Steam games (0c575cb)
    • Automatically test game after installation (0c575cb)
  • Unity game app path now supports auto-generated Steam shortcuts (48c99dd)
  • Many under-the-hood refactorings and improvements (see full changelog)
  • gib.sh: Always clear bun cache (6a225cb)

Full Changelog: v0.2.9...v0.3.0

v0.2.8

18 Aug 14:08
ea63adf
Compare
Choose a tag to compare

Full Changelog: v0.2.7...v0.2.8

v0.2.7

18 Aug 13:51
ab2c8a5
Compare
Choose a tag to compare

Fixed

  • gib.sh: Ensure bun environment variables are set (aa709f7)

Full Changelog: v0.2.6...v0.2.7

v0.2.6

13 Aug 11:03
Compare
Choose a tag to compare

Fixed

  • Correct the information on how to access Steam game properties (dbb2a94)

Full Changelog: v0.2.5...v0.2.6

v0.2.5

11 Aug 20:02
Compare
Choose a tag to compare

Changed

Full Changelog: v0.2.3...v0.2.5

v0.2.3

11 Aug 19:09
Compare
Choose a tag to compare

Added

  • Add support for standard copy & drag-and-drop files (ba94924, 93df975)
  • Print helpful error messages rather than simply looping on invalid inputs: (b6bfde0)

Changed

  • Remove production dependency on ts-pattern as it isn't currently being used in the TUI (4949239)

Full Changelog: v0.2.0...v0.2.3

v0.2.0

09 Aug 14:24
Compare
Choose a tag to compare

Changed

  • Breaking: Migrate to bun runtime, granting startup and runtime performance boosts (a828ac8)
  • gib.sh (breaking): Migrate to a bash script for additional features and improvements

Fixed

  • gib.sh: Ensure automated installation of XCode Command Line Developer Tools (4b9ecf8)

Removed

  • Breaking: Drop support for node < v22.6.0

What's Changed

Full Changelog: v0.1.11...v0.2.0

v0.1.11

18 Feb 18:56
6b7aa58
Compare
Choose a tag to compare

Fixed

  • gib.sh: Ensure pnpm env vars are set (4b9ecf8)

Full Changelog: v0.1.10...v0.1.11