Skip to content

Commit 654ae36

Browse files
committed
v1.0.0
- Read RSS/Atom - Redo Concurrency with Tasks - Create EPUB - Remove unrenderable tags - Improve file naming - Fix Epub Generation - Add new documents to Plato - Don't add documents multiple times - Set generator - Respect SIGTERM - Format file name nicely - Respect network connectivity - Add TODO - Remove clippy warning - Reduce string clones - Download images - Organized code - Only pull in necessary tokio features - Remove clippy warning - Download full article - Client struct to manage its own concurrency - Utilize HTML Parsing - Move html related code to own mod - Updated Acknowledgements - Filter full articles - Enable filter by default - Add github workflows - Update README - Setting to include (and exclude) images - Remove scripts too - More robustly discover date - Name just by ID - Use musl instead of gnu - Switch to SHA 256 - Remove <br> tags - With context! - Remove unnecessary assignment - More robustly discover author - Improved error handling and notification - Don't auto enable WiFi - Update README
1 parent ea2186f commit 654ae36

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Michael McDonagh"]
33
name = "plato-feed"
4-
version = "0.1.0"
4+
version = "1.0.0"
55
edition = "2021"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)