Skip to content

Releases: sp1ff/elfeed-score

0.7.4

26 Feb 02:40
Compare
Choose a tag to compare

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

25 Feb 15:25
Compare
Choose a tag to compare
0.7-alpha-3 Pre-release
Pre-release
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

20 Feb 16:48
Compare
Choose a tag to compare
0.7-alpha-2 Pre-release
Pre-release
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

07 Feb 00:35
Compare
Choose a tag to compare
0.7-alpha-1 Pre-release
Pre-release

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

30 Jan 02:05
Compare
Choose a tag to compare

This is a bugfix release:

  • "Some typos" fixed-- Issue #6
  • `elfeed-score-explain' now correctly documented-- Issue #9
  • Better validation on read of score file-- Issue #7

`elfeed-score` 0.6.4: small bugfix release

20 Dec 00:02
Compare
Choose a tag to compare

Cleans up a minor nit noted by @C-J-Cundy -- elfeed-score-explain-entry should not be interactive.

elfeed-score 0.6: score explanations

19 Dec 22:16
Compare
Choose a tag to compare

elfeed-score 0.6.3 release-- includes a new function elfeed-score-explain-entry which will explain how that entry's score was calculated.