source: code/trunk/CHANGELOG.md@ 151

Last change on this file since 151 was 151, checked in by Izuru Yakumo, 15 months ago

キャッチ・アンド・リリース!

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 1.1 KB
RevLine 
[151]1# v0.2.4 - 2024.03.24
2* Replace invalid favicon with one sourced from [here](https://en.touhouwiki.net/wiki/File:Th123YukariSigil.png), as well as using `//go:embed` for it
3* Add rc.d files for FreeBSD and OpenBSD, respectively
4
[149]5# v0.2.3 - 2024.03.21
6* 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>`)
7* Manual page has been rewritten (using `mdoc(7)`)
8* 'YukariSukima' is an incorrect transliteration, use 'Yukari no Sukima' to indicate possession/ownership
9* Remove the 'proxified and sanitized view' text as it should already be obvious
10* The font family used earlier is horrible, changed it to `sans-serif`
11* Bump required Go toolchain version to 1.16 in order to use `//go:embed`
12* Rename some all-uppercase constants/variables to camelCase (I think?), also rename CLIENT to Gap (lol)
13
[142]14# v0.2.1 - 2023.08.26
[149]15Applied some suggestions from the [issue tracker](https://github.com/asciimoo/morty/issues), and rebrand this fork.
[142]16
[77]17# v0.2.0 - 2018.05.28
18
19Man page added
20
[74]21# v0.1.0 - 2018.01.30
22
23Initial release
Note: See TracBrowser for help on using the repository browser.