Skip to content

Releases: gochan-org/gochan

Gochan v1.10.3

09 Jul 16:30
Compare
Choose a tag to compare

Fixes thumbnail expansion that was broken by webm support

Gochan v1.10.2

21 Jun 00:56
Compare
Choose a tag to compare

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

12 Jun 23:57
Compare
Choose a tag to compare

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

10 Jun 06:49
Compare
Choose a tag to compare
Add post editing, fix log not showing IP/path

Gochan v1.9.3

26 May 18:22
Compare
Choose a tag to compare
Fix execSQL usage mistake, update ldflags variables in Makefile

Gochan v1.9.0

11 Feb 00:50
Compare
Choose a tag to compare
Add bbcode, HTML reparsing function for imageboard admins

Gochan v1.8

28 Jan 23:23
Compare
Choose a tag to compare
Forgot to update version to 1.8

Gochan v1.7

04 Jan 02:27
Compare
Choose a tag to compare
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

20 Dec 22:43
Compare
Choose a tag to compare
Clean up some old get*Arr stuff, start switching to camelCase, get re…

Gochan v1.3

20 Aug 05:48
Compare
Choose a tag to compare
update vagrant bootstrap, add log dir to git repo