Releases: mxschmitt/action-tmate
Releases · mxschmitt/action-tmate
Version 3.10
What's Changed
- Fix checking validity of
tmate-server-xxx
parameters by @vadz in #105
New Contributors
Full Changelog: v3.9...v3.10
Version 3.9
What's Changed
- add option to skip dependency installation [#77 reopen] by @noymer in #98
New Contributors
Full Changelog: v3.8...v3.9
Version 3.8
What's Changed
New Contributors
Full Changelog: v3.7...v3.8
Version 3.7
What's Changed
- fix a link in README by @meryacine in #92
- Support user own tmate server by @whywaita in #93
New Contributors
- @meryacine made their first contribution in #92
- @whywaita made their first contribution in #93
Full Changelog: v3.6...v3.7
Version 3.6
Fixes:
- fix: support ARM64 Linux runners (#91)
Version 3.5
Fixes:
- fix: limit-access-to-actor functionality (#66)
- fix(windows): for VS2019 (#68)
Version 3.4
Fixes:
- turn
errexit
off in the shell sessions (#64), this fixes #37. Thanks goes to @dscho
- fix: add xz-utils as apt dependency (#61)
- fix: remove tmate executable if already exists (#60), this is relevant for self hosted runners
Docs:
- docs(README): add example using failure() (#57)
Version 3.3
Bugfixes:
- fix: only print web shell when persistent (#49)
- fix(win): inherit base environment variables (#48)
- fix(win): do start in the workspace directory, even on Windows (#52)
- fix(exec): write no new lines to stderr/out (#51)
- feat: Continue also when the tmate socket was deleted
Version 3.2
User facing changes:
- feat: Allow restricting access via public SSH keys registered with the GitHub profile (#39)
- fix: typo when debugging session get terminated (#40)
- chore: download custom latest tmate on Ubuntu (#43)
Full change log see here.
Version 3.1
- Added Windows support (#26)