spacecookie v1.1.0.1 Release Notes

Release Date: 2026-04-17 // 5 months ago
  • ๐Ÿšง I am currently trying to decide on the maintenance mode of spacecookie going forward, especially the included server daemon. It would help me to hear from users of this software, in particular what parts of it they're using. If you count yourself among those users, I'd be grateful if you'd reach out to me at sternenseemann@systemli.org or via the issue tracker.

    • Fix menu responses not being terminated by the Lastline pattern.
    • โž• Add install-daemon Cabal flag (on by default) which controls whether the executable component of the package is built.

Previous changes from v1.1.0.0

    • API BREAKING CHANGE : Remove Network.Gopher.Util.
      Previous users of these utilities are encouraged to copy the utilities
      from 1.0.0.3 into their own code and adapt them to their needs.

    • โœ… Migrate from filepath-bytestring to filepath >= 1.5.2 and
      โœ… os-string >= 2.0.6. These changes have been tested with GHC 9.10.3,
      GHC 9.12.3 and 9.14.1.

    • ๐Ÿ›  Fix crash on malformed port values when parsing a gophermap using
      Network.Gopher.Util.Gophermap.

    • ๐Ÿ›  Fix crashes if encoding assumptions are violated in GopherLogStr
      when converting to String or the Text types.