# v0.2.5 - 2024.03.24 * Rename `config.readConfig` to `config.ReadConfig` * Assume default values if no `yukari.ini(5)` is loaded # v0.2.4 - 2024.03.24 * Replace invalid favicon with one sourced from [here](https://en.touhouwiki.net/wiki/File:Th123YukariSigil.png), as well as using `//go:embed` for it * Add rc.d files for FreeBSD and OpenBSD, respectively # v0.2.3 - 2024.03.21 * Document the configuration file format, which is INI-style (which is compatible to the old format in the codebase, though it's now called as `config.Config.`) * Manual page has been rewritten (using `mdoc(7)`) * 'YukariSukima' is an incorrect transliteration, use 'Yukari no Sukima' to indicate possession/ownership * Remove the 'proxified and sanitized view' text as it should already be obvious * The font family used earlier is horrible, changed it to `sans-serif` * Bump required Go toolchain version to 1.16 in order to use `//go:embed` * Rename some all-uppercase constants/variables to camelCase (I think?), also rename CLIENT to Gap (lol) # v0.2.1 - 2023.08.26 Applied some suggestions from the [issue tracker](https://github.com/asciimoo/morty/issues), and rebrand this fork. # v0.2.0 - 2018.05.28 Man page added # v0.1.0 - 2018.01.30 Initial release