1# Changelog23## [Unreleased]45## [0.10.0]67- Complete rearchitecture for "live" rather than weekly feeds.89## [0.9.0]1011- Simplfy post configuration by merging num_{fetch,send}_posts.12- Output default posts in template instead of a placeholder.13- Add settings link to digest page.14- Fix margins on digests.15- Merge site_configs and sites in the backend. Functionally, this means deleting16 a site now removes all digests and posts for that site.17- Sites now have an "enabled/disabled" flag for if you want to keep digests and18 posts around but don't want to update them.19- Require display name to be set when sites are created.20- Allow editing site display names.21- Add a button to fetch the site display name when adding or editing a site.22- Don't allow updating a site's base name.23- Support enabling/disabling sites from the site list.24- Bump dependency and Go versions.2526## [0.8.0]2728- Move periodic work scheduling into the binary.2930## [0.7.0]3132- Remove site config from the config file3334## [0.6.0]3536- Move site configuration into the database.3738## [0.5.1]3940- Fix schema update logic.41- Move pages to their own files.42- Fix non-termination on server start-up failures.43- Properly close database rows to avoid leaking connections.4445## [0.5.0]4647- Combine all the binaries into a single one.48- Properly set HTTP settings for lobsters.49- Always close HTTP response bodies.50- Only update the DB when the last fetched time is older than the existing one.51- Don't log Reddit access tokens.52- Check for cancellation during fetch so we can bail quickly.53- Bump dependency versions.5455## [0.4.0]5657- Add schema updater.5859## [0.3.3]6061- Add placeholder message to front page.62- Major backend refactoring.6364## [0.3.2]6566- Fix fetching gallery posts67- Fix lint warnings68- Bump dependency versions69- Improve DB error logging7071## [0.3.1]7273- Bump dependency versions74- Update go.mod to 1.1775- Fix Systemd syscall filters76- Improve performance and database consistency of ReadDigest77- Upgrade to pgx v57879## [0.3.0]8081- Ensure URLs are NULL in the database for internal posts instead of empty.82- Use old.reddit.com for Reddit links.83- Merge the scraper/digest and webserver config files.84- Fix SPEC file to automatically restart services after upgrade.85- Don't overwrite config file on RPM upgrade.8687## [0.2.0]8889- Lobsters support9091## [0.1.1]9293- Fix bug where subreddits were missing the "reddit:" prefix in the database.9495## [0.1.0]9697- Use transaction objects instead of the database connection98- Significant merging of the Hackernews and Reddit code99- Individual scrapers replaced by a unified one100- Internal cleanup101102## [0.0.0]103104- Initial release after a long development history105- Reddit and Hackernews scrapers with a web UI (and historical baggage)