With this release, moor drops back to requiring Go 1.25 instead of 1.27,
so it can still be built from source on distros like RHEL10 that haven't
caught up with the latest Go toolchain yet. Going forward, moor's Go
version requirement will never be newer than the most recently
end-of-lifed Go release.
Also in this release:
- twin, moor's terminal library, is now an external project
(github.com/walles/twin) instead of living in this repository - Fixed potential screen tearing on quick window resizes (twin v0.9.3)