Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tmuxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ windows:
start-directory: ./
panes:
- shell_command:
- clear
- opencode
- window_name: cmd1
start-directory: ./
panes:
Expand Down
25 changes: 21 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [0.1.25] - 2026-05-11

### Added
- **Constellation effect** — drifting stars and dotted connections (thanks [@AnarchistHoneybun](https://github.com/AnarchistHoneybun))
- Config system: loads from `~/.config/tarts.toml` (macOS/Linux) or `%APPDATA%/tarts.toml` (Windows)
- `--print-config` flag: prints default config as TOML to stdout (pipe to file)
- Screen-adaptive coefficients: effects scale naturally to terminal size (`drops_coeff`, `speed_coeff`, `cells_coeff`, `boid_coeff`, `crab_coeff`, `k1_coeff`)
- `BoidCharset` enum: Braille (default), Arrow, Simple, Dot — configurable boid character sets
- `src/lib.rs` module-level docstring with effect description table
- `prek` pre-commit checks

### Changed
- Builder defaults aligned with original `DefaultOptions` values: cube size, fire colors, donut projection, pipes density, plasma speed, terrain scale, crab count
- `Config::load()` returns defaults in memory when config file missing (no auto-write)
- Config status printed after effect exits (loaded path or "using defaults")
- Updated dependencies: rand 0.10, toml 1.x, criterion 0.8, tempfile 3.27

### Removed
- `--generate-config` flag (replaced by `--print-config`)

## [0.1.24] - 2025-01-27

### Changed
Expand All @@ -22,12 +42,9 @@ All notable changes to this project will be documented in this file.
- **Full control** over CLI behavior
- **Better user experience** with proper help and error messages

### Effects Available
- matrix, life, maze, boids, cube, crab, donut, pipes, plasma, fire, blank, terrain

## [0.1.23] - Previous

### Features
- Multiple terminal screensaver effects
- Homebrew tap integration
- Cross-platform support (macOS, Linux)
- Cross-platform support (macOS, Linux)
Loading
Loading