Skip to content

Releases: nayaverdier/instater

0.13.1

28 Nov 21:05
81673e6
Compare
Choose a tag to compare
  • Add support for python3.12

0.13.0

07 Jun 00:52
9669f24
Compare
Choose a tag to compare
  • Automatically convert int/float from templated variables, instead of being strings
  • become the makepkg user for running yay (hardcoded for now)

0.12.0

25 Apr 01:53
139a26a
Compare
Choose a tag to compare
  • Add pacman_bootstrapped_packages option to ignore certain packages from the
    manually installed checks
  • Add --quiet or -q flag which does not print any information for skipped
    tasks

0.11.0

24 Apr 18:40
a3af6a5
Compare
Choose a tag to compare
  • Fix instater_dir template variable to be a proper absolute path
    (previously, relative paths could appear like /path/to/cwd/../another_dir/setup.yml)
  • Add --explain flag to show reasoning for each changed/skipped task
  • Do not run the pacman package comparison when specifying --tags,
    since in that situation the comparison is not complete

0.10.0

14 Apr 04:28
6323d2f
Compare
Choose a tag to compare
  • Add fetch_tags argument to git task

0.9.0

14 Apr 04:27
970a92b
Compare
Choose a tag to compare
  • Add check for manually installed pacman packages when using Arch Linux
  • Add --skip-tasks argument to skip all tasks (useful for the pacman
    package check)
  • Fix bug where relative paths were not resolving when instater was run
    from a directory other than the one containing the setup.yml file

0.8.0

06 Nov 16:26
85068fb
Compare
Choose a tag to compare
  • command: Support pipes between commands

0.7.0

05 Nov 06:07
41c5871
Compare
Choose a tag to compare
  • Better support when argument so that undefined variables are
    counted as a falsey variable

0.6.0

29 Oct 08:13
a86e9e6
Compare
Choose a tag to compare
  • aur: Fix bug negating the condition for using yay vs makepkg

0.5.0

29 Oct 06:51
81dc996
Compare
Choose a tag to compare
  • Add --version option to the CLI to display the Instater version
  • aur: Now an alias of pacman, which supports makepkg
  • pacman: Add aur and become attributes
  • pacman: Add support for makepkg and yay installations