Skip to content

3.3.0

Latest

Choose a tag to compare

@zcohan zcohan released this 24 Dec 11:05

The new minimum deployment target for SoulverCore is now macOS 13 (previously macOS 11)

Rounding to nearest fraction

This feature lets you round a number to the nearest fraction (this is particularly useful for woodworking)

  • "0.534 to nearest 16th"
  • "3.192 to nearest 32nd"

Calendar Calculations

  • Support a single date + number operation:
    • "August 5 + 5" (assume 5 days)
    • 3:45pm + 5 (assume 5 hours)
    • 8 to 4pm (assume 8 am)

Operators

  • Using "%" as mod is now supported in more cases
  • Fixed an issue with the reverse subtraction operator ("to")

API

  • Added a function to convert a SoulverCore unit to the equivalent Foundation unit (if available)
  • Added a function to get the airports for a given City (on EngineCustomization)
  • Removed some unhelpful log noise