Skip to content

Releases: startwind/forrest

Version 2.3.0

05 Jun 16:13

Choose a tag to compare

  • 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

04 Jun 05:18

Choose a tag to compare

  • Enum can ask for custom values. The user is able to combine enums with custom value by using the enum-allow-custom parameter 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 -p option must be only set when it is not empty. read more
  • Fixed --force bug. It works again.

Version 2.1.3

01 Jun 12:56

Choose a tag to compare

Update readme.md

Version 2.1.2

01 Jun 11:43

Choose a tag to compare

Build problems

Version 2.1.1

01 Jun 11:29

Choose a tag to compare

  • Fixed PHP bug

Version 2.1.0

01 Jun 11:22

Choose a tag to compare

  • 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

31 May 06:56

Choose a tag to compare

  • 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

25 May 16:04

Choose a tag to compare

  • The repository:list command now shows if a repository is writeable.
  • New constraint identifier checks for values that only contain lower-case lettern and numbers. read more

Version 1.5.0

25 May 14:36

Choose a tag to compare

  • Shortcut for search:pattern. The functionality can now be used via the run command 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

24 May 08:17

Choose a tag to compare

fixed bug with un-init config