Skip to content

Releases: tiramiseb/quickonf

v0.8.0

04 May 16:51
Compare
Choose a tag to compare

New commands

  • cmd.out: get the output of a command
  • file.line: make sure a line is present in a file
  • http.head.var: get a HTTP header from a HTTP HEAD request
  • mount: add a mount entry in /etc/fstab and mount it
  • mount.bind: add a bind mount entry in /etc/fstab and mount it
  • user.file.line: make sure a line is present in a file, as a user
  • user.fish.abbr: add an abbreviation to the fish shell for a user
  • user.fish.variable: add an universal variable to the fish shell for a user
  • user.fisher.install: install a Fish plugin using Fisher (automatically installing Fisher if needed)

Changes in commands

  • file.extract: support the tar.gz format
  • regexp.submatch: return an empty string when there is no match

UI

  • Fix apt.key success message
  • Minimal width for groups column
  • Spinner or percentage output when running commands

v0.7.1

26 Apr 20:49
Compare
Choose a tag to compare

A premature input consumption made it impossible to use --check-stdin, therefore made most of the VSCode extension pointless. It is fixed now.

v0.7.0

25 Apr 22:40
Compare
Choose a tag to compare

Major changes

  • quickonf file parse errors are now shown in the user interface, instead of as error messages on the console
  • a VSCode extension now exists, which adds syntax color and parses quickonf files
  • configuration file can now be reloaded without leaving the user interface

Commands

  • add content-type argument to http.post.var
  • add the apt.search command

Embedded recipes

  • copy and user copy simplify copying files (wrap file.read and file.content)

v0.6.1

27 Jun 19:42
Compare
Choose a tag to compare
fix missing indentation in embedded cookbook

v0.6.0

27 Jun 19:37
Compare
Choose a tag to compare

A few more recipes

v0.5.0

27 Jun 18:26
Compare
Choose a tag to compare
Add the "ubuntu more restricted" embedded recipe

v0.4.0

26 Jun 17:10
839d7ea
Compare
Choose a tag to compare

cookbook doc in UI and website

recipes and cookbooks

22 Jun 21:19
9af8aa2
Compare
Choose a tag to compare
Merge pull request #10 from tiramiseb/code-structure

Code structure

v0.2.2: Add a Quickstart section in the introduction page

07 Jun 18:40
Compare
Choose a tag to compare

v0.2.1

07 Jun 06:44
Compare
Choose a tag to compare
minor documentation upgrade