Improve config and add a theme

This commit is contained in:
Andrew-71 2024-05-08 15:56:11 +03:00
parent bfee129443
commit 7830ae3217
8 changed files with 79 additions and 30 deletions

View file

@ -1,6 +1,16 @@
# Changelog
This file keeps track of changes in more human-readable fashion
## v0.4.0
* Customisation changes
* Added `title` option to config
* Controls the text in the header, "🌺 Hibiscus.txt" by default
* Added a nice `lavender` theme :)
* No longer ensuring config.Theme ends up inside `/public`, unsure what to do in that regard
* Technical changes to config
* Now only *some* default values are saved to file when creating initial config.txt
* Spaces in config options are now supported (basically just for `title`)
## v0.3.0
* Added themes
* Picked theme is set by `theme` key in config. Default is ...`default`