Skip to content

Releases: gochan-org/gochan

v3.4.1

25 Dec 19:12
Compare
Choose a tag to compare

What's Changed

  • Fix thread updating for new API changes
  • mobile interface improvements

Full Changelog: v3.4.0...v3.4.1

v3.4.0

25 Dec 05:25
Compare
Choose a tag to compare

What's Changed

  • Replace deprecated API code that was originally written for the old database
  • Improve ban and post filter tools

Full Changelog: v3.3.0...v3.4.0

v3.3.0

04 Sep 21:43
Compare
Choose a tag to compare

What's Changed

  • SQLite 3 support
  • Updated the Go version used in Docker and Vagrant
  • SQL unit tests (#26, more unit tests to come)
  • Post wordfilters
  • Automatically updates the current thread
  • Improvements to the way post dropdowns are handled, including an option for staff to search for more posts from that IP
  • Replaced gzlog/gclog with structured logging via zerolog

Full Changelog: v3.2.0...v3.3.0

v3.2.0

20 Jul 20:23
Compare
Choose a tag to compare

Gochan v3.2.0 makes post editing work again (seems to have been broken by the database refactor), and adds a post dropdown action for editing the post.

v3.1.0

13 May 03:15
Compare
Choose a tag to compare

Gochan v3.1 makes all of the currently visible settings fully usable/stable, and adds the ability to link to threads on a different page (requiring AJAX requests) to the frontend.

Gochan v3.0.0

30 Jan 20:05
Compare
Choose a tag to compare

VERY VERY VERY IMPORTANT:

The database schema used by v3.0 is not compatible with gochan databases before v3.0-beta, so make sure you rename/back up your old database! You should then (re)create a database for this version and future versions to use.

See the README.md file for information on installation and configuration.

Gochan v3.0-beta

16 Jan 23:28
Compare
Choose a tag to compare

VERY VERY IMPORTANT:

This release introduces major changes to the database schema and is not compatible with previous versions. Make sure you rename/back up your old database! You should then (re)create a database for this version and future versions to use.

Eventually I'd like to restart work on the migration tool, gochan-migrate for migrating old gochan database versions and other imageboards (Kusaba X, TinyBoard, etc), but that is on hiatus for the time being.

Gochan v2.12.0

05 Apr 06:10
Compare
Choose a tag to compare
re-add closeHandle to avoid trying to run Close on potentially nil po…

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