Skip to content

Gochan v2.4.0

Compare
Choose a tag to compare
@Eggbertx Eggbertx released this 01 Dec 22:07
· 1200 commits to master since this release

config.Styles has been changed from a string array to an object. Each Style in gochan.json must have a Name field that will appear in the style dropdowns and a Filename field. For example

{
	"Styles": [
		{"Name": "Pipes", "Filename": "pipes.css"},
		{"Name": "Burichan", "Filename": "burichan.css"}
	]
}

DefaultStyle must refer to a given Style's Filename field. If DefaultStyle does not appear in gochan.json, the first element in Styles will be used.