6.6.0
This release is an overhaul to the project structure. The code is the exact same, but the source code layout, Cmake configuration, and Makefile are very different.
- I still need to clean up some documentation
- Things should work the same when building "normally" via
make
- If building via Xcode, things will be slightly different, so you will probably need to confirm that everything still works (it should, but....)
- Some of the more esoteric features might be different or might not be implemented yet.
- The new Cmake configuration should work when building with Xcode 12 (it does for me), but I have not yet tested with Silicon/macOS 11 -- the new structure should be in a better starting position for this, however.
- Swift is not explicitly supported yet -- There's nothing fundamentally different in this regard from the prior configuration. I welcome input on ways to simplify this within the current Cmake build system.
- The new installers need testing on macOS/Windows. The zip packages seem correct.