Skip to content

Releases: gochan-org/gochan

Gochan v2.5.0

04 Dec 06:58
Compare
Choose a tag to compare
Add QR box

Gochan v2.4.0

01 Dec 22:07
Compare
Choose a tag to compare

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

29 Nov 01:32
Compare
Choose a tag to compare
Don't use header for site slogan

Gochan v2.3.0

25 Nov 22:23
Compare
Choose a tag to compare

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

24 Oct 20:21
Compare
Choose a tag to compare

As usual, you will want to go to /manage?action=rebuildall

Gochan v2.1.0

23 Oct 05:06
Compare
Choose a tag to compare
Add board catalog building

Gochan v2.0.0

10 Oct 20:59
Compare
Choose a tag to compare
Redirect to post banning page when a post is selected and Ban button …

Gochan v1.13.0

07 Oct 20:26
Compare
Choose a tag to compare
Oops, forgot to update the version

Gochan v1.12.0

03 Oct 18:06
Compare
Choose a tag to compare
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

09 Aug 20:01
Compare
Choose a tag to compare
Update roadmap with configuration, update version in static error pages