Skip to content

Releases: gochan-org/gochan

Gochan v2.11.4

21 Mar 22:05
Compare
Choose a tag to compare

If the board sections table is empty, a generic "Main" section will be inserted.

Gochan v2.11.3

08 Mar 01:22
Compare
Choose a tag to compare
Stability fixes, mostly SQL related

Generate config.RandomSeed if one isn't provided in gochan.json
Don't automatically fail if a board's path already exists, unless it isn't a directory
Clean up SQL query strings with DBPREFIX replacer
Separate the gochan.service file into separate files for each SQL DB type
Enable the gochan.service in Vagrant and fix issue with it failing on restart
fixes #19

Gochan v2.11.2

08 Feb 05:54
Compare
Choose a tag to compare
Use v1 base64captcha API

Also check for sql.ErrNoRows when SELECTing from DBPREFIXinfo, fixes #16

Gochan v2.11.1

12 Dec 05:36
Compare
Choose a tag to compare
Fix thread ID detection bug

Gochan v2.11

07 Dec 20:53
Compare
Choose a tag to compare
Add HTML, JS, and JSON minification

Also remove that stupid filter for password input fields that Firefox (and maybe other browsers) adds

Gochan v2.10

24 Nov 22:52
Compare
Choose a tag to compare

Adds captcha support (make sure you enable UseCaptcha in the configuration if you want to use it)

Gochan v2.9.1

09 Aug 21:29
Compare
Choose a tag to compare
Fix broken SQLite connection, update README

Gochan v2.9.0

02 Aug 04:11
Compare
Choose a tag to compare
Add *NIX installation compatibility

Gochan v2.8.0

18 Jun 05:15
Compare
Choose a tag to compare
Create admin account and /test/ board on first run

Gochan v2.7.0

14 May 23:10
Compare
Choose a tag to compare
Replace JSON struct wrappers with struct tags

move (My)SQL initialization stuff to sql script to be run every time