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: c-14/grue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: c-14/grue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 10, 2020

  1. Bump github.com/mmcdole/gofeed from 1.0.0 to 1.1.0

    Bumps [github.com/mmcdole/gofeed](https://github.com/mmcdole/gofeed) from 1.0.0 to 1.1.0.
    - [Release notes](https://github.com/mmcdole/gofeed/releases)
    - [Commits](mmcdole/gofeed@v1.0.0...v1.1.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and c-14 committed Sep 10, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a565982 View commit details

Commits on Jan 13, 2021

  1. Copy the full SHA
    061be8a View commit details

Commits on Jan 15, 2021

  1. Simplify for loop

    Modified by running 'gofmt -l -w -s'.
    jamesd committed Jan 15, 2021
    Copy the full SHA
    11c4299 View commit details
  2. Format includes using goimports

    Modified by 'goimports -l -w'.
    jamesd committed Jan 15, 2021
    Copy the full SHA
    fd86b75 View commit details
  3. Support List-Id e-mail header

    A new configuration item, ListIdFormat, is added to enable customization
    of an RSS feed's List-Id e-mail header. The currently supported format
    specifiers are:
    
    - {name} : Feed name
    - {namehash} : Hash of the Feed name
    - {urihash} : Hash of the Feed URI
    - {host} : Hostname portion of the Feed URL
    
    An example of an RFC2919 compatible List-Id format would be:
    
    "\"{name}\" \u003c{urihash}.{host}\u003e"
    jamesd committed Jan 15, 2021
    Copy the full SHA
    64152f6 View commit details
  4. Add support for seting e-mail author name

    Add "{author}" as a format specifier in the NameFormat configuration
    setting.
    jamesd committed Jan 15, 2021
    Copy the full SHA
    c042a3b View commit details

Commits on Jan 25, 2021

  1. Copy the full SHA
    3ef1966 View commit details

Commits on Apr 8, 2021

  1. Allow mail delivery via SMTP instead of only sendmail

    If the SmtpServer option is set use smtp, otherwise sendmail.
    
    This opens a new smtp connection for every mail which is very
    inefficient, batching multiple emails per connection would be much more
    efficient.
    c-14 committed Apr 8, 2021
    Copy the full SHA
    56061cf View commit details

Commits on Apr 12, 2021

  1. Bump github.com/mmcdole/gofeed from 1.1.0 to 1.1.1

    Bumps [github.com/mmcdole/gofeed](https://github.com/mmcdole/gofeed) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/mmcdole/gofeed/releases)
    - [Commits](mmcdole/gofeed@v1.1.0...v1.1.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and c-14 committed Apr 12, 2021
    Copy the full SHA
    871b518 View commit details
  2. Release 0.3.0

    c-14 committed Apr 12, 2021
    Copy the full SHA
    e93063a View commit details
  3. Bump version to -next

    c-14 committed Apr 12, 2021
    Copy the full SHA
    e04bc0a View commit details

Commits on Apr 26, 2021

  1. Bump github.com/mmcdole/gofeed from 1.1.1 to 1.1.3

    Bumps [github.com/mmcdole/gofeed](https://github.com/mmcdole/gofeed) from 1.1.1 to 1.1.3.
    - [Release notes](https://github.com/mmcdole/gofeed/releases)
    - [Commits](mmcdole/gofeed@v1.1.1...v1.1.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and c-14 committed Apr 26, 2021
    Copy the full SHA
    36d9d7a View commit details

Commits on Jan 30, 2023

  1. Bump github.com/mmcdole/gofeed from 1.1.3 to 1.2.0

    Bumps [github.com/mmcdole/gofeed](https://github.com/mmcdole/gofeed) from 1.1.3 to 1.2.0.
    - [Release notes](https://github.com/mmcdole/gofeed/releases)
    - [Commits](mmcdole/gofeed@v1.1.3...v1.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mmcdole/gofeed
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 30, 2023
    Copy the full SHA
    5a835f2 View commit details

Commits on Mar 6, 2023

  1. Bump github.com/mmcdole/gofeed from 1.2.0 to 1.2.1

    Bumps [github.com/mmcdole/gofeed](https://github.com/mmcdole/gofeed) from 1.2.0 to 1.2.1.
    - [Release notes](https://github.com/mmcdole/gofeed/releases)
    - [Commits](mmcdole/gofeed@v1.2.0...v1.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mmcdole/gofeed
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 6, 2023
    Copy the full SHA
    661fb9c View commit details
Loading