Skip to content

Stellody v0.1.1

Choose a tag to compare

@oernster oernster released this 30 Aug 06:40
· 86 commits to main since this release

Release notes

The guard that matters says only what it means

The structural test proving that nothing outside Stellody's own state may
write to disk carried permission for two modules that had never been written:
an artwork cache and a settings store. Permission granted in advance to code
no reviewer could read is worth nothing in a guard, least of all the one this
project exists for. Both are gone. A module that needs to write will ask when
it is written, which is when there is something to weigh.

The README says which tray it means

It used the one word for two things: the toolbar the transport sits on, then
the notification area Stellody waits in. Three lines apart, that read as a
claim that previous, play, stop and next were on the notification area's menu,
which they never were. The toolbar is now called the toolbar.

Nothing the application does has changed.