Releases: Squitch1/Tess
Releases · Squitch1/Tess
0.7.0-alpha.16
Patch Notes
-
General
- Add taskbar progress tracking
- Add the ability to print settings location
- Improve PTY read loop and performance by reducing flow-control overhead
- Prevent a race condition when launching a new PTY
- Fix incorrect title after closing the active tab
- Hide details card while dragging tabs
-
Settings
- Add
taskbar_progressfield todesktop_integrationsettings, default totrue
- Add
-
Linux
- Prevent opening the GTK emoji chooser
0.7.0-alpha.15
Patch Note
-
General
- Handle quotes and environment variables when parsing the profile command
- Support multi-line highlighting for hyperlinks
- Show a details card on tab hover
- Fix incorrect termination of processes when closing a window
- Prevent focus loss when clicking the title bar
- Display "Untitled" as the default widget title
- Other minor bug fixes
-
Settings
- Add
minimum_contrast_ratiofield toterminalsettings, default to1 - Add
focus_modefield toapp_behaviorsettings, default toRequestAttention - Add
details_card_delayfield toapp_behaviorsettings, default to1500 - Rename
tabfield toprocessinclose_confirmationsettings - Move
open_in_tabfield fromdesktop_integrationtoapp_behaviorsettings
- Add
-
Linux
- Add
intercept_signalsfield todesktop_integrationsettings, default totrue
- Add
-
Windows
- Add jump list support
- WebView now correctly takes focus
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