Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-08 | Bump actions/setup-go from 2 to 3 | dependabot[bot] | 2 | -2/+2 | |
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2022-03-08 | Bump actions/checkout from 2 to 3 | dependabot[bot] | 2 | -2/+2 | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2022-01-24 | Do not detect *.tpl files on github | René 'Necoro' Neumann | 1 | -1/+1 | |
2022-01-21 | Squashed commit of the following: | René 'Necoro' Neumann | 2 | -3/+3 | |
commit 566a4be47f6ecad7e047be396166defb0983a5ad Author: René 'Necoro' Neumann <necoro@necoro.eu> Date: Fri Jan 21 21:26:39 2022 +0100 go mod tidy commit dac14cb08bcdccba6b0f98c01811eb7f9b934035 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Jan 21 20:03:20 2022 +0000 Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.6...v0.5.7) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2022-01-11 | Prepare v1.5.0v1.5.0 | René 'Necoro' Neumann | 3 | -3/+5 | |
2022-01-10 | Replace homegrown map-to-structure code by using package mapstructure. | René 'Necoro' Neumann | 4 | -41/+28 | |
2022-01-09 | #66: Documentation | René 'Necoro' Neumann | 3 | -0/+6 | |
2022-01-09 | #66: Support for specifying custom templates | René 'Necoro' Neumann | 3 | -6/+62 | |
2022-01-09 | Fix comment | René 'Necoro' Neumann | 1 | -1/+1 | |
2022-01-09 | template: Restructuring and adding tests. | René 'Necoro' Neumann | 4 | -73/+159 | |
2022-01-08 | Mention fix of 180aa45d40 in Changelog. | René 'Necoro' Neumann | 1 | -0/+2 | |
2022-01-08 | Update README | René 'Necoro' Neumann | 1 | -3/+6 | |
2022-01-08 | #67: Update documentation | René 'Necoro' Neumann | 3 | -1/+7 | |
2022-01-08 | #67: Readability support | René 'Necoro' Neumann | 4 | -10/+58 | |
2022-01-08 | Add test for fix of 180aa45d40 | René 'Necoro' Neumann | 1 | -0/+1 | |
2022-01-08 | Introduce http.Context to bundle http specific parameters | René 'Necoro' Neumann | 4 | -11/+24 | |
2022-01-08 | Fix configuration parsing, when the target field is not of a primitive type. | René 'Necoro' Neumann | 1 | -3/+7 | |
2021-12-21 | Prepare v1.4.0v1.4.0 | René 'Necoro' Neumann | 2 | -3/+5 | |
2021-12-21 | Prefer the self-link of the feed over the URL. | René 'Necoro' Neumann | 1 | -10/+16 | |
Rationale: The URL we use to access the feed may be an (old) alias. Relative URLs in feed items are written with the "real" URL of the feed in mind, though. | |||||
2021-12-21 | Resolve relative links, so that external clients can use absolute links. | René 'Necoro' Neumann | 2 | -29/+62 | |
Found in https://go.dev/blog/feed.atom | |||||
2021-11-22 | Increase go-conformity: map[T]struct{} instead of map[T]bool for sets | René 'Necoro' Neumann | 4 | -7/+7 | |
2021-11-01 | Prepare v1.3.0v1.3.0 | René 'Necoro' Neumann | 2 | -2/+5 | |
2021-11-01 | Squashed commit of the following: | René 'Necoro' Neumann | 2 | -10/+9 | |
commit 3ae9cbe1ec50af338576ed0c67fead8917aa30b6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Oct 29 20:02:17 2021 +0000 Bump github.com/PuerkitoBio/goquery from 1.7.1 to 1.8.0 Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2021-10-29 | Update README with new `go install` | René 'Necoro' Neumann | 1 | -4/+2 | |
2021-10-29 | Renamed forked dependencies, because 'replace' in go.mod leads to problems. | René 'Necoro' Neumann | 7 | -17/+12 | |
2021-10-29 | #64: Set filename for included images | René 'Necoro' Neumann | 3 | -5/+22 | |
2021-10-23 | Upgrade replacement dependencies | René 'Necoro' Neumann | 2 | -17/+6 | |
2021-10-23 | Upgrade to Go 1.17 | René 'Necoro' Neumann | 3 | -5/+19 | |
2021-10-20 | Fix release processv1.2.0 | René 'Necoro' Neumann | 2 | -3/+2 | |
2021-10-20 | Prepare v1.2.0 | René 'Necoro' Neumann | 3 | -3/+6 | |
2021-10-18 | Improve Url.String() | René 'Necoro' Neumann | 2 | -16/+40 | |
2021-10-18 | Improve comment | René 'Necoro' Neumann | 1 | -2/+2 | |
2021-10-18 | Update documentation | René 'Necoro' Neumann | 3 | -1/+7 | |
2021-10-18 | Explicit test for maildir | René 'Necoro' Neumann | 1 | -1/+7 | |
2021-10-18 | Restructuring | René 'Necoro' Neumann | 1 | -24/+33 | |
2021-10-18 | Support feed targets per feed | René 'Necoro' Neumann | 5 | -19/+183 | |
2021-10-18 | URL: Do not print '@' when no user is given | René 'Necoro' Neumann | 1 | -1/+7 | |
2021-10-17 | #62: Fix tests (empty root is now allowed) | René 'Necoro' Neumann | 1 | -2/+16 | |
2021-10-17 | #62: Changelog | René 'Necoro' Neumann | 1 | -0/+2 | |
2021-10-17 | #62: Ensure that, with empty roots, there still remains a storage location | René 'Necoro' Neumann | 2 | -0/+12 | |
2021-10-17 | Toplevel feed may have an empty target: Store directly in root. | René 'Necoro' Neumann | 1 | -0/+4 | |
2021-10-17 | Improve documentation in configuration | René 'Necoro' Neumann | 1 | -3/+3 | |
2021-10-17 | #62: Root can be empty | René 'Necoro' Neumann | 3 | -6/+13 | |
2021-10-17 | Allow to specify path to the cache directly in the config file | René 'Necoro' Neumann | 4 | -9/+23 | |
2021-10-15 | Bump github.com/gabriel-vasile/mimetype from 1.3.1 to 1.4.0 | dependabot[bot] | 2 | -3/+3 | |
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2021-10-06 | Update go-imap to 1.2.0 | René 'Necoro' Neumann | 2 | -7/+5 | |
2021-08-13 | Bump github.com/antonmedv/expr from 1.8.9 to 1.9.0 | dependabot[bot] | 2 | -3/+3 | |
Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.8.9 to 1.9.0. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.8.9...v1.9.0) --- updated-dependencies: - dependency-name: github.com/antonmedv/expr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2021-07-24 | Update html2text dependency | René 'Necoro' Neumann | 2 | -9/+7 | |
2021-07-24 | Prepare v1.1.1v1.1.1 | René 'Necoro' Neumann | 3 | -3/+7 | |
2021-07-24 | Fix IMAP disconnect | René 'Necoro' Neumann | 1 | -1/+4 | |