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