Skip to content

Releases: can3p/pcom

0.2.0

31 Jan 00:55
bae67d1

Choose a tag to compare

TLDR

  • Dark mode
  • Editor fixes
  • Feed: image size fixes
  • RSS settings spring cleaning

What's Changed

  • css: do not strech small images in the feed by @can3p in #21
  • css: fix image sizing - image in the feed should resize to all width, but not wider than 500px by @can3p in #22
  • Implement dark mode by @can3p in #23
  • fix vertical alignment for icons in the header by @can3p in #24
  • feed: open links in new files by @can3p in #25
  • Fix the list of rss feed items in dark mode by @can3p in #26
  • Move to @can3p/headless-mde by @can3p in #27
  • rss feeds - updates by @can3p in #28

Full Changelog: 0.1.1...0.2.0

0.1.1 - RSS reader fixes

04 Jan 22:37
b0f3c76

Choose a tag to compare

What's Changed

  • Feed page: only delete the specific rss item block on dismissal by @can3p in #15
  • feeds: only load few items on the initial fetch for the feed by @can3p in #16
  • feeder: any error would set next fetch time in two months by @can3p in #17
  • fix saving order, make sure newest items have higher id by @can3p in #18
  • Restore chronological order for new feed items by @can3p in #19
  • RSS Reader improvements: erase previous errors on successful fetch and use context to download the feed by @can3p in #20

Full Changelog: 0.1.0...0.1.1

0.1.0

04 Jan 01:36
c7b019c

Choose a tag to compare

What's Changed

  • Introduce public profiles and public posts by @can3p in #4
  • User styles by @can3p in #5
  • Implement rss feeds by @can3p in #6
  • Implement link posts by @can3p in #7
  • RSS Feeds support by @can3p in #8
  • Bump deps by @can3p in #9
  • Fix memory leaks during image processing by @can3p in #10
  • Introduce explore feed by @can3p in #11
  • Golangci lint v2 by @can3p in #12
  • fix race condition: upload lock should be released only once upload is complete, which happens in go routine by @can3p in #14
  • Rss media proxy by @can3p in #13

Full Changelog: report005...0.1.0