Releases: startwind/forrest
Releases · startwind/forrest
Version 2.3.0
- Optional parameter - We introduced the optional parameter that marks a commands parameter as not required. This can be combined with the pre- and suffix option.
- Some new constraints for parameter validation: url, ip address, mac address and email address. read more
- We are collecting some data on the commands that are run. Only the command identifier - only if it comes from our API - and the status (success, failure) will be transferred.
Version 2.2.0
- Enum can ask for custom values. The user is able to combine enums with custom value by using the
enum-allow-customparameter field. read more - Parameters pre- and suffix. It is now possible to add a string before and after a parameter. This comes in handy a parameter is optional but for example a
-poption must be only set when it is not empty. read more - Fixed
--forcebug. It works again.
Version 2.1.3
Update readme.md
Version 2.1.2
Build problems
Version 2.1.1
- Fixed PHP bug
Version 2.1.0
- Fixed bug where search:tool does not find any commands but still asks "Which tool to run".
- Rebuild the "home screen" of Forrest. It will now show all the important Forrest commands at one glance.
- New function for enums
docker-images. This will show all docker images that are currently running. read more - Enrich tool search: We are now able to enrich the tool search with fundamental information about the tool and also can link websites to help the user to learn more about the tool.
Version 2.0.0
- Search via API. With this new major release we are able to search for commands using an API. This way we can find fitting commands much faster and are able to extend the systems on the fly.
Version 1.5.1
- The
repository:listcommand now shows if a repository is writeable. - New constraint
identifierchecks for values that only contain lower-case lettern and numbers. read more
Version 1.5.0
- Shortcut for
search:pattern. The functionality can now be used via theruncommand by simply using the file as first argument. - New function for docker commands. It is now possible to use functions in enums. In this particular case you can use
${docker-names()}and it will show all the running docker containers in the selection. read more - If a command is not runnable it will be copied to the clipboard so it is easy to paste it to the command line very easy. read more
Version 1.4.5
fixed bug with un-init config