Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 16:23
6e502ad

0.2.0 (2023-09-27)

Features

  • package-service: make envsubst variables availables in scripts instructions (32e89c2)
  • package-service: print output for all instrucions (843b8f4)
  • package: add a command to install a package (da8fa28)
  • package: add an instruction homecp to copy files recursively to ~/ (68edd3c)
  • package: add an instruction homeln to create files symlinks on home (ed4a268)
  • package: add an instruction homelnr to create directories and make files symlinks on ~/ (3c9043c)
  • package: add an instruction rootcp to copy files recursively to / (1d38e92)
  • package: add an instruction to install @snap apps (d0eda52)
  • package: add an instruction to install a ydof plugin (e2baaa0)
  • package: add an instruction to install flatpak apps (b94a556)
  • package: add an instruction to run docker-compose.yml (a93a2ba)
  • package: add an option to set a default directory for packages (d1a6fb5)
  • package: add instr homecps to copy files to ~/ with envvar substitution (4f89db9)
  • package: add instruction @apt, @apt-get to install ubuntu packages (7186c5a)
  • package: add instruction dconf.ini to configure gnome desktop apps (f671b8a)
  • package: add instruction homecat to cat files recursively to ~/ (7a2850e)
  • package: add instruction homecat to cat files recursively to ~/ With envar substitution (b27e923)
  • package: add instruction install (3b374df)
  • package: add instruction pacman to install apps for manjaro (e29623b)
  • package: add instruction postinstall (9cb6f27)
  • package: add instruction rootcat to cat files recursively to / (63dad11)
  • package: add instruction rootcps to copy to / with envar substitution (8ee935a)
  • package: add instruction to add a yzsh theme (a5ae0bf)
  • package: add instruction yay for manjaro (92243b6)
  • package: install multiple packages (50f6a1d)
  • package: install packages from a packages selection file (14b7ac5)

Bug Fixes

  • install: solve the problem of overwriting .gitignore (fc58248)
  • package-service: show error during cat operation when dest file doesn't exist (1bbd87a)
  • package-service: solve problem when installing multiple packages from a @<package_manager> file (ee01c77)
  • package-service: solve sudo problem when installing yay packages (6d0d1ea)
  • package: execute instruction only if file type match (778a315)
  • ydf: create a default envarsub file to avoid unbound variable (5a88fce)
  • ydf: set a default value for OS variable (6f63f34)

Performance Improvements

  • package: add tests/fixtures/0empty directory (22312a9)

Miscellaneous Chores