Skip to content

8.95.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@piernov piernov released this 20 Mar 22:46
· 141 commits to master since this release
68e972a

Beta2 pre-release (read: unstable, please report bugs) for the configurable key bindings and board background image support along with some under-the-hood work in preparation for a future 9.0 release.

Since 8.95.1:

  • Replace assert() with SDL_LogError() so that OBV doesn't abort on file parsing issues 4a39d4d
  • Report errors to GUI when loading files db30581
  • Validate parity of FZ key or report error #91 72acc29
  • Stub BRDAllegroFile to report unsupported file format #62 2a47526
  • Enable gestures on multi-touch touchpads (pinch-to-zoom, rotate) #203 23c4de2 4430e5c
  • Breaking changes:
    • Refactor keyboard handling to use ImGuiKey rather than SDL (ImGui v1.87 compatibility) #228 4d446f5
      Existing keyboard bindings configuration will break and will have to be reconfigured or default configuration be restored. In case of issues even after restoring defaults, remove all KeyBinding* entries from the configuration file.
  • Bug fixes:
    • Properly fix test pads showing up on both sides 77d34b7
    • Fix ground net from rendering if named GROUND instead of GND. #218 2d53aed

Thanks to all the contributors.