github lennart-k/rustical v0.13.0

8 hours ago

Breaking changes in the future

To support listening on UNIX sockets the http config has been changed from http.host/port to http.bind:`

[http]
bind = "[::]:4000"  # on any host
bind = "localhost:4000"  # on localhost
bind = "unix:/run/rustical/socket"  # to run on a UNIX socket

While the old config works for now note that it's deprecated and can be removed with the next release.

What's changed?

  • New UI design #206
  • Unix socket support #227

Full Changelog: v0.12.17...v0.13.0

Don't miss a new rustical release

NewReleases is sending notifications on new releases.