Skip to content

Releases: vishnu350/st

Simple Terminal+ v0.9.3-27

Choose a tag to compare

@vishnu350 vishnu350 released this 12 Jul 05:47
731a206

Minor updates:

  • Updated welcome msg to include source and license info.
  • Refactored SIXEL code to further reduce footprint.

Simple Terminal+ v0.9.3-26

Choose a tag to compare

@vishnu350 vishnu350 released this 30 Jun 09:36
096e2e8

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

Choose a tag to compare

@vishnu350 vishnu350 released this 16 Jun 13:32
aa14f85

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

Choose a tag to compare

@vishnu350 vishnu350 released this 14 Jun 10:47
fc92f50

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

Choose a tag to compare

@vishnu350 vishnu350 released this 11 Jun 19:49
e947990

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

Choose a tag to compare

@vishnu350 vishnu350 released this 09 Jun 19:39
d62ea67

Minor updates:

  • Colorscheme can now be customized via st.conf.
  • Updated manpage.

Simple Terminal+ v0.9.3-16

Choose a tag to compare

@vishnu350 vishnu350 released this 08 Jun 20:11
906dbe0

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

Choose a tag to compare

@vishnu350 vishnu350 released this 07 Jun 18:12

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

Choose a tag to compare

@vishnu350 vishnu350 released this 06 Jun 20:45

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

Choose a tag to compare

@vishnu350 vishnu350 released this 06 Jun 06:00

Small updates:

  • Reduced GLIBC version requirements.
  • Fixed incorrect static library linking list.