Releases: gochan-org/gochan
Releases · gochan-org/gochan
Gochan v1.11.0
Update roadmap with configuration, update version in static error pages
Gochan v1.10.3
Fixes thumbnail expansion that was broken by webm support
Gochan v1.10.2
After you update to v1.10.2, you should add "Verbosity":#
where # is 0, 1, or 2.
Verbosity = 0 for no debugging info. Critical errors and general output only
Verbosity = 1 for non-critical warnings and important info
Verbosity = 2 for all debugging/benchmarks/warnings
Gochan v1.10.1
After you update gochan to v1.10.1, you'll probably want to run
DROP TABLE `gc_staff`; DROP TABLE `gc_info`;
Then restart gochan and recreate staff accounts as needed.
Gochan v1.10.0
Add post editing, fix log not showing IP/path
Gochan v1.9.3
Fix execSQL usage mistake, update ldflags variables in Makefile
Gochan v1.9.0
Add bbcode, HTML reparsing function for imageboard admins
Gochan v1.8
Forgot to update version to 1.8
Gochan v1.7
Start using bumpThread function Fixes Issue #7. Also adjust bumpThread to return any error it encounters to its caller. Additionally, if bump is false in calls to insertPost, it will not bump the parent thread.
Gochan v1.6
Clean up some old get*Arr stuff, start switching to camelCase, get re…