Releases: flattool/flattool-cli
1.0.1-Small Fix
flattool update-check now responds if the version is up to date
1.0.0-Full Release
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
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
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
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.