Skip to content

Releases: Alex4386/decky-terminal

Version 0.4.1

20 Mar 00:49
b2b6d70
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's new?

  • Fixed default shell is not properly shown on settings page

Version 0.2.2

26 Aug 09:54
Compare
Choose a tag to compare

What's new?

  • Fixed websocket was not closed when terminal is closed
  • Added option to disable Virtual Keyboard
    image

Version 0.2.1

26 Aug 05:06
Compare
Choose a tag to compare

What's new?

This version includes some of the requirements specified for uploading to store (SteamDeckHomebrew/decky-plugin-database#426 (comment))

Version 0.2.0

25 Aug 18:22
Compare
Choose a tag to compare

Changelog

Fullscreen mode for more screen real-estate.

Enjoy your even wider screen. available on fullscreen button on your terminal.
image

Terminal Title at your service.

Check your terminal title from quick access menu and top of the terminal., Providing easy way for checking which terminal you are working on.
image

Settings, right at your fingertips.

You can now configure terminal settings right from the terminal settings option available at quick settings panel.
image

Terminal, Meet Nerd Font.

With font family configuration option, you can now locally install your fonts at ~/.fonts and use it in decky terminal (#1).
image

Navigate the world with dpad (BETA, #2)

you can now navigate in TUI application with dpad! Just enable the Dpad arrowkeys option from settings and enjoy!

Note

Currently, dpad navigation constantly has issues with SteamUI's internal navigation, so it constantly loses focus. currently working on workaround.

Navigate back when non-existent terminal detected (#3)

Decky Terminal will automatically navigate you back when you are accessing non-existent terminal id.

Select your Shell of your choice (#4)

You can now choose your favorite shell on decky terminal! just select one from settings and start using your favorite shell!
image

New Contributors

Special thanks to @sweetbbak for requesting Nerd Font support in Decky Terminal #1.

Version 0.1.2

17 Aug 14:08
Compare
Choose a tag to compare

This version fixes bug that xterm-addon-fit was not working as expected, thus giving wrong size.