What's Changed
gochan-installer
is now included. It runs as a temporary setup server that lets you configure gochan through your browser (e.g., database connection, paths, etc.). Once you finish, it writes the configuration file to the chosen path and exits. You can then start gochan, which will use the generated config.- Database updates for versions starting from 3.0 are now automatically handled by the gochan executable on startup. Versions before 3.0 (internally referred to as pre2021) and other database types still use gochan-migration.
- Add log statement upon listening for requests (fixes #133) by @CrawlerBleak in #134
- Bump form-data from 4.0.2 to 4.0.4 in /frontend by @dependabot[bot] in #135
New Contributors
- @CrawlerBleak made their first contribution in #134
Full Changelog: v4.2.0...v4.3.0