Releases: picosh/pico
Releases · picosh/pico
Release v1.5.1
Fix panic in toupper
Release v1.5.0
Add feature flag for advanced pastes management
Release v1.4.2
Report same issues on receive
Release v1.4.1
Put key auth behind feature flag
Release v1.2.2
Improve pgs filesystem support (and fix local storage)
fix prose /raw/ endpoint
Full Changelog: v1.1.5...v1.1.6
Random fixes
chore(feeds): feed_items table to store feed items (#16) Some RSS feeds are technically invalid but still want to be fetched. In these cases we want to make sure we can still fetch them and properly handle when the feed item does not contain correct tags for dates. Previously we used `published` and internally `last_digest` to determine if a feed has already been sent to the user. Well some feed items do not contain `published` so we would always send the feed item to the user in their email digest. Now we are storing the feed items we have fetched in a separate table along with some of its metadata in order to properly mark a feed item as "already sent." Now it doesn't matter if the feed item has the correct tags or not, we will try to fetch the items, send them to the user, and them mark them as already sent.
Style tweaks and view counts
You can now view your post's view count in the CMS.
v1.1.3
This release contains bugfixes for the feeds cron as well as Caddy for TLS certs.
feeds cron updates
v1.1.2 fix(feeds): cron log is using incorrect `posts.Total`