Skip to content

Releases: Filip7/ygh

v1.4.1

Choose a tag to compare

@Filip7 Filip7 released this 11 Sep 17:30
35d7b49

1.4.1 (2025-09-11)

Bug Fixes

  • add go-version to setup-go (ec63671)

v1.4.0

Choose a tag to compare

@Filip7 Filip7 released this 09 Sep 20:01
00315d7

1.4.0 (2025-09-08)

Features

  • update to go 1.25 and use experimental garbage collector (6595ed8)

v1.3.0

Choose a tag to compare

@Filip7 Filip7 released this 03 Sep 20:30
26b8d87

1.3.0 (2025-09-03)

Features

  • implement update of packages using -Syu (d9b305f)
  • support deleting of the package using -R (8ba621a)

v1.2.0

Choose a tag to compare

@Filip7 Filip7 released this 03 Sep 14:44
24361de

1.2.0 (2025-09-03)

Features

  • add option to edit the PKBUILD before installing (2758f89)

v1.1.0

Choose a tag to compare

@Filip7 Filip7 released this 01 Sep 21:09
0febe8c

1.1.0 (2025-09-01)

Features

  • use $HOME/.cache/ygh as install dir for pkgs (#3) (1bb0807)
  • use makepkg for installing instead of calling pacman (4831448)

v1.0.0

Choose a tag to compare

@Filip7 Filip7 released this 01 Sep 15:04
31491b6

1.0.0 (2025-09-01)

Features

  • ask user if he wants to continue after checking the PKGBUILD (c30a41b)
  • handle repo already existing - fetch instead (c30a41b)
  • implement fetching of PKGBUILD and displaying it to the user (82ac394)
  • initial workflow, does the entier install (9a34f9c)

Bug Fixes

  • skip instead of exit in case we have multiple packages that we need to install (0d0b9e9)