All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Automated process for extracting the version number and using it in K8s OpenAPI pod
- Add github workflow for automatic releases.
- Add new endpoints for
head
andtail
commands. - Add endpoint for the
whoami
command.
- Allow square brackets in user input.
/utilities/stat
endpoint now uses%f
to return file type and permissions inmode
field.
- Return the
X-Exists
header for existing folders in/utilities/mkdir
, instead ofX-A-Directory
. - Fix bug on view endpoint. Return normally the files that included error messages.