Releases: gochan-org/gochan
Releases · gochan-org/gochan
Gochan v2.5.0
Add QR box
Gochan v2.4.0
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.
Gochan v2.3.1
Don't use header for site slogan
Gochan v2.3.0
If you are upgading from gochan 2.2, delete your html/css directory unless you have made themes that you want to keep. Then rebuild the pages. (/manage?action=rebuildall)
Gochan v2.2.0
As usual, you will want to go to /manage?action=rebuildall
Gochan v2.1.0
Add board catalog building
Gochan v2.0.0
Redirect to post banning page when a post is selected and Ban button …
Gochan v1.13.0
Oops, forgot to update the version
Gochan v1.12.0
Mostly work on banning If a user is banned, they are redirected to the ban page with all the information, but the appeal form doesn't work (yet) In the next couple commits I'm going to work on actually submitting bans
Gochan v1.11.0
Update roadmap with configuration, update version in static error pages