From a62275f853be9d9f43772fe1969c225ae43c3d62 Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Sun, 21 Dec 2025 12:23:57 +0100 Subject: merge development into master --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db8649..d413bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - use `Double` rather than `FLoat` for internal calculations - `cursorPos`, `dt` natively `Double` already +## [0.4.0] - 2025-12-21 + +### Added + +- cube as array of points +- debug feature where `t` and `g` raise and lower speed respectively + +### Changed + +- `initResources` now takes `[[V3 GL.GLfloat]]` rather than `[V3 GL.GLfloat]` + - to migrate: rather than passing `a` pass `[a]`; behaviour is the same +- reduce view distance to 1'000 from 10'000 +- color pixels based on normalized coordinates +- use `haskellPackages.callCabal2nix` in `flake.nix` for brevity, same behaviour + ## [0.3.0] - 2025-12-08 ### Added -- cgit v1.3.1