Releases: sp1ff/elfeed-score
Releases · sp1ff/elfeed-score
0.7.4
This release makes significant changes to elfeed-score:
elfeed-score.el
had grown to over 2K LoC, making it difficult to read, maintain & reason about. This commit re-factors it into a number of smaller files- the README had become bloated because it tried to be an introduction, a "getting started", and user documentation. This commit factors the user documentation out into a Texinfo manual so it will be available as part of your Info system. In addition, I've started hosting the user docs in HTML format at my personal site.
- as rules accumulated more attributes, serializing them to flat lists became untenable; this release introduces a new score file format in which they are serialized to property lists
This will all hopefully make it easier to add some new features that have been requested & that I myself have in mind.
0.7-alpha-3
Write a backup copy of the score file on version upgrade. This commit adds a minor new feature: if elfeed-score detects, on loading the score file, that the format version has changed, it will write a backup copy of the score file.
0.7-alpha-2
Introduce score file format version 6. With this commit, elfeed-score will serialize scoring rules as property lists, rather than flat lists. It will, of course, continue to read all prior versions of the score file format. Moving to property lists for the rule format, while more prolix, will reduce errors on the part of rule authors & enable better validation & error messages on the part of the package.
0.7-alpha-1
This is the 0.7 release. It refactors elfeed-score.el
into multiple files, and breaks up the documentation into a much shorter README along with a Texinfo manual containing the user documentation. This is a large enough change that I'd like to release some alphas before merging into master
.
0.6.5
`elfeed-score` 0.6.4: small bugfix release
Cleans up a minor nit noted by @C-J-Cundy -- elfeed-score-explain-entry
should not be interactive.
elfeed-score 0.6: score explanations
elfeed-score
0.6.3 release-- includes a new function elfeed-score-explain-entry
which will explain how that entry's score was calculated.