Releases: toebeann/gib
Releases · toebeann/gib
v0.7.6
Changed
- CLI: Detect if a Unity app corresponds to a Steam app closer to where that information is actually needed, run the operation concurrently with other asynchronous operations for performance (318b331)
- Update package dependencies (49ce275, e6b21eb, 476d4d0)
Removed
- API (breaking): remove
getManifests
fromlaunchers/epic/manifest.ts
(e8ab865)
Fixed
- API: Allow
CFBundleIconFile
to be an optional key when parsing plists (01044ed) - API: Fix Node.js compatibility issue with
utils/plist.ts
(5e1905e)
Full Changelog: v0.7.5...v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
Minor change to internal API.
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Removed
- API (breaking): promisified
fs/exec
removed, internally we now use bun shell instead (564049d)
Fixed
- CLI: Fix formatting for BepInEx Steam shortcut success message (f24229a)
- API:
utils/unity/search
no longer throws when path doesn't exist (b1f01d2)
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
Removed
- Drop support for running via node v22 with
--experimental-strip-types
(9af0263) gib.sh
: Removed automated installation of XCode Command Line Developer Tools as it appears unnecessary when running gib with bun (c5aff95)
Full Changelog: v0.4.0...v0.5.0