rulogman 0.5.7 — a fix for the two Finder entries 0.5.6 introduced.
- New rulogman Window Here and New rulogman Tab Here now open a shell in
the folder you right-clicked. In 0.5.6 they opened the start screen and
nothing else. The Finder hands a selection to a service as file reference
URLs —file:///.file/id=…, an inode rather than a name, so that the
reference survives a rename — and rulogman read them back as they were, went
looking for a directory called/.file/id=…, and dropped it with a warning.
The URLs are now resolved to their path form before anything reads them.
This comes from rugpui, so the same
reference URL arriving through Open with is answered the same way.
Nothing else has moved. The Windows installer's identity, its registry entry
and the winget manifests are as before, so winget upgrade and the built-in
updater both pick this release up from 0.5.6.
What's Changed
Full Changelog: v0.5.6...v0.5.7