Releases: fanzeyi/lares
Releases · fanzeyi/lares
v0.2.3
v0.2.2
release 0.2.2
v0.2.1
fix tide logger bug
0.2.0: OPML importing and feed URL inference
New Features
- OPML file importing: Many popular feed readers support exporting your subscription list into OPML file. After exporting simply run
lares feed import <FILE_PATH>
to import these subscriptions to Lares. - Feed URL inference: Sometimes when the website only implicitly provides link to the feed in
<head>
elements, it is quite inconvenient to manually extract it from the source. To solve this problem, Lares is now able to parse the HTML page and look for<link rel="alternate" />
tags. Trylares feed add <URL>
.
Bug Fixes
- Fixed a bug where read status was not recorded properly when password protection is enabled.
v0.1.1
release v0.1.1 & update documents
First release
0.1.0 project stuff