source: Main/branches/origin-master/CHANGELOG.md@ 4a5f10f

Last change on this file since 4a5f10f was 4a5f10f, checked in by www <www@…>, 8 weeks ago

Mirrored from https://git.chaotic.ninja/git/yakumo_izuru/yukari

git-svn-id: https://svn.chaotic.ninja/svn/yukari-yakumo.izuru@1 ee30ecee-8fc8-4245-a645-e3b2cc3919a6

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