Releases: gochan-org/gochan
v3.5.1
v3.5.0
Add ability to update thread attributes (locked, sticky, cyclical, anchored) in the new manage page (/manage/threadattrs by default), make thread and board locking work, add ability for staff to update thread lock status with the dropdown, fix issue with QR box posting to the wrong board
Full Changelog: v3.4.1...v3.5.0
v3.4.1
What's Changed
- Fix thread updating for new API changes
- mobile interface improvements
Full Changelog: v3.4.0...v3.4.1
v3.4.0
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
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
v3.1.0
Gochan v3.0.0
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
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
re-add closeHandle to avoid trying to run Close on potentially nil po…