Skip to content

CrosspostSharp 3.5

Compare
Choose a tag to compare
@libertyernie libertyernie released this 16 Dec 01:31
· 195 commits to master since this release

Changes from 3.4:

  • Mastodon support added
  • Pixiv (read-only) support removed
  • FSharp.Control.AsyncSeq is now used internally
  • Load time improvements:
    • Pillowfort and Fur Affinity both load a bit faster on startup
    • Thumbnail loading is now delegated to Windows (via PictureBox.ImageLocation)
    • For certain sites (DeviantArt, Fur Affinity, Inkbunny, and Weasyl), only the thumbnail URL is loaded when paging through your gallery; loading other data gets deferred until you click on the thumbnail
  • The HTML to text conversion now removes line breaks at the very end of a div block (in addition to div blocks that only include a line break)
  • efc.jar support removed (Fur Affinity has been supported natively since 3.4)
  • You can now view your DeviantArt scraps again
  • You can now delete submissions from Weasyl
  • When a Sta.sh item is uploaded to DeviantArt, CrosspostSharp will update and publish the existing item instead of creating a copy
  • You can now set CrosspostSharp to display 9 thumbnails per page instead of 4
  • The DeviantArt gallery view now excludes literature submissions
  • Various bugfixes