More feed info: last received date, publication date#8799
Conversation
|
beautiful. BTW, when user exports the feed (not the sqlite database just the opml) can all these data (error dates, user set update rate) be added to feeds as metadata that compatible apps can import and incompatible apps ignore? |
This information indeed comes along when exporting/importing through the SQLite method, but not through OPML. I am not sure it would make sense at all to include such local information in OPML. |
"as metadata that compatible apps can import" |
Obviously, but even then. Let's wait for a concrete use-case to reevaluate |
of course. I was just suggesting adding this data to opml as metadata that can be ignored (if it doesn't mess with regular import on other apps) but would help other apps know for example what a good update interval for a specific feed is . kinda "if you build it they come". |
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [freshrss/freshrss](https://freshrss.org/) ([source](https://github.com/FreshRSS/FreshRSS)) | patch | `1.29.0-alpine` → `1.29.1-alpine` | --- >⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/34) for more information. --- ### Release Notes <details> <summary>FreshRSS/FreshRSS (freshrss/freshrss)</summary> ### [`v1.29.1`](https://github.com/FreshRSS/FreshRSS/blob/HEAD/CHANGELOG.md#2026-05-20-FreshRSS-1291) [Compare Source](FreshRSS/FreshRSS@1.29.0...1.29.1) - Features - Accept `.txt` import of feed URLs in additional to e.g. OPML [#​8818](FreshRSS/FreshRSS#8818), [#​8837](FreshRSS/FreshRSS#8837) - New CLI for automatic periodic SQLite export with retention [#​8819](FreshRSS/FreshRSS#8819) - More feed info: last received date, publication date [#​8799](FreshRSS/FreshRSS#8799) - Bug fixing - Fix cookies with some browsers [#​8867](FreshRSS/FreshRSS#8867) - Fix search in shared user queries with empty results [#​8863](FreshRSS/FreshRSS#8863) - Fix XML errors with loading invalid OPML in `lib_opml` library [#​8652](FreshRSS/FreshRSS#8652), [#​8853](FreshRSS/FreshRSS#8853), [lib\_opml#48](https://framagit.org/marienfressinaud/lib_opml/-/merge_requests/48), [lib\_opml#51](https://framagit.org/marienfressinaud/lib_opml/-/merge_requests/51) - Fix ensure maximum number of feeds also with Dynamic OPML [#​8832](FreshRSS/FreshRSS#8832) - Fix click mark as read [#​8817](FreshRSS/FreshRSS#8817) - UI - Improve browser compatibility to keep mobile navigation at the bottom [#​8833](FreshRSS/FreshRSS#8833) - Improve support of older/simpler Web browsers/engines such as SeaMonkey [#​8810](FreshRSS/FreshRSS#8810), [#​8811](FreshRSS/FreshRSS#8811), [#​8813](FreshRSS/FreshRSS#8813), - Improve *Swage* theme [#​8842](FreshRSS/FreshRSS#8842) - Rename *Nord theme* to *Nord* [#​8805](FreshRSS/FreshRSS#8805) - Replace GIF spinner by CSS spinner [#​8804](FreshRSS/FreshRSS#8804), [#​8812](FreshRSS/FreshRSS#8812) - Various UI and style improvements: [#​8800](FreshRSS/FreshRSS#8800), [#​8816](FreshRSS/FreshRSS#8816), - I18n - Improve Brazilian Portuguese [#​8846](FreshRSS/FreshRSS#8846) - Improve Dutch [#​8868](FreshRSS/FreshRSS#8868) - Improve German [#​8840](FreshRSS/FreshRSS#8840) - Improve Polish [#​8854](FreshRSS/FreshRSS#8854) - Improve Russian [#​8861](FreshRSS/FreshRSS#8861) - Improve Traditional Chinese [#​8849](FreshRSS/FreshRSS#8849) - Misc. - Update dev dependencies [#​8858](FreshRSS/FreshRSS#8858), [#​8864](FreshRSS/FreshRSS#8864) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/New_York) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE4Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> Reviewed-on: https://git.greyrock.io/greyrock-labs/home-ops/pulls/88
Follow-up of #8670