Skip to content

Releases: Squitch1/Tess

0.7.0-alpha.14

14 Jun 08:55
6cc7259
Compare
Choose a tag to compare
0.7.0-alpha.14 Pre-release
Pre-release

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
  • Settings

    • Add hyperlink_modifier setting, default to CTRL
    • Add hyperlink color setting, default to #156CE624
  • CLI Interface

    • New option:
      • -T, --title: Set the default shell title
  • Linux

    • Register as an alternative to x-terminal-emulator in the .deb package

0.7.0-alpha.13

06 Jun 16:39
5580ee9
Compare
Choose a tag to compare
0.7.0-alpha.13 Pre-release
Pre-release

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
  • Linux

    • Add .deb package
    • Add man pages
    • Add .desktop entry

0.7-alpha.12

28 Mar 16:49
b8e075d
Compare
Choose a tag to compare
0.7-alpha.12 Pre-release
Pre-release

Patch Note

  • General

    • Bump Tauri to v2
    • Improve settings' deserialization speed
    • Add bracketed paste support
    • Bug fixes
  • Settings

    • Rename config file tosettings.json
    • Add bracketed_paste setting, enabled by default
    • Rename settings
      • show_unread_data_mark into notify_content_change
      • close_confirmation.excluded_process into close_confirmation.excluded_processes
    • Rename title format placeholder
      • action_progress into progress
      • leader_process into leader_name
  • Windows

    • Add tabbed background type
    • Remove blurred background type

0.7-alpha.11

16 Jan 13:45
7d43c7f
Compare
Choose a tag to compare
0.7-alpha.11 Pre-release
Pre-release

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

07 May 14:32
74153db
Compare
Choose a tag to compare
0.7-alpha.10 Pre-release
Pre-release

Patch Note

  • General
    • Reduce binary size

0.7-alpha.9

25 Mar 15:35
4d79fc6
Compare
Choose a tag to compare
0.7-alpha.9 Pre-release
Pre-release

Patch Note

  • General
    • Add title formatting. See the devblog for more information
    • Add progress tracking
    • Add content indicator

0.7-alpha.8

09 Jan 21:48
fc01b8e
Compare
Choose a tag to compare
0.7-alpha.8 Pre-release
Pre-release

Patch Note

  • General
    • Refactor the codebase
    • Revamp toast notifications
    • Improve error handling
    • Reduce resource consumption

0.7-alpha.7

21 Nov 13:06
f3a2c45
Compare
Choose a tag to compare
0.7-alpha.7 Pre-release
Pre-release

Patch Note

  • General
    • Add signal handler on Linux
    • Reduce CPU Usage
    • Fix incorrect tab's title on Linux

0.7-alpha.6

27 Sep 18:03
8158fd9
Compare
Choose a tag to compare
0.7-alpha.6 Pre-release
Pre-release

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

04 Jul 11:56
5d14f84
Compare
Choose a tag to compare
0.7-alpha.5 Pre-release
Pre-release

Patch Note

  • General
    • Add title_is_running_process option to Profile
    • Add background & background_transparency option
    • Optimize how a PTY is terminated