Changes
- Small frontend fixes
v0.13.0
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 socketWhile the old config works for now note that it's deprecated and can be removed with the next release.
What's changed?
Full Changelog: v0.12.17...v0.13.0
Full Changelog: v0.13.0...v0.13.1