
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/yukari/trunk@151 f3bd38d9-da89-464d-a02a-eb04e43141b5
1.1 KiB
1.1 KiB
v0.2.4 - 2024.03.24
- Replace invalid favicon with one sourced from here, 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, and rebrand this fork.
v0.2.0 - 2018.05.28
Man page added
v0.1.0 - 2018.01.30
Initial release