Skip to content

cdin v0.1.0-beta.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 11:47
d57f64a

[0.1.0-beta.3] — 2026-07-05

This release focuses on improving the startup experience and fixing several issues introduced during the previous internal refactor.

Features

  • Added a subtle background logo to the welcome/empty view for a cleaner visual appearance.

Bug Fixes

  • Fixed the Recent Files list not being displayed correctly in some situations.
  • Fixed an issue where certain terminal windows appeared unexpectedly when launching cdin.
  • Fixed a runtime error related to _recent_rects in the empty view.

Stability


Installation

Linux (x86_64)

tar xzf cdin-v0.1.0-beta.3-linux-x86_64.tar.gz
cd cdin-v0.1.0-beta.3-linux-x86_64
bash install.sh                         # → ~/.local  (no sudo)
# or system-wide:
sudo bash install.sh --prefix=/usr/local

SDL3 runtime — needed at runtime if not already installed:

  • Ubuntu 24.04+: sudo apt install libsdl3-0
  • Other distros: see SDL3 releases

Windows (x86_64)

  1. Download cdin-v0.1.0-beta.3-windows-x86_64.zip and extract it.
  2. Open PowerShell inside the extracted folder and run:
.\install.ps1
# Optional:
.\install.ps1 -RegisterFileTypes   # set as default for text/code files
.\install.ps1 -Prefix C:\Tools\cdin # custom location

The installer copies cdin.exe, SDL3.dll, and the Lua DLL into
%LOCALAPPDATA%\cdin\bin and adds that folder to your user PATH.


Contributors (v0.1.0-beta.2 → v0.1.0-beta.3)