Releases: gochan-org/gochan
Releases · gochan-org/gochan
Gochan v2.11.4
If the board sections table is empty, a generic "Main" section will be inserted.
Gochan v2.11.3
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
Use v1 base64captcha API Also check for sql.ErrNoRows when SELECTing from DBPREFIXinfo, fixes #16
Gochan v2.11.1
Fix thread ID detection bug
Gochan v2.11
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
Adds captcha support (make sure you enable UseCaptcha in the configuration if you want to use it)
Gochan v2.9.1
Fix broken SQLite connection, update README
Gochan v2.9.0
Add *NIX installation compatibility
Gochan v2.8.0
Create admin account and /test/ board on first run
Gochan v2.7.0
Replace JSON struct wrappers with struct tags move (My)SQL initialization stuff to sql script to be run every time