winget install --id tsl0922.ttyd
About ttyd
ttyd is a simple command-line tool for sharing terminal over the web.
What's new in 1.7.7
This release fixes version detection when not building from git repo (#1339), you don't need to update if you don't mind it.Changelog - Bump to 1.7.7 ( - cmake: add static version back ( The release action now checks the version bump, it will fail if I forget to bump version in CMakeLists.txt.
Version history
| Version | Updated | Notes |
|---|---|---|
| 1.7.7 | Unknown | This release fixes version detection when not building from git repo (#1339), you don't need to update if you don't mind it.Changelog - Bump to 1.7.7 ( - cmake: add static version back ( The release action now checks the... |
| 1.7.6 | Unknown | This release fixes that 1.7.5 reports incorrect version (https://github.com/tsl0922/ttyd/issues/1337), you don't need to update if you don't mind it. Note Support for cmake < 3.12.0 is dropped in this release. Changelog... |
| 1.7.5 | Unknown | Changelog - html: allow overriding client options with URL query (https://github.com/tsl0922/ttyd/commit/dea883a7fced1030d7ce67db2ea3a524f1b4fda4) - server: add --exit-no-conn option (https://github.com/tsl0922/ttyd/pull... |
| 1.7.4 | Unknown | Breaking Changes - The web terminal is readonly by default now, to make it writable, use -W option. Changelog - Leverage Docker Layer System (https://github.com/tsl0922/ttyd/pull/1191) (https://github.com/tsl0922/ttyd/co... |
| 1.7.3 | Unknown | Breaking Change - Sixel support is off by default now, use -t enableSixel=true to enable it. - ZMODEM support is off by default now, use -t enableZmodem=true to enable it. Full Changelog: https://github.com/tsl0922/ttyd/... |