Skip to content

Releases: Valkryst/VTerminal

1.3.1-BETA

24 Aug 13:01
Compare
Choose a tag to compare
1.3.1-BETA Pre-release
Pre-release

Fixes logic error in the Panel's add/removeComponent functions.

1.3.0-BETA

24 Aug 12:52
Compare
Choose a tag to compare
1.3.0-BETA Pre-release
Pre-release
  • Removes cache size limit.
  • Renames the ColoredImageCache to ImageCache.
  • Misc bug fixes and updates.

1.2.0-BETA

22 Aug 13:08
Compare
Choose a tag to compare
1.2.0-BETA Pre-release
Pre-release
  • Adds additional Sample classes.
  • Compresses PNG resources with Zopfli.
  • Fixes error in horizontal/vertical line drawing code.
  • Makes small optimizations to the draw functions of both AsciiCharacters and AsciiTiles.
  • Misc fixes.

1.1.0-BETA

21 Aug 15:29
Compare
Choose a tag to compare
1.1.0-BETA Pre-release
Pre-release

Rewrites the image cache to make use of VolatileImage for improved render performance.

1.0.0-BETA

19 Aug 12:55
Compare
Choose a tag to compare
1.0.0-BETA Pre-release
Pre-release

Initial beta release.

1.15.0-ALPHA

18 Aug 14:54
Compare
Choose a tag to compare
1.15.0-ALPHA Pre-release
Pre-release
  • Removes the ability to add a Screen onto another Screen.

1.14.0-ALPHA

18 Aug 12:16
Compare
Choose a tag to compare
1.14.0-ALPHA Pre-release
Pre-release
  • Removes the focus then place caret functionality from the previous release.

1.13.0-ALPHA

18 Aug 12:09
Compare
Choose a tag to compare
1.13.0-ALPHA Pre-release
Pre-release
  • Adds support for repeated key input to the TextArea and TextField.
  • Alters TextArea and TextField to require one click to focus before subsequent clicks move the caret.

1.12.0-ALPHA

17 Aug 17:00
Compare
Choose a tag to compare
1.12.0-ALPHA Pre-release
Pre-release
  • Changes default cache size.
  • Rewrites a portion of the SampleDrawTime class to stress the draw function and cache even more.

1.11.1-ALPHA

17 Aug 13:48
Compare
Choose a tag to compare
1.11.1-ALPHA Pre-release
Pre-release
  • Changes default background color of the frame in which each Panel resides, the Panel, and the Screen.
  • Rewrites a portion of the SampleDrawTime class to stress the draw function and cache even more.