cdin v0.1.0-beta.3
[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_rectsin 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/localSDL3 runtime — needed at runtime if not already installed:
- Ubuntu 24.04+:
sudo apt install libsdl3-0- Other distros: see SDL3 releases
Windows (x86_64)
- Download
cdin-v0.1.0-beta.3-windows-x86_64.zipand extract it. - 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 locationThe installer copies
cdin.exe,SDL3.dll, and the Lua DLL into
%LOCALAPPDATA%\cdin\binand adds that folder to your user PATH.