Skip to content

Releases: jag-k/clipboard-transformer

0.1.5

Choose a tag to compare

@github-actions github-actions released this 17 Aug 00:14
v0.1.5
f5e55e0

Changed

  • Release: Require the Nix matrix and enabled stable Flatpak repository
    publication to succeed before creating the public GitHub Release. Keep the
    release commit and tag pushes separate so main-branch checks can finish
    before the tag starts publication.

Fixed

  • Packaging/Flatpak: Pass the target architecture through build-sign's
    --arch option instead of as an invalid positional argument.
  • Packaging/Nix: Create the Linux D-Bus service destination before
    substitution, and use pinned upstream Nix to build the Intel macOS output on
    a native Intel runner now that Determinate no longer ships an Intel-host
    installer.

0.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Aug 05:13
v0.1.4
32b7239

Added

  • Desktop/Notifications: Add independent config.notifications preferences
    for startup, successful reload, transformation, double-copy bypass, and
    plugin-attention notifications without hiding failures or tray status.
  • Packaging/Flatpak: Add one offline Flatpak containing the desktop app and
    sandboxed CLI, GitHub Release bundles with checksums and provenance, and a
    signed shared update repository at flatpak.jag-k.dev. Adapt autostart and
    tray D-Bus registration to the Flatpak sandbox.
  • Packaging/Nix: Add a project flake for Linux and macOS app/CLI builds,
    native macOS .app bundles, cross-platform CI, and prebuilt outputs in the
    public jag-k Cachix cache. Keep Intel macOS on the maintained
    nixpkgs-26.05-darwin branch.

Changed

  • Documentation: Organize installation by operating system, separate
    package-manager and direct-download options, distinguish GUI and CLI
    artifacts, and document Flatpak sandbox behavior, explicit CLI invocation,
    Nix application paths, and Cachix setup.

0.1.3

Choose a tag to compare

@github-actions github-actions released this 01 Aug 00:08
v0.1.3
5b6218d

Added

  • Desktop/Runtime: Add a clonable native wake handle, coalesced
    application-defined wake reasons, neutral native event reporting, and
    explicit runtime deadlines so the desktop can sleep until relevant work is
    ready without moving application policy into the host loop.
  • Tray/macOS: Reconcile retained NSMenuItem, submenu, and SF Symbol
    objects in place when the semantic menu model changes.

Changed

  • Release: Use the version number by itself as the GitHub Release title.
  • Desktop/Runtime: Replace the unconditional all-source 200 ms desktop tick
    with source-selective command, rule-result, configuration, and clipboard
    processing. Keep a deadline-based clipboard compatibility poll only where a
    backend or desktop session has no reliable native change notification.
  • Desktop/Runtime: Derive wakeups and deadlines from tray and notification
    commands, completed rule jobs, filesystem events, remote-import refresh,
    clipboard contention retries, and native platform messages. This keeps the
    shared AppCommand ordering surface while avoiding unrelated clipboard and
    configuration probes.
  • Runtime/Imports: Refresh URL imports with HTTP validators, preserve
    byte-identical cache files, and skip full config parsing and rule compilation
    when every remote source is unchanged.
  • Tray/macOS: Preserve native menu objects across opens, update only changed
    fields and children, rebuild command tags atomically, and cache the bounded
    set of application-owned SF Symbols. Relative timestamps are still computed
    from a fresh semantic model whenever the menu opens.
  • Tray/Icons: Describe generated tray pixels with an explicit format and
    stride, use a validated @2x grayscale-plus-alpha template payload on macOS,
    and retain RGBA payloads where Windows and Linux need color or theme
    variants.
  • Tray/Actions: Add macOS SF Symbols for Undo and Edit rule and refine the
    Copy config path and Quit action icons.

Fixed

  • Windows/Installer: Statically link the C runtime into the desktop and
    CLI executables so a clean Windows installation can launch them without a
    separate Visual C++ Redistributable.
  • Windows/Desktop: Embed the Clipboard Transformer product name in the GUI
    executable so Task Manager does not show the internal ct-desktop package
    name.
  • Desktop/Runtime: Prevent a wakeup sent between the final application drain
    and the native wait from leaving commands, configuration events, or completed
    transformations pending indefinitely.
  • Windows/Runtime: Observe clipboard changes through the message-only Win32
    listener, route native quit through the ordered application command channel,
    and fall back to compatibility polling instead of failing startup when the
    clipboard listener is unavailable.
  • macOS/Runtime: Stop calling NSApplication::updateWindows()
    unconditionally and create tray UI only after the native application pump is
    initialized.
  • Desktop/Runtime: Filter config-watch events before enqueueing or waking
    the host, so log, history, state, and PID writes cannot create a
    self-amplifying filesystem/logging loop. Keep dependency diagnostics at
    Info unless verbose tracing is explicitly added later.
  • macOS/Tray: Use an explicit square, image-only status item and a stable
    application-specific autosave name so AppKit can persist its position and
    visibility independently.

0.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 01:44
v0.1.2
3610534

Changed

  • Windows/Installer: Make the local just install-app-windows helper use
    the same silent MSI flags and verbose installer logging as the verification
    script.

Fixed

  • Windows/Runtime: Avoid a heap-corruption crash while refreshing portable
    toast shortcut metadata by letting PROPVARIANT values clean themselves up
    exactly once.
  • Windows/Scoop: Reuse and enrich an existing Start Menu shortcut for the
    current executable, including Scoop-created shortcuts, and remove the old
    app-owned fallback shortcut to avoid duplicate Start Menu entries.

0.1.1

Choose a tag to compare

@github-actions github-actions released this 28 Jul 23:18
v0.1.1
88f2c83

Added

  • Windows/MSI: Verify clean installation, upgrades from the public 0.1.0
    MSI, the installed app and CLI, machine PATH, Start Menu and toast
    registration, and complete uninstall cleanup in Windows CI.
  • Release/WinGet: Upload the fully rendered manifest set before submission
    so the exact package-catalog changes remain available for inspection.

Changed

  • Runtime/HTTP: Download URL imports and plugin modules with an in-process
    HTTP client, retaining hard timeouts and download-size limits without
    requiring an external curl executable.
  • Release: Keep stable manual-download links, Homebrew metadata, and Scoop
    metadata unchanged during prereleases, then update them automatically for
    the next stable release.

Fixed

  • Windows/Runtime: Prevent background shell rules, process-tree cleanup,
    and other helper commands from opening console windows.
  • Windows/MSI: Keep the optional CLI directory on machine PATH after
    silent installation and major upgrades by assigning its component directly
    to the WiX Environment feature.
  • Release/WinGet: Preserve inline release notes, versioned license,
    documentation and icon URLs, and the icon SHA-256 when generating an updated
    catalog manifest.
  • Release/Changelog: Generate concrete comparison links during
    cargo release instead of leaving unsupported template placeholders in the
    release commit.

Documentation

  • Installation: Add direct downloads for every published macOS, Windows,
    and Linux app and CLI format, clarify which distributions include the CLI,
    and document checksum and GitHub attestation verification.
  • Platforms: Replace pre-release package guidance with the published
    Homebrew, Scoop, AUR, AppImage, DEB, RPM, Pacman, MSI, and portable
    installation paths while retaining explicit signing and Linux validation
    boundaries.
  • Release: Expand maintainer runbooks for MSI upgrade verification,
    Windows signing, WinGet bootstrap and metadata review, and future Linux
    catalog expansion through AppImageHub, COPR, Launchpad, OBS, and Nixpkgs.

0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 01:36
v0.1.0
3cfc3db

Added

  • Native desktop hosts for macOS, Windows, and Linux alongside the standalone
    CLI.
  • Rule imports, clipboard history and undo, notifications, and optional WASM
    plugins.
  • Signed and notarized macOS packages, Windows portable executables and MSI,
    and Linux AppImage/DEB/Pacman/RPM packages, plus automated Homebrew, Scoop,
    AUR, and WinGet publishing.