Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-18 | feat(integration): add cubox integration | 1 | -0/+8 | ||
Signed-off-by: Shaolong Chen <shaolong.chen@outlook.it> | |||||
2024-10-05 | feat: add new settings option to allow external fonts | 1 | -0/+5 | ||
2024-10-05 | feat: add custom user JavaScript | 1 | -0/+5 | ||
2024-07-28 | feat: mark media as read when playback reaches 90% | 1 | -0/+5 | ||
2024-07-13 | feat(integration): add ntfy integration | 1 | -0/+16 | ||
2024-07-04 | Add Betula integration | 1 | -0/+9 | ||
2024-07-02 | Add global block and keep filters | 1 | -0/+9 | ||
2024-05-06 | Add description field to feed settings | 1 | -0/+5 | ||
This adds a new "description" field to the feed settings. This allows to save custom description regarding a feed. It is also exported and imported as "description" in OPML. | |||||
2024-05-02 | integration/raindrop: initial draft implementation | 1 | -0/+10 | ||
2024-04-04 | database: entry URLs can exceeds btree index size limit | 1 | -0/+6 | ||
2024-03-24 | fix: do not store empty tags | 1 | -0/+6 | ||
2024-03-17 | feat: Media player: Conrol playback speed | 1 | -0/+5 | ||
fix #1845 | |||||
2024-02-24 | Add feed option to disable HTTP/2 to avoid fingerprinting | 1 | -0/+5 | ||
2024-02-21 | Add Readeck integration | 1 | -0/+11 | ||
2024-02-11 | Add Linkwarden integration | 1 | -0/+9 | ||
2024-01-25 | feat: add linkace service integration | 1 | -0/+12 | ||
2023-12-04 | Add Omnivore integration | 1 | -0/+9 | ||
2023-11-05 | Add WebAuthn / Passkey integration | 1 | -0/+18 | ||
This is a rebase of #1618 in which @dave-atx added WebAuthn support. Closes #1618 | |||||
2023-10-22 | Add RSS-Bridge integration | 1 | -0/+8 | ||
2023-10-17 | Add indexes to improve performance | 1 | -0/+16 | ||
2023-09-27 | Telegram: add the possibility to disable buttons | 1 | -0/+7 | ||
Closes #2093 | |||||
2023-09-10 | Improve Telegram integration | 1 | -0/+9 | ||
- Remove dependency on `go-telegram-bot-api` - Add new options: optional topic ID, disable page preview, disable notifications - Add new button to go to article | |||||
2023-09-09 | Add generic webhook integration | 1 | -0/+9 | ||
2023-09-09 | Apprise Service Urls per feed | 1 | -0/+6 | ||
2023-08-13 | Add Shaarli integration | 1 | -0/+9 | ||
2023-08-13 | Add Shiori integration | 1 | -8/+18 | ||
2023-08-10 | Move internal packages to an internal folder | 1 | -0/+736 | ||
For reference: https://go.dev/doc/go1.4#internalpackages |