summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormtgmonkey <mtgmonkey@nixos>2025-12-21 12:23:57 +0100
committermtgmonkey <mtgmonkey@nixos>2025-12-21 12:23:57 +0100
commita62275f853be9d9f43772fe1969c225ae43c3d62 (patch)
treebf7dd895c3a6192925a0ed5c2b55fed837549d74 /CHANGELOG.md
parente9b4e2d34af8f0ea4a54d8d093108cdfdc68757c (diff)
merge development into master
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
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