Skip to content

Releases: RelativisticMechanic/CRTerm

CRTerm 0.5.0a

11 Aug 16:13
Compare
Choose a tag to compare

This is an alpha release that has been released in lieu of the following bug that was discovered in the CRT fragment shader: #1

WHATS NEW:

  • Support for UTF-8 / Unicode
  • Fullscreen mode (use -fscrn from another terminal or set "fullscreen" to "true" in JSON).
  • Copy/Pasting is now done on CF_UNICODE instead of CF_TEXT
  • ArgumentParser implements a boolean argument.
  • UTF-8 glyphs are rendered into an LRUCache.
  • Blur shader now uses Gaussian blur

CRTerm 0.3.8

07 Aug 13:02
Compare
Choose a tag to compare

This version comes with the ability for the terminal to process Uniciode characters (not UTF-8 support, all unicode characters are rendered as ASCII 219 block). It also improves graphical effects, adds a full screen mode, and noise glow.

CRTerm 0.3.0

06 Aug 17:55
Compare
Choose a tag to compare

This is the first release with TrueType support. Also contains a major bugfix related to control strings which would cause gcc/g++ error messages to hang the terminal.

CRTerm 0.2.8

02 Aug 19:46
Compare
Choose a tag to compare
CRTerm 0.2.8 Pre-release
Pre-release

This version introduces major bugfixes, a few VT100 sequences, and implementation of most control key codes and F1-F10 keys. It is also the last version without TrueType support. TTF support is incoming. Three configurations have been provided, the default is "cmd", but the user can choose "powershell" and "wsl" too as default.

CRTerm 0.2.5

27 Jul 14:32
Compare
Choose a tag to compare
CRTerm 0.2.5 Pre-release
Pre-release

Added a frame and some other effects.

First release (for testing purposes)

24 Jul 23:24
Compare
Choose a tag to compare
Pre-release

This a build for Windows 10/11 64-bit subsystems.

The terminal application is still in very early phase, please break it as much as possible and report the issues.

Make sure you've the Visual C++ binaries.

Download the VC++ 2015 Redistributable (x64) from Microsoft's official website:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170