ghostty (1.3.0~us1-0ubuntu1deepin2) unstable; urgency=medium

  * Fix libghostty-vt-dev.install: remove non-existent pkg-config file
    - zig build system does not generate libghostty-vt.pc
    - Remove the file from install list to fix OBS CI build failure
    - Error was: "dh_install: Cannot find usr/lib/pkgconfig/libghostty-vt.pc"

 -- lichenggang <lichenggang@uniontech.com>  Thu, 21 May 2026 14:13:32 +0800

ghostty (1.3.0~us1-0ubuntu1deepin1) unstable; urgency=medium

  * Add -Dcpu=baseline to zig build for cross-platform compatibility
    - Default ReleaseFast enables native CPU optimization which generates
      instructions (e.g. AVX-512) unsupported on older CPUs
    - Adding -Dcpu=baseline ensures the binary runs on all x86-64 machines
    - Fixes SIGILL (illegal instruction) crash on older CPUs
  * Package libghostty-vt as standalone shared library
    - Add libghostty-vt and libghostty-vt-dev binary packages to control
    - Remove libghostty-vt exclusion from not-installed
    - Create libghostty-vt.install for runtime library
    - Create libghostty-vt-dev.install for development headers
    - Enables other applications to use the Ghostty VT engine

 -- lichenggang <lichenggang@uniontech.com>  Thu, 21 May 2026 13:15:00 +0800

ghostty (1.3.0~us1-0ubuntu1) resolute; urgency=medium

  * Initial ghostty release (LP: #2139393)

 -- Pushkar Kulkarni <pushkar.kulkarni@canonical.com>  Tue, 16 Dec 2025 16:10:27 +0530
