Skip to content

Releases: picosh/pico

v1.7.0

13 Nov 19:34
f1e1fbb
Compare
Choose a tag to compare

What's Changed

  • refactor(imgs): dont bring libwebp into every service by @neurosnap in #55
  • refactor(imgs): use imgproxy instead of libwebp by @neurosnap in #56

Full Changelog: v1.6.0...v1.7.0

Release v1.6.0

12 Nov 22:14
f8e4071
Compare
Choose a tag to compare
Merge pull request #53 from picosh/post-filesize

post filesize script

Release v1.5.1

11 Nov 20:45
4d12bdf
Compare
Choose a tag to compare
Fix panic in toupper

Release v1.5.0

11 Nov 20:20
ccc0df5
Compare
Choose a tag to compare
Add feature flag for advanced pastes management

Release v1.4.2

10 Nov 22:24
3781df8
Compare
Choose a tag to compare
Report same issues on receive

Release v1.4.1

10 Nov 20:38
f083f44
Compare
Choose a tag to compare
Put key auth behind feature flag

Release v1.2.2

09 Nov 18:07
Compare
Choose a tag to compare
Improve pgs filesystem support (and fix local storage)

fix prose /raw/ endpoint

17 Jun 15:05
494540f
Compare
Choose a tag to compare

Random fixes

28 Mar 00:34
d520b3d
Compare
Choose a tag to compare
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

28 Feb 05:29
68db7f1
Compare
Choose a tag to compare

You can now view your post's view count in the CMS.