Skip to content

Releases: slurdge/goeland

v0.8.0

31 Oct 11:15
Compare
Choose a tag to compare

What's Changed

  • doc: add some examples by @slurdge in #5
  • chore: update dependencies by @slurdge in #6
  • Change SMTP package by @slurdge in #7
  • feat: allow to specify both encryption & skip ssl checks by @slurdge in #8

New Contributors

Full Changelog: v0.7.0...v0.8.0

Release v0.7.0

20 Feb 20:31
Compare
Choose a tag to compare
Changelog

- Add a 'retrieve' filter. Retrieves the full articles from links. Use it like this: retrive(#content). See goquery for queries.
- Bump go to 1.6.0
- Bump mod dependencies to latests versions
- Remove go generate and use the new go embed
- Add more footers
- Extract version from changelog
- First & Last filters now accept arguments

v0.6.1

12 Dec 15:09
Compare
Choose a tag to compare
- Fix #2: Not all embedded image are displayed by getting alternative…

v0.6.0

07 Nov 13:59
Compare
Choose a tag to compare
Add 'embedimage' filter.

v0.5.3

30 Oct 13:24
Compare
Choose a tag to compare
Fix bug with NextInpact's lebrief filter.

v0.5.2

30 Oct 11:40
Compare
Choose a tag to compare
Fix bug with Reddit RSS

v0.5.1

14 Jun 14:48
Compare
Choose a tag to compare
------

- Fix Email titles being escaped twice

v0.5.0

23 May 12:46
Compare
Choose a tag to compare
------

- True HTML messages with templates
- New filter: `lasthours` or `lasthours(X)` which allows to keep only entries that have less than X (default: 24) hours date.
- Add support for go generate.
- Assets are now put in binary form from `asset/` folder.

v0.4.4

19 Mar 14:03
Compare
Choose a tag to compare
Changelog:

 - Actual fix for v0.4.3

v0.4.3

19 Mar 13:46
Compare
Choose a tag to compare
Changelog:

 - Fix the imgur clientID not being correctly provisionned