Skip to content

Releases: wallstop/DxCommandTerminal

1.0.0-rc24.7

14 Sep 00:29

Choose a tag to compare

1.0.0-rc24.7 Pre-release
Pre-release

What's Changed

  • Fix small terminal UI blocking by @HuySora in #24
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #26
  • Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #25

New Contributors

  • @HuySora made their first contribution in #24
  • @dependabot[bot] made their first contribution in #26

Full Changelog: 1.0.0-rc22...1.0.0-rc24.7

1.0.0-rc22: UI Toolkit + Giant Update (#14)

18 Apr 22:04
bf75e42

Choose a tag to compare

✓ Remove the IMGUI Terminal implementation
✓ Create a new, themable Terminal UI based on Unity's UI Toolkit
that is allocation-free
✓ One click setup - just add the "TerminalUI" script to a game
object, sane, correct defaults will be configured automatically
✓ Separate input handling into own scripts
✓ Dedicated support for old + new input system
✓ Dedicated support for PlayerInput (new input system) integration
✓ Fixes #11 
✓ Fixes #7 
✓ Fixes #10 
✓ 120+ custom themes
✓ 25+ high quality fonts
✓ Configurable theme / font packs to only include what you want,
with the option to make your own
✓ Optional terminal theme runtime persistence, allowing for
runtime modification of themes and fonts, unique to each specific
terminal instance
✓ Large scale refactor of the code base
✓ Custom editors/inspectors for all new data types with extra
goodies
✓ All known bugs have been squashed
✓ Performance across the board has been improved

1.0.0-rc21

17 Mar 02:30
53de8fc

Choose a tag to compare

1.0.0-rc21 Pre-release
Pre-release
Slightly better UI/UX (#13)

1.0.0-rc20

16 Mar 18:16
3d6b450

Choose a tag to compare

1.0.0-rc20 Pre-release
Pre-release
Update buttons to be more UX-friendly (#12)

1.0.0-rc19

15 Mar 03:40

Choose a tag to compare

1.0.0-rc19 Pre-release
Pre-release
Fix IsClosed bug where terminal accidentally started as closed

1.0.0-rc18

15 Mar 03:06

Choose a tag to compare

1.0.0-rc18 Pre-release
Pre-release
Fix bug in CyclicBuffer resize operation