Skip to content

Releases: tacogips/chilla

chilla v0.1.8

04 Jun 14:06

Choose a tag to compare

macOS app and DMG bundles for this release.

Install on Apple Silicon macOS:

  1. Download chilla_0.1.8_aarch64.dmg from this release.
  2. Open the DMG.
  3. Drag chilla.app into Applications.

The DMG is signed with Developer ID and notarized by Apple.

chilla v0.1.7

04 Jun 11:19

Choose a tag to compare

macOS app and DMG bundles for this release.

chilla v0.1.6

02 Jun 11:14

Choose a tag to compare

macOS app and DMG bundles for this release.

chilla v0.1.5

28 May 23:04

Choose a tag to compare

Changes

  • Adds the cleaned Chilla cat face app icon to Tauri bundle assets.
  • Bumps app, package, and Cargo metadata to 0.1.5.
  • Includes the previously merged HEIC image display support from PR #11.

Verification

  • bun run typecheck
  • CARGO_TERM_QUIET=true cargo check --manifest-path src-tauri/Cargo.toml
  • CARGO_TERM_QUIET=true bun run tauri build --config src-tauri/tauri.macos.release.conf.json --bundles app

Note: signed/notarized DMG publication still requires the local Apple notarization environment used by scripts/release-macos-dmg-local.sh.

chilla v0.1.4

02 May 09:50

Choose a tag to compare

chilla v0.1.4

Highlights

  • Added in-app file opening from the workspace with Open files and Ctrl/Cmd+O.
  • Reused the explicit file-set viewer for multi-file selections.
  • Simplified file-browser filename overflow rendering with stable CSS ellipsis and title fallback.
  • Fixed the Nix release build cache permissions for Bun dependencies.

Release Artifacts

  • chilla-v0.1.4-aarch64-darwin.tar.gz is the installer-facing Nix tarball for Apple Silicon macOS.
  • chilla-v0.1.4-aarch64-darwin.sha256 verifies that tarball.
  • The macOS DMG workflow is triggered by this tag and may attach DMG assets separately.

chilla v0.1.3

09 Apr 01:32
6553595

Choose a tag to compare

Highlights

  • Added EPUB preview support in the desktop file viewer.
  • Added EPUB pagination, table-of-contents navigation, and location tracking in the reader.
  • Scoped EPUB reader CSS more tightly to reduce document styling conflicts.
  • Simplified media preview fallback handling.
  • Reduced startup latency for large MP4 playback.

Linux release artifact

  • chilla-v0.1.3-x86_64-linux.tar.gz
  • chilla-v0.1.3-x86_64-linux.sha256

chilla v0.1.2

27 Mar 06:25
76c6052

Choose a tag to compare

Highlights

  • add unified audio and video preview support in the desktop viewer
  • improve media streaming behavior and playback startup reliability
  • refine file preview metadata and reduce duplication in media preview paths
  • publish the Apple Silicon Darwin release tarball for the current Nix-based packaging flow

Notes

  • This Darwin artifact is the current Nix-built release tree, not a standalone .app bundle.
  • The packaged binary may still depend on /nix/store runtime libraries and was verified on a Nix-enabled Apple Silicon Mac.

chilla v0.1.1

25 Mar 03:49
88b989c

Choose a tag to compare

Release v0.1.1

Artifacts:

  • chilla-v0.1.1-aarch64-darwin.tar.gz
  • chilla-v0.1.1-aarch64-darwin.sha256

Notes:

  • Built on macOS arm64 with nix build .#chilla.
  • The published Darwin artifact is Nix-dependent and not a fully self-contained .app or .dmg bundle.

chilla v0.1.0

23 Mar 01:11

Choose a tag to compare

Built from commit 44c9a10da412e272dc95da9c64d7f662859609e1 on 2026-03-23.

Artifacts:

  • chilla-v0.1.0-aarch64-darwin.tar.gz: Darwin arm64 release archive created from nix build .#chilla
  • chilla-v0.1.0-aarch64-darwin.sha256: SHA-256 checksum for bin/chilla

Build command:

  • nix build .#chilla

Notes:

  • This repository currently packages the Darwin release as the flake output layout (bin/chilla, lib/), not as a .app bundle or .dmg.
  • src-tauri/tauri.conf.json has bundle.active = false, so this release reflects the current repository packaging configuration.