Skip to content

Releases: Alex4386/decky-terminal

Version 0.5.3

02 Jul 06:04

Choose a tag to compare

image

Changelog

Note

This is hotfix for #19. For better experience, if you are on >=0.5.0 and <0.5.3, Update to this version.

  • Fixes abnormal cpu usage on newly created terminal #19

Version 0.5.2

17 May 13:07
2367fdd

Choose a tag to compare

image

Changelog

  • Fixed some applications are not considering Decky Terminal as interactive terminal
  • Several "optimization" measures for frequently updated terminals via searching screen clears and flushing internal queue
  • Updated queue to handle 38400 bytes per terminal

Version 0.5.1

06 May 03:13
e0f04db

Choose a tag to compare

image

Warning

This is a hotfix release that fixes bugs that affects usage of software

Changelog

  • When switching between terminals, fix that xterm disposal routine doesn't properly dispose onData event handlers

Version 0.5.0

05 May 17:36

Choose a tag to compare

image

It's been a long time, How have you been.
GLaDOS, Portal 2

New Contributors

Changelog

  • Finally migrated to Decky SDK v3.x (#14, #17) - Special Thanks to @jadaml for helping me troubleshooting this!
  • The backend communication is no longer bound to websocket server, but utilizes Decky's event system (#14)
  • Fixed bug that changing between terminals doesn't render terminals properly
  • Fixed non SteamOS variant with no LD_LIBRARY_PATH set for Decky's plugin loader causes crash (#16)
  • Fixed Terminals are blank (#15, #17)
    • This required migration to Decky SDK 3.x, So it took a while, sorry for hanging you guys there

Version 0.4.1

20 Mar 00:49
b2b6d70

Choose a tag to compare

What's new?

  • Fixed Steam default LD_PRELOADed libraries are used by default, interfering with system internal tools

For the Full Changelog, Please check: v0.4.0...v0.4.1

Version 0.4.0

16 Mar 19:10
46ad9ed

Choose a tag to compare

What's new?

  • Refactored how terminal ids are allocated. Now they are allocated in UUIDv4. @Gadgetoid
  • Refactored Python backend implementation to be more concise. @Gadgetoid
  • Default terminal name is now ICAO phonetic alphabet of last 4-digits of the UUID. #
  • Modifier key rows are now available. You can now enable it in Settings (#7). @WilsontheWolf

New Contributors

Peek

image

For the Full Changelog, Please check: v0.3.0...v0.4.0

Version 0.3.0

14 Sep 16:36

Choose a tag to compare

What's new?

  • Introducing Handheld Mode. When Handheld mode is on, The terminal will pre-allocate the virtual keyboard area for easier typing, preventing terminal going under the virtual keyboard.
    image
    image

  • Fixed a bug that default shell is not shown properly.

Version 0.2.5

27 Aug 17:12

Choose a tag to compare

What's new?

This version fixes websocket subscriber pollution issue on terminals

Version 0.2.4

27 Aug 17:01
6519ffe

Choose a tag to compare

What's new?

  • This version fixes a linewrapping issue on terminal title
    • Before
      image
    • After
      image

Version 0.2.3

26 Aug 13:35

Choose a tag to compare

What's new?

  • Fixed default shell is not properly shown on settings page