Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update gofeed dep. | René 'Necoro' Neumann | 2020-09-11 | 2 | -8/+12 |
| | | | | Fixes #29. | ||||
* | Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 | dependabot-preview[bot] | 2020-08-28 | 2 | -3/+5 |
| | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.1...v0.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Pretty up the cache interface; ensure feed2imap-go unlocks the cache | René 'Necoro' Neumann | 2020-08-22 | 4 | -5/+11 |
| | |||||
* | print-cache should also unlock | René 'Necoro' Neumann | 2020-08-22 | 2 | -1/+7 |
| | |||||
* | Prepare v0.5.0v0.5.0 | René 'Necoro' Neumann | 2020-08-22 | 3 | -3/+6 |
| | |||||
* | #24: Update Changelog | René 'Necoro' Neumann | 2020-08-22 | 1 | -0/+3 |
| | |||||
* | Switch back to 'replace' for html2text | René 'Necoro' Neumann | 2020-08-22 | 3 | -5/+8 |
| | |||||
* | Upgrade some unversioned deps | René 'Necoro' Neumann | 2020-08-22 | 2 | -7/+12 |
| | |||||
* | go mod tidy | René 'Necoro' Neumann | 2020-08-22 | 1 | -10/+0 |
| | |||||
* | #24: Use patched version of gofeed | René 'Necoro' Neumann | 2020-08-22 | 2 | -0/+10 |
| | |||||
* | Fix writing the cache | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+1 |
| | |||||
* | Update README.md | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+2 |
| | | | More details on groups | ||||
* | Update changelog | René 'Necoro' Neumann | 2020-08-22 | 1 | -0/+1 |
| | |||||
* | #26: Update changelog | René 'Necoro' Neumann | 2020-08-22 | 1 | -0/+3 |
| | |||||
* | #26 Update config.yml.example | René 'Necoro' Neumann | 2020-08-22 | 1 | -0/+11 |
| | |||||
* | #26: Introduce new option `auto-target` | René 'Necoro' Neumann | 2020-08-22 | 3 | -13/+45 |
| | |||||
* | One more place to update the Go version | René 'Necoro' Neumann | 2020-08-22 | 1 | -2/+2 |
| | |||||
* | Update changelog | René 'Necoro' Neumann | 2020-08-22 | 1 | -0/+3 |
| | |||||
* | Update to Go 1.15 | René 'Necoro' Neumann | 2020-08-22 | 2 | -3/+3 |
| | |||||
* | Improve message | René 'Necoro' Neumann | 2020-08-22 | 1 | -1/+1 |
| | |||||
* | Lock file names must be absolute | René 'Necoro' Neumann | 2020-08-22 | 1 | -3/+8 |
| | |||||
* | Lock cache | René 'Necoro' Neumann | 2020-08-22 | 5 | -13/+62 |
| | |||||
* | Add creation timestamp as header | René 'Necoro' Neumann | 2020-08-22 | 2 | -0/+2 |
| | |||||
* | go mod tidy | René 'Necoro' Neumann | 2020-08-05 | 1 | -4/+0 |
| | |||||
* | Update README.md | René 'Necoro' Neumann | 2020-07-26 | 1 | -0/+6 |
| | | | Mention support by JetBrains | ||||
* | Bump github.com/google/go-cmp from 0.5.0 to 0.5.1 | dependabot-preview[bot] | 2020-07-24 | 2 | -1/+3 |
| | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.0...v0.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Bump github.com/emersion/go-imap from 1.0.4 to 1.0.5 | dependabot-preview[bot] | 2020-06-27 | 2 | -1/+3 |
| | | | | | | | Bumps [github.com/emersion/go-imap](https://github.com/emersion/go-imap) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/emersion/go-imap/releases) - [Commits](https://github.com/emersion/go-imap/compare/v1.0.4...v1.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Prepare v0.4.1v0.4.1 | René 'Necoro' Neumann | 2020-06-20 | 3 | -3/+9 |
| | |||||
* | Fixes a bug where cached items get deleted when the feed is empty | René 'Necoro' Neumann | 2020-06-20 | 1 | -2/+4 |
| | |||||
* | print-cache: Tool for printing the contents of the cache | René 'Necoro' Neumann | 2020-06-20 | 4 | -3/+90 |
| | |||||
* | go mod tidy | René 'Necoro' Neumann | 2020-06-20 | 1 | -6/+0 |
| | |||||
* | Fix/add debug messages | René 'Necoro' Neumann | 2020-06-20 | 2 | -2/+7 |
| | |||||
* | Bump github.com/gabriel-vasile/mimetype from 1.1.0 to 1.1.1 | dependabot-preview[bot] | 2020-06-20 | 2 | -1/+3 |
| | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Changelog](https://github.com/gabriel-vasile/mimetype/blob/master/CHANGELOG.md) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Bump github.com/google/go-cmp from 0.4.1 to 0.5.0 | dependabot-preview[bot] | 2020-06-20 | 2 | -1/+3 |
| | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.4.1...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | replace hardcoded username by secret | Florian Heiderich | 2020-06-14 | 1 | -1/+1 |
| | |||||
* | update version number in README.txt | Florian Heiderich | 2020-06-14 | 1 | -1/+1 |
| | |||||
* | Use correct login server for docker hubv0.4.0 | René 'Necoro' Neumann | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | Use correct login server for docker hub | René 'Necoro' Neumann | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | Fix docker image pathes for docker hub | René 'Necoro' Neumann | 2020-05-25 | 1 | -2/+2 |
| | |||||
* | Prepare v0.4.0 | René 'Necoro' Neumann | 2020-05-25 | 2 | -2/+5 |
| | |||||
* | Documentation | René 'Necoro' Neumann | 2020-05-25 | 3 | -4/+10 |
| | |||||
* | Make errors from exec calls always being printed as errors | René 'Necoro' Neumann | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | Bump github.com/google/go-cmp from 0.4.0 to 0.4.1 | dependabot-preview[bot] | 2020-05-25 | 2 | -1/+3 |
| | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | 'Exec' as an alternative to 'Url' | René 'Necoro' Neumann | 2020-05-25 | 9 | -18/+96 |
| | |||||
* | New option 'item-filter' | René 'Necoro' Neumann | 2020-05-21 | 9 | -16/+123 |
| | |||||
* | Verbose variant of 'target' in config | René 'Necoro' Neumann | 2020-05-14 | 8 | -111/+273 |
| | |||||
* | Publish docker images also at Docker Hub. | René 'Necoro' Neumann | 2020-05-13 | 3 | -4/+13 |
| | | | | Closes #15. | ||||
* | Move app-data into /app in docker imagev0.3.1 | René 'Necoro' Neumann | 2020-05-13 | 2 | -6/+7 |
| | |||||
* | Remove local names for docker images -- they are tried to push to docker.io | René 'Necoro' Neumann | 2020-05-13 | 1 | -2/+0 |
| | |||||
* | Release Workflow: Add docker login | René 'Necoro' Neumann | 2020-05-12 | 1 | -0/+7 |
| |