Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ tests/regressiontests/test.sh

doc/_build
resources/packages/build
resources/examples/simple-standalone
resources/examples/simple-parsing
resources/examples/minimal.sh
resources/argbash.rst
resources/argbash.1.gz
32 changes: 32 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"cSpell.words": [
"ARGBASH",
"SPURIONS",
"alnum",
"autom",
"browsable",
"changecom",
"chmod",
"commandline",
"defns",
"docopt",
"errstr",
"eval",
"fname",
"infile",
"infname",
"lolo",
"newerfile",
"outfile",
"outfname",
"positionals",
"posix",
"searchdir",
"shfile",
"sortof",
"srcfile",
"srcfiles",
"srcstem",
"thatfile"
]
}
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Conduitry <git@chor.date>
Felipe Santos
Matěj Týč <matej.tyc@gmail.com>
Stephen Gallagher <sgallagh@redhat.com>
Scott Atkins <scott@kins.dev>
15 changes: 12 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
2.10.1 (TBA)
-------------------
Bugfixes:

* Warning during make install
* Typos and spelling mistakes
* Examples missing from build

New features:

* Compliant with optional checks for ShellCheck (most notably the require-variable-braces check)


2.10.0 (2020-09-22)
-------------------

Buxfixes:
Bugfixes:

* `argbash-init` is able to handle empty string as the only argument without being puzzled (#130).
* Error handling of script working directory detection now more robust (#134).
Expand All @@ -19,9 +28,9 @@ New features:
2.9.0 (2020-08-01)
------------------

Buxfixes:
Bugfixes:

* Fixed typo in `argbash-init` and updated obsolete/incaccurate hints (#97).
* Fixed typo in `argbash-init` and updated obsolete/inaccurate hints (#97).
* Fixed incorrect permission of non-script output files (#104).
* Increased MacOS compatibility by removing terminator from the `chmod` invocation (#107).

Expand Down
Loading