Releases: tacogips/chilla
Releases · tacogips/chilla
chilla v0.1.8
macOS app and DMG bundles for this release.
Install on Apple Silicon macOS:
- Download
chilla_0.1.8_aarch64.dmgfrom this release. - Open the DMG.
- Drag
chilla.appintoApplications.
The DMG is signed with Developer ID and notarized by Apple.
chilla v0.1.7
macOS app and DMG bundles for this release.
chilla v0.1.6
macOS app and DMG bundles for this release.
chilla v0.1.5
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
chilla v0.1.4
Highlights
- Added in-app file opening from the workspace with
Open filesandCtrl/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.gzis the installer-facing Nix tarball for Apple Silicon macOS.chilla-v0.1.4-aarch64-darwin.sha256verifies that tarball.- The macOS DMG workflow is triggered by this tag and may attach DMG assets separately.
chilla v0.1.3
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.gzchilla-v0.1.3-x86_64-linux.sha256
chilla v0.1.2
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
.appbundle. - The packaged binary may still depend on
/nix/storeruntime libraries and was verified on a Nix-enabled Apple Silicon Mac.
chilla v0.1.1
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
Built from commit 44c9a10da412e272dc95da9c64d7f662859609e1 on 2026-03-23.
Artifacts:
chilla-v0.1.0-aarch64-darwin.tar.gz: Darwin arm64 release archive created fromnix build .#chillachilla-v0.1.0-aarch64-darwin.sha256: SHA-256 checksum forbin/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.appbundle or.dmg. src-tauri/tauri.conf.jsonhasbundle.active = false, so this release reflects the current repository packaging configuration.