Releases: Valkryst/VTerminal
Releases · Valkryst/VTerminal
1.3.1-BETA
Fixes logic error in the Panel's add/removeComponent functions.
1.3.0-BETA
- Removes cache size limit.
- Renames the ColoredImageCache to ImageCache.
- Misc bug fixes and updates.
1.2.0-BETA
- 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
Rewrites the image cache to make use of VolatileImage for improved render performance.
1.0.0-BETA
Initial beta release.
1.15.0-ALPHA
- Removes the ability to add a Screen onto another Screen.
1.14.0-ALPHA
- Removes the focus then place caret functionality from the previous release.
1.13.0-ALPHA
- 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
- Changes default cache size.
- Rewrites a portion of the SampleDrawTime class to stress the draw function and cache even more.
1.11.1-ALPHA
- 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.