-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Changelog | ||
========= | ||
|
||
v0.4.0 | ||
------ | ||
|
||
This version adds the 'unseen' filters, which allow to filter entries that have not been already seen. | ||
The key is the source name and entry UID. If you change your source name, it will invalidate your cache. | ||
|
||
- New command: purge. goeland purge will remove all old (+15 days) entries of the database | ||
- New config value: database. Use it to override the location of the database. Default is goeland.db. | ||
|
||
v0.3.2 | ||
------ | ||
|
||
- arm64 releases are built | ||
|
||
v0.3.1 | ||
------ | ||
|
||
- Bugfix for v0.3.0: ClientID was not included in build | ||
|
||
v0.3.0 | ||
------ | ||
|
||
- More filters: random | ||
- Imgur source (tag only) | ||
|
||
v0.2.0 | ||
------ | ||
|
||
- Lists are now treated as such in the toml file | ||
- More filters, do goeland help run to have a list | ||
- Support for dates in digests | ||
- Cleaner architecture for filters | ||
|
||
v0.1.4 | ||
------ | ||
|
||
First public version, with basic functionality and filters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters