Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gorilla/feeds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: gorilla/feeds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 17, 2024

  1. Add the isPermaLink attribute to guid in RSS (#107)

    Adds the optional attribute from the `guid` RSS spec:
    https://www.rssboard.org/rss-specification#ltguidgtSubelementOfLtitemgt
    
    This is a breaking change to the `RssItem` struct as `Guid` is now a
    struct, not a string.
    
    - Related Issue go-gitea/gitea#28734
    - Closes #78
    - Closes #109 
    
    Signed-off-by: Yarden Shoham <git@yardenshoham.com>
    yardenshoham authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eb2fb30 View commit details
    Browse the repository at this point in the history
Loading