Skip to content

Releases: flattool/flattool-cli

1.0.1-Small Fix

19 Jun 09:00
caa5cde
Compare
Choose a tag to compare

flattool update-check now responds if the version is up to date

1.0.0-Full Release

19 Jun 08:52
0585a65
Compare
Choose a tag to compare

Adopt more standards in doing things within the script.
Script is compliant with shellcheck
Implement an update checker
flattool run and id can accept multiple apps
flattool run can now pass arguments to the app to run (if its only one app)
Change all printfs to echos
Various code changes too small to list

0.1.2-beta: Small overall updates

16 Jun 19:50
c814708
Compare
Choose a tag to compare
Pre-release

README has now been updated to include a direct way to install flattool.
Fixed various typos.
Surrounded variables in { } when next to text to avoid potential problems.
Removed any use of local.
Clarified bash in the shebang instead of sh.

0.1.1-beta: Updating search command

05 Jun 16:15
368bb4a
Compare
Choose a tag to compare
Pre-release

Removed flattool search from searching the contents of ~/.var/app as this produced issues.
Fixed flattool search so that its output is now on multiple lines instead of one line.
Updated flattool search's help about line.

0.1.0-beta: Initial Beta release

05 Jun 04:46
c2f1492
Compare
Choose a tag to compare
Pre-release

A release that has everything for flattool to be ready. A full, 1.0.0 release will happen when I can ensure that flattool can be ran with a variety of shells and not just Bash.