summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-03-31 22:46:58 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-03-31 22:46:58 +0200
commitd8b0c45812890670943becd45383f75d57056e52 (patch)
tree055375c12586e9f38f19ce5281f0a2c54de92226 /CHANGELOG
parent1fa71087c9d754b687d52059ee88ca82b45ec1eb (diff)
new version
lots of things changed, but cleanup todo. changelog and consistent stream of small updates will come in the future. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0f2eaa7..766aafc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,9 +3,17 @@ v0.9
Features:
---------
+
+ * Feeds are now by default updated in parallel for a huge speedup in performance.
+ * Added hotkeys to sfeed_html to toggle showing only new items (n key) and
+ focusing the menu (s key) or items (i key) using a tiny bit of
+ javascript.
+ * Auto-detect XML encoding.
+
+
* Added sfeed_frames, a formatting program to output feeds as a HTML file with
frames. It's optimized to look good in older browsers that don't necesarily
- support CSS or modern HTML like links. See the man page for more details.
+ support CSS or modern HTML, like links. See the man page for more details.
* Removed the dependency on libexpat, using a custom XML parser (xml.*),
this parser is also non-validating, it will not check the XML for errors
or stop parsing if it contains errors (which is good).