Skip to content

Releases: libertyernie/CrosspostSharp

CrosspostSharp 4.0

07 Jan 19:13
Compare
Choose a tag to compare

Changes include:

  • Ported to .NET 5
  • Some no-longer-working sites removed from list
  • Various fixes

CrosspostSharp 3.8

06 Apr 14:11
Compare
Choose a tag to compare

Changes from 3.7.2:

  • FurAffinity posting fixed
  • Dependencies updated

CrosspostSharp 3.7.2

04 Jan 20:20
Compare
Choose a tag to compare

This release fixes FurAffinity source support to work with the new UI. (FurAffinity as a destination should continue to work.)

CrosspostSharp 3.7.1

09 Sep 20:04
Compare
Choose a tag to compare

Changes since 3.7:

  • Logging into DeviantArt has been fixed.
  • The FurAffinity post form now includes "Unspecified" as a species option.

CrosspostSharp 3.7

05 Sep 01:36
Compare
Choose a tag to compare

Changes since 3.6:

  • .NET Framework 4.8 is now required. (This reduces the number of .dll files needed.)
  • You can now post to Pixiv, if you're able to log in and then grab the session ID cookie from your browser. (Pixiv still isn't supported as a source, however.)
  • When pulling images from DeviantArt, CrosspostSharp will now use the Eclipse interface instead of the API. This allows it to pull in your scraps as well as regular gallery images. (You can go back to the old way through "DeviantArt Mode" in the Tools menu.)

CrosspostSharp 3.6 rc1

27 May 19:54
Compare
Choose a tag to compare
Pre-release

Changes since 3.5:

  • DeviantArtFs is now used for DeviantArt
  • MapleFedNet is now used for Mastodon and Pleroma
    • Content warnings, image descriptions, and focal points for images are supported
    • Animated GIFs that are actually MP4s can be crossposted from Twitter
  • FurAffinityFs now includes read support (FAExport no longer needed)
  • Twitter, Pillowfort, and FurAffinity fixed
  • Other changes

CrosspostSharp 3.5

16 Dec 01:31
Compare
Choose a tag to compare

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

CrosspostSharp 3.4

04 Sep 17:07
Compare
Choose a tag to compare

Changes since 3.3:

  • Data types for posts have been revamped. IPostBase and its subtypes (IRemotePhotoPost and SavedPhotoPost) are now all defined in F#.
    • Any post can now be treated as a text post.
  • You can now post to FurAffinity.
    • You can choose to remove transparency before posting if you want.
  • Pillowfort is now supported.
  • Anonymous Imgur upload is now supported.
    • Keys for uploaded photos will be stored in the the file imgur-uploads.txt, which CrosspostSharp will use to find previously uploaded images on Imgur and let you delete them.
  • "Make square" now detects the background color from the four corners of the image (if they match.)
  • If the reason CrosspostSharp can't connect to Furry Network is because the token is expired, it will now say so.
  • Sta.sh posts now have a publish link (which opens in your web browser) as their first option.

CrosspostSharp 3.3

25 Jun 17:08
Compare
Choose a tag to compare

Changes from 3.1:

  • Support added for posting to Weasyl
  • Source site wrappers ported to F#
  • You can now specify a set of tags to add to all Tumblr posts by default in the .json file
  • Text posts (Twitter w/o photo, Tumblr w/o photo, DeviantArt status update) are now handled differently from regular photo posts; they can be crossposted to certain other sites without posting a photo
  • Bugfixes

CrosspostSharp 3.1

14 Mar 15:56
Compare
Choose a tag to compare

Changes since 3.0:

  • A tool for viewing and posting your journals has been added. It supports:
    • Tumblr (text posts only)
    • Furry Network
    • FurAffinity
    • DeviantArt (read-only)
  • (DeviantArt) Submissions without images are skipped.
  • (Furry Network) Markdown to HTML conversion is done locally.