Skip to content

0.4.0

Choose a tag to compare

@Arctessa Arctessa released this 24 May 05:35
· 50 commits to main since this release
b9d7c2c

What's Changed

  • Support LocalTalk-only operation and fix a couple bugs by @hanshuebner in #3
    • This fixed a number of little quirks in the stack. Whilst not seen typically in the GUI, it was readily apparent with things like the NBP lookup example which would just fail when using LocalTalk only.
  • Split addressing into per-interface EtherTalk/LocalTalk handles by @Arctessa in #4
    • This is largely an API level change, but does fix a rare chance that we may have automatically chosen an already in use LocalTalk address for our AFP server in the GUI (and for API users).
  • AFP: Use pure-magic crate for determining file types by @Arctessa in #5
    • This should ensure that things like plain text files are presented to Macs as text files, rather than just guessing by extensions.
  • GUI: Add new file menu option to inspect and set finder info by @Arctessa in #6
    • If the above auto-assignment is invalid or a file type we dont currently have recognition for, you can now manually set it per file via File -> Inspect finder info.

New Contributors

Full Changelog: 0.3.1...0.4.0