Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@kytta kytta released this 26 Jan 16:47
· 6 commits to main since this release
v3.2.0
ceb4a5f

Added

  • Share2Fedi now adds a proper user agent header with project information
  • new translation languages
    • Simplified Chinese (thx Poesty!)

Fixed

  • canonical URL is now always the site's root URL
    • this fixes potential data leakage in Google Search Console
  • Share2Fedi can be deployed to Deno Deploy again
  • OpenGraph tags are now fixed
    • url used to point to the image URL, instead of the sites URL

Changed

  • (POTENTIALLY BREAKING) Astro upgraded to v5
    • by default, Share₂Fedi now assumes and prefers Node.js 22
    • only LTS versions of Node.js are supported (18, 20, and 22)
    • Node.js v18.17.0 is not supported anymore; the earliest is 18.17.1
  • GraphQL requests now use variables (instead of string interpolation)
  • proxy cache (s-maxage) increased from 1 day to 1 week
  • Instead of API requests, Share2Fedi now uses Astro actions on the backend
  • updated dependencies

v3.1.0...v3.2.0