Skip to content

Commit 962bfd2

Browse files
docs: add changelog for v1.0.0 release
1 parent a7115e2 commit 962bfd2

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.0.0] - 2026-05-31
6+
7+
### Added
8+
9+
- Initial public release.
10+
- Interactive Conway's Game of Life simulation.
11+
- Play, pause and step controls.
12+
- Pattern library including spaceships, oscillators and still lives.
13+
- Manual board editing.
14+
- Statistics panel.
15+
- Friendly onboarding copy and simulation guidance.
16+
- Pattern selection highlighting.
17+
- Collapsible pattern categories.
18+
- Independent sidebar scrolling.
19+
- Finite board boundaries.
20+
- Tests covering core simulation rules and known patterns.
21+
- Vercel deployment.
22+
- Custom domain support via life.aleixvidal.dev.
23+
- Portfolio and GitHub attribution links.
24+
25+
### Changed
26+
27+
- Improved simulation status messages.
28+
- Refined sidebar experience and navigation.
29+
30+
### Known limitations
31+
32+
- Optimized primarily for desktop and larger screens.
33+
- Board sizing for very large grids may be revisited in a future release.

0 commit comments

Comments
 (0)