Releases: Squitch1/Tess
Releases · Squitch1/Tess
0.7.0-alpha.14
Patch Note
-
General
- Define
$COLORTERM,$TERM_PROGRAMand$TERM_PROGRAM_VERSIONfor compatibility - Add a setting to set the initial shell title
- Add support for hyperlinks
- Define
-
Settings
- Add
hyperlink_modifiersetting, default toCTRL - Add
hyperlinkcolor setting, default to#156CE624
- Add
-
CLI Interface
- New option:
-T,--title: Set the default shell title
- New option:
-
Linux
- Register as an alternative to
x-terminal-emulatorin the.debpackage
- Register as an alternative to
0.7.0-alpha.13
Patch Note
-
General
- Add CLI interface
- Fix tab being incorrectly closed in race conditions
- Fix invalid handling of UTF-8 sequence
- Fix undesired pinch-zoom
- Improve app initialization
- Optimize PTY close detection
- Bug fixes
-
CLI Interface
- Available options:
-e,--command: Execute a specific command-w,--workdir: Set the working directory-p,--profile: Set the profile to use--tabor--window: Open either in a tab or window
- Available options:
-
Linux
- Add
.debpackage - Add
manpages - Add
.desktopentry
- Add
0.7-alpha.12
Patch Note
-
General
- Bump Tauri to v2
- Improve settings' deserialization speed
- Add bracketed paste support
- Bug fixes
-
Settings
- Rename config file to
settings.json - Add
bracketed_pastesetting, enabled by default - Rename settings
show_unread_data_markintonotify_content_changeclose_confirmation.excluded_processintoclose_confirmation.excluded_processes
- Rename title format placeholder
action_progressintoprogressleader_processintoleader_name
- Rename config file to
-
Windows
- Add
tabbedbackground type - Remove
blurredbackground type
- Add
0.7-alpha.11
Patch Note
-
General
- Add tab split
- Add 8 shortcuts
CloseFocusedPaneCloseSpecificPaneSplitTabAndOpenDefaultProfileSplitFocusedPaneAndOpenDefaultProfileSplitSpecificPaneAndOpenDefaultProfileSplitTabAndOpenProfile(String)SplitFocusedPaneAndOpenProfile(String)SplitSpecificPaneAndOpenProfile(String)
- Add unread-content indicator
- Improve errors handling
- Revamp animations
-
Linux
- Reduce flickering with applications with high refresh rates
- Nvidia & WebKit rendering issue partially fixed
0.7-alpha.10
Patch Note
- General
- Reduce binary size
0.7-alpha.9
Patch Note
- General
- Add title formatting. See the devblog for more information
- Add progress tracking
- Add content indicator
0.7-alpha.8
Patch Note
- General
- Refactor the codebase
- Revamp toast notifications
- Improve error handling
- Reduce resource consumption
0.7-alpha.7
Patch Note
- General
- Add signal handler on Linux
- Reduce CPU Usage
- Fix incorrect tab's title on Linux
0.7-alpha.6
Patch Note
- General
- Add shortcut support
- Add macro support (#19)
- Add a close confirmation popup
- Fix
backgroundproperty ignored if there is no custom profile in the config file
0.7-alpha.5
Patch Note
- General
- Add
title_is_running_processoption to Profile - Add
background&background_transparencyoption - Optimize how a PTY is terminated
- Add