1.7.0 (2022-11-15)
- support authenticating in Portainer API with X-API-Key, support Portainer versions >=2.12 (d1b98be)
- support setting working directory from CLI arguments (305ea25)
- filter out zero bytes from stdout (bfa18d9)
1.6.1 (2022-10-28)
- endpoint ID hardcoded in WS URL (53dbfd5)
1.6.0 (2021-12-23)
- support returning container command exit code (f981486)
1.5.0 (2021-09-28)
- support running in non-interactive shells (24c601c)
1.4.0 (2021-09-17)
- use shlex.Split to parse command as array (f200878)
1.3.0 (2021-08-01)
- implement realtime terminal resize handling (21bc1f3)
1.2.2 (2021-07-30)
- handle unexpected EOF error when websocket is being closed by Portainer (bd3a20c)
1.2.1 (2021-07-30)
- trigger release build (548f170)
1.2.0 (2021-07-29)
- implement running commands as a different user (cb271eb)
1.1.0 (2021-07-29)
- implement matching container names with wildcards (c759db0)
- initial support for terminal resizing (e236a35)
1.0.2 (2021-07-29)
- ci: fix release builds path (9a4d99b)
1.0.1 (2021-07-28)
- force rebuild release (e80d8b2)
1.0.0 (2021-07-28)
- Portainer has endpoints and it's a different thing
- rename existing usages of 'endpoint' with 'api url' since (6549f13)