snabelen.no is one of the many independent Mastodon servers you can use to participate in the fediverse.
Ein norsk heimstad for den desentraliserte mikroblogge-plattformen.

Administrert av:

Serverstatistikk:

449
aktive brukere

#mastodev

6 innlegg6 deltakere0 innlegg i dag

# #Pachli 2.11.0 is released

## New features include

- Support translation throughout the app
- Experimental Markdown support
- Content filters default to all contexts

## Fixes include:

- Toot button accessibility
- Grammar fixes
- Report UI updates
- Content filter updates
- Fewer crashes

## Updated translations

- Finnish, Indonesian, Irish, Latvian, Norwegian Nynorsk, Polish, Slovak, Spanish

More details at pachli.app/pachli/2025/03/31/2.

Pachli · Pachli 2.11.0 releasedPachli 2.11.0 is now available. This release provides post translation support throughout the app, adds experimental support for rendering Markdown content, changes content filter defaults, and more.

I've been wondering for a while: People seem to often ask questions about "how do I do X with mastodon.py" or "why isn't my code, that uses mastodon.py, working" into the void, or in some general forum. I don't usually see those questions, so even if I could easily help, I have no means to. It'd be great if people tagged me into these types of questions, or if there was a better venue for it, maybe. I've been thinking like sure just open a github issue, even if it's just a "how do I do X" type question, but I think most people are hesitant to?

What would be the ideal way to improve this situation somewhat? Any suggestions welcome, but of course especially if you've been in that situation. #mastodonpy #mastodev

I've built a thing.

Sometimes my follower count seemingly fluctuates at random. To understand why, I dug into the #MastodonAPI and eventually created "fedi-followers":

A privacy-friendly #fediverse #followers explorer as local-only static web app, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

fedi--followers-data0-one.ipns

Screenshot of the app
fedi--followers-data0-one.ipns.dweb.linka privacy-friendly fediverse followers explorer as local-only static web app.
Continued thread

Also, "Sam the designer" is a real character in the world of Mastodon.

There are references to them dotted around the GitHub for Mastodon, but I'm not convinced they are a real person.

At the end of one the issues I filed, I asked for "Sam the designer" to release the design files to the world so we can all contribute - but there's no response.

github.com/mastodon/mastodon/i

Can we put "Sam the designer" in the same league as John Mastodon and Website Boy?

Steps to reproduce the problem Go to the Mastodon home page (web v4.3.1) with Advanced Web Interface mode disabled. Expected behaviour Everything lines up visually Actual behaviour Margin usage is ...
GitHubMargin and spacing issues · Issue #32897 · mastodon/mastodonAv mattcoxonline

On the bus I looked around and I could see other people staring down at their phone using Instagram, Twitter, and Bluesky.

I knew they were using these apps because THEY HAVE THE LOGO IN THE APP -- then I look down at my screen, at the anonymous Mastodon app.

Excuse me, John Mastodon, but how are people who read over my shoulder meant to know what this cool new platform is?!

Maybe "Sam the designer" can fix it.

#Pachli 2.10.1 has been released. This fixes the issue that could cause Pachli to crash if you had ever signed in with multiple accounts, ensures "Show anyway" works on filtered posts in all timelines, and shows all available languages in Android's system settings.

Thanks to @tinsuke, @Russssty, @kallekn, @alkaf, Aindriú Mac Giolla Eoin, and @LukaszHorodecki.

More details at pachli.app/pachli/2025/03/03/2.

Pachli · Pachli 2.10.1 releasedPachli 2.10.1 is now available. This release fixes a crash that could occur when upgrading to 2.10.0, ensures “Show anyway” on filtered posts works on all timelines, and allows you to select all languages in Android’s system settings.
Continued thread

As expected, here's a quick Mastodon.py release that fixes some issues people found, mostly pagination related. Upgrading from 2.0.0 to this should be perfectly safe, it's bugfixes only~ Thank you to everyone who reported an issue or even contributed a PR to immediately fix it <3 🐍

* Changelog on GitHub: github.com/halcy/Mastodon.py/r
* Docs: mastodonpy.readthedocs.io/en/v
* PyPi: pypi.org/project/Mastodon.py/2

GitHubRelease v2.0.1 · halcy/Mastodon.pyMaintenance release. Fixes a few minor, but important, issues Remove spurious debug prints (Thanks aitorres) Fix pagination fetch_remaining being broken due to typing changes (Thanks jikamens) Fix...

#Mastodev Is anyone else sick and tired of opening up EVERY SINGLE content warning button when I read a long thread? I just gave up on a thread I was reading. It was just too much trouble.

I'm not against CW but I'm against bad #UX. If I open a CW in a thread, is it that hard to open them all up? This is a win/win: CWs are still respected and I can read a thread in peace.

Continued thread

Alrighty, 2 issues added:

- `in_reply_to_id` in ScheduledStatus should be a string github.com/mastodon/mastodon/i
- Add editing for scheduled statuses github.com/mastodon/mastodon/i

On Phanpy's side for now, notes/questions:
- Min/max implemented = 6 mins‒90 days (exact 5min returns error 🤷‍♂️)
- Mastodon no max limit, Threads = 75 days, X = 18 months
- No editing until the API supports it
- Should the composer warn about lack of editing?
- Allow add scheduled posts page as a column?

GitHub`in_reply_to_id` in ScheduledStatus should be a string · Issue #34000 · mastodon/mastodonAv cheeaun