Releases: katzer/fifa
1.5.2
1.5.1
What's new
Released at: 18.03.2020
-
Compiled binary for OSX build with MacOSX10.15 SDK
-
Upgraded to mruby 2.1.0
1.5.0
What's new
Released at: 13.08.2019
-
Compiled with
MRB_WITHOUT_FLOAT -
Compiled binary for OSX build with MacOSX10.13 SDK (Darwin17)
-
Upgraded to mruby 2.0.1
1.4.7
Whats new
-
New command-line argument parser.
Before:
$ fifa -f=urlAfter:
$ fifa -f url -
Support for the new KeePass properties.
-
Internal code rewrite and restructure.
-
Added -n flag as an alias for --no-color.
-
Removed LVAR section for non test builds.
-
Upgraded to mruby 2.0.0
1.4.6
1.4.5
Whats new
-
Row number for table output starts with 1. instead of 0.
-
Renamed target x86_64-pc-linux-busybox to x86_64-alpine-linux-musl
-
Improved compiler optimizations: Shrinks binary size by 1/4
-
Upgrade to mruby-1.4.1
-
Added --group flag
$ fifa -c type=server type=web type=db type=tool 41 82 84 85 $ fifa -c -g type # Finds out types dynamically 41 82 84 85
1.4.4
1.4.3
1.4.2
Whats new
-
Various bug fixes and improvements and performance enhancements.
-
Colorised error output.
-
Return result set in sorted order only if -s flag is given.
$ ff -s type=db -
Support connection details in json format:
$ ff -f=json app-package-1 {"id":"app-package-1","name":"App-Package 1","type":"server",...} -
Switched from gcc to clang compiler.
-
Compile binary for OSX with MacOSX10.11 SDK (Darwin15).
1.4.1
Whats new
-
Colorized error output.
-
Added column to ski format to indicate if the planet is valid:
$ ff -f=ski valid-package invalid-package 1|valid-package|server|App Package|user@hostname-1.de 0|valid-package|server|App Package|missing user -
Added --no-color flag to disable the colorized output.
-
Print errors without line breaks if not pretty printed.
-
Log errors if referenced server is unknown or invalid.
-
Return result set in sorted order.
-
Exit with failure if type is missing.