Releases: Squitch1/Tess
Releases · Squitch1/Tess
0.7.0-alpha.14
Patch Note
-
General
- Define
$COLORTERM
,$TERM_PROGRAM
and$TERM_PROGRAM_VERSION
for compatibility - Add a setting to set the initial shell title
- Add support for hyperlinks
- Define
-
Settings
- Add
hyperlink_modifier
setting, default toCTRL
- Add
hyperlink
color 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-emulator
in the.deb
package
- 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--tab
or--window
: Open either in a tab or window
- Available options:
-
Linux
- Add
.deb
package - Add
man
pages - Add
.desktop
entry
- 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_paste
setting, enabled by default - Rename settings
show_unread_data_mark
intonotify_content_change
close_confirmation.excluded_process
intoclose_confirmation.excluded_processes
- Rename title format placeholder
action_progress
intoprogress
leader_process
intoleader_name
- Rename config file to
-
Windows
- Add
tabbed
background type - Remove
blurred
background type
- Add
0.7-alpha.11
Patch Note
-
General
- Add tab split
- Add 8 shortcuts
CloseFocusedPane
CloseSpecificPane
SplitTabAndOpenDefaultProfile
SplitFocusedPaneAndOpenDefaultProfile
SplitSpecificPaneAndOpenDefaultProfile
SplitTabAndOpenProfile(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
background
property ignored if there is no custom profile in the config file
0.7-alpha.5
Patch Note
- General
- Add
title_is_running_process
option to Profile - Add
background
&background_transparency
option - Optimize how a PTY is terminated
- Add