aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Do not mistakenly transform unsafe characters into JSON notation when ↵upstreamAKP2025-02-111-0/+2
| | | | sending from the server as pre-set form values
* Flip inverted boolean checkAKP2025-02-111-0/+4
|
* v0.4.3AKP2025-02-111-0/+2
|
* Use batch insert when loading OPMLAKP2025-02-101-1/+2
| | | | This is many many times faster (very noticeably) than using one query per feed as it was before.
* Do not update feed item index when sending test emailsAKP2025-02-101-0/+1
| | | | Previously this caused items to be missed from the main, scheduled emails.
* Do not index feed items at addition timeAKP2025-02-101-0/+1
| | | | This is now handled gracefully in the processor logic.
* Use old time-based new item detection method when no known feed items exist ↵AKP2025-02-101-0/+2
| | | | | | in the database This can happen after a database migration, when a set of feeds are imported/first added.
* Prevent nil dereference when feeds without published dates are processedAKP2025-02-091-0/+4
|
* v0.4.1AKP2025-02-091-0/+2
|
* Update CHANGELOG.mdAKP2025-02-091-1/+2
|
* Cache feed data in databaseAKP2025-02-091-0/+2
|
* v0.4.0AKP2025-02-091-0/+2
|
* Fixup email settingsAKP2025-02-091-0/+2
| | | | | | Adds support for switching between STARTTLS, TLS and no TLS. Adds support for not specifying a username and password. Fixes #5
* Make including contact information in the user agent optionalAKP2025-01-251-0/+2
|
* fix: clear cached content when feed URL changesAKP2025-01-181-0/+4
| | | | Also prepare release 0.3.8
* Prepare v0.3.7AKP2023-04-081-0/+2
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Fix potential race conditionAKP2023-04-081-0/+3
| | | | | | | | Due to a use of `RLock` in place of `Lock` in test email status reporting code, a race condition could arise when more than one user is running a test email. Signed-off-by: AKP <tom@tdpain.net>
* Alter 2 filesAKP2023-02-251-0/+5
| | | | | Update `CHANGELOG.md` Update `Dockerfile`
* Add space for contact information in user agentAKP2023-01-191-0/+4
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update changelog formatAKP2023-01-191-24/+12
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Include version number in email footerAKP2023-01-191-0/+2
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update `CHANGELOG.md`AKP2023-01-191-0/+4
|
* Update `CHANGELOG.md`AKP2022-08-311-1/+9
|
* Update `CHANGELOG.md`AKP2022-08-131-0/+4
|
* Update `CHANGELOG.md`AKP2022-08-131-0/+3
|
* Update `CHANGELOG.md`AKP2022-08-131-1/+6
|
* Update `CHANGELOG.md`AKP2022-06-011-1/+3
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Update `CHANGELOG.md`AKP2022-06-011-0/+4
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Fix feed entries from midnight on a given day being completely ignoredAKP2022-05-081-0/+4
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Remove three day feed processing offset used for testingAKP2022-04-291-1/+6
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Updated `CHANGELOG.md`AKP2022-04-291-1/+6
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Bump version to v0.1.1AKP2022-04-161-2/+5
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Fix logic to determine if secure cookies should be generatedAKP2022-04-151-0/+3
| | | | | | When debug mode was enabled, it would fail to disable secure cookies. This fixes that and simplifies the logic used to determine if secure cookies should be enabled.
* Add OPML import functionalityAKP2022-04-151-1/+1
|
* Add support for OPML exportAKP2022-04-141-0/+2
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Add CHANGELOG.mdAKP2022-04-141-0/+13
Signed-off-by: AKP <tom@tdpain.net>