Skip to content

v2.19.0: Go back to Go 1.25 for RHEL10 compatibility

Latest

Choose a tag to compare

@walles walles released this 07 Sep 17:36

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)