
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/yukari/trunk@152 f3bd38d9-da89-464d-a02a-eb04e43141b5
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# 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.<key>`)
|
|
* 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
|