Releases: vishnu350/st
Releases · vishnu350/st
Release list
Simple Terminal+ v0.9.3-27
Simple Terminal+ v0.9.3-26
Major updates:
- Added SIXEL support, patch file refactored.
- Merged SIXEL patch with alpha, fullscreen and scrollback patches.
- Added bold-is-not-bright patch to avoid weird colors with bold fonts.
- Scrollback clears buffer (match tmux behavior) and avoids memory leaks.
- Updated manpage and welcome screen.
- Fixed static libs linking for AppImages.
Simple Terminal+ v0.9.3-24
Enabled all compiler perf optimization switches.
Updates to st-config:
- Always use tmp dir for st-config.
- Fixed reset config terminal popup.
- Improved error handling.
- Other cleanups/touchups.
Simple Terminal+ v0.9.3-23
Updates:
- Added new icon.
- Set Nord (Gogh) as default theme.
- Added alpha prompt in st-config.
- Matched solarized dark default with Gogh provided theme.
- Added "please restart st+" msg if config was changed.
- Added st.conf reset option.
- Improved welcome message.
- Various cleanups.
Simple Terminal+ v0.9.3-18
Updates:
- Added function to update colorscheme in st-config.
- Added support for Gogh color scheme collection.
- Changed FG/BG/Cursor color order to match Gogh for easier integration.
- Removed no bold colors patch.
- Added nice menu to st-config.
- Added support for rootless installs of fonts.
- Fontsize 0 will now auto-calculate a suitable default value.
Simple Terminal+ v0.9.3-17
Minor updates:
- Colorscheme can now be customized via st.conf.
- Updated manpage.
Simple Terminal+ v0.9.3-16
Small updates:
- Terminal title bar now says st+
- Fixed issue with .desktop shortcut file parsing in AM.
- Added welcome screen for first time users.
- Updated manpage.
Simple Terminal+ v0.9.3-11
st+ configuration script updates/changes:
- Renamed st-install to st-config.
- Added if-else to check if artifacts are already installed.
- Added font size selection prompt and disabled autohinting (nerdfonts dont need it).
- Improved error handling and font updating.
- Reorder recommended fonts based on priority.
- Install script will no longer redownload already existing fonts.
- Uninstall function will properly warn prior to removal.
- Removed "clean" function, now only install/uninstall.
- Added trap to catch CTRL+C.
- Removed binary stripping.
Simple Terminal+ v0.9.3-9
Small updates:
- Integrated st-install script to properly setup st+ and download a Nerd Font.
- The st-install script can also remove any setup files prior to uninstall.
- The install script will now change the font name in ~/st.conf.
- Added font cache refresh into install script.
- Fixed various incorrect font names.
Simple Terminal+ v0.9.3-6
Small updates:
- Reduced GLIBC version requirements.
- Fixed incorrect static library linking list.