Email or username:

Password:

Forgot your password?
dansup

Pixelfed v0.12.13 will be tagged later today, some notable updates:

- Curated Onboarding
- Federated Reports
- Move activity support
- Account delete tombstones
- More efficient activity delivery
- Bug fixes

github.com/pixelfed/pixelfed/b

(4 releases in the shortest month 😅)

6 comments
dansup

@JsonCulverhouse @youronlyone I'm not sure which endpoint you're using, but there are 3 available that contain the versions.

Full version in software.version
- pixelfed.social/api/nodeinfo/2

MastoAPI compatible version
- pixelfed.social/api/v1/instanc
- pixelfed.social/api/v2/instanc

Jason Culverhouse :flipboard:

@dansup @youronlyone

thanks, I think we are looking at the version in /api/v2/instance which is now a mastod version where it was the Pixelfed version in the past.

returns "version": "3.5.3 (compatible; Pixelfed 0.11.12)"

where it returned "0.11.X" in the past...

maybeanerd

@dansup Is the version supposed to be semver? If so, why not bump a minor version here? Seems like a lot of features are included, which is great!

Go Up