All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Remove potential race condition caused by using
RLock
instead ofLock
- Updated Go build version
- Multiple security advisories
- Added space for contact information to user agent
- Support for
ETag
andLast-Modified
headers in feed responses
- Added version number to email footer
- Feed entries can now be deleted. #1
- Proper errors are shown when attempting to register with an in-use email address. #2
- OIDC support
This one deploys.
- Migrated to SQLite in favour of BoltDB. This a completely breaking change.
- Added a user agent to any requests made by Walrss (a very basic regex for this is
walrss(\/(\d|\.){5})? \(https:\/\/github\.com\/codemicro\/walrss\)
)
- Feed entries from midnight on a given day are no longer mistakenly ignored.
- Digest emails no longer contain three extra days worth of feed items
- Progress display for test emails
- Support for OPML imports and exports
- Secure cookies are no longer sent when debug mode is enabled
Initial release