Skip to content

Miniflux 2.0.47

Compare
Choose a tag to compare
@fguillot fguillot released this 21 Aug 05:02
· 411 commits to main since this release
  • Update rules for webtoons.com
  • Use HTTP client from the standard library for third-party integrations
  • Rename internal url package to urllib to avoid overlap with net/url
  • Add Shaarli integration
  • Add Shiori integration
  • Add Apprise integration
  • Add Readwise Reader integration
  • Consider base path when generating third-party services API endpoint
  • Use podcast duration tag as reading time
  • Move internal packages to an internal folder
  • Rename Miniflux package name to follow Go module naming convention
  • Update RockyLinux image from 8 to 9 (used to build RPM package)
  • Add force refresh in feed edit and feed entries page
  • Use Odysee video duration as read time
  • Upgrade to Go 1.21
  • Use details disclosure element to show the list of third-party services
  • Use Web Share API for sharing entry
  • Add a workaround for parsing some invalid date format
  • Add Thunder Client API collection into contrib folder
  • Add new API endpoint: /entries/{entryID}/save
  • Trigger Docker and packages workflows only for semantic tags
    • Go module versioning expect Git tags to start with the letter v.
    • The goal is to keep the existing naming convention for generated artifacts and
      have proper versioning for the Go module.
  • Bump golang.org/x/* dependencies
  • Bump github.com/yuin/goldmark
  • Bump github.com/tdewolff/minify/v2
  • Bump github.com/mccutchen/go-httpbin/v2