Line | |
---|
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
|
---|
19 | Applied 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 |
|
---|
23 | Man page added
|
---|
24 |
|
---|
25 | # v0.1.0 - 2018.01.30
|
---|
26 |
|
---|
27 | Initial release
|
---|
Note:
See
TracBrowser
for help on using the repository browser.