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-daemonCabal 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-bytestringtofilepath >= 1.5.2and
โ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 toStringor theTexttypes.