Skip to content

v3.7.1

Choose a tag to compare

@github-actions github-actions released this 05 Jan 18:22
· 77 commits to main since this release
6def06f

Release notes for 3.7.1

Bugs addressed in this release:

  • #443 Dark Mode doesn't show status bar on Mac
  • #462 PDF printing of Continuities seems wrong
  • #497 Animate ctor should be explicit
  • #517 Cannot open CalChart, says that application is damaged
  • #518 Animation looks wrong
  • #540 Current 3.7.1 does not run
  • #542 crashes when going to last sheet of animation in RAINBOW show
  • #544 Print Continuity text is not showing up

Other changes:

  • #492 calchart_cmd should have an option for dumping json
  • #494 Refine the calchart_cmd for dump_continuity_text
  • #498 remove GetAnimation
  • #500 Add JSON tests to sanity tests
  • #502 remove get animation sheet iterator
  • #504 Make Animation::NextBeat private
  • #506 remove index from AnimateInfo
  • #510 Switch the underlying Coord system to int32
  • #512 Animation commands should contain the position, not the beat
  • #514 Make Animation part of the Show, with access through the show
  • #521 Degree should have special constructors for common directions
  • #526 We should have a sanity test for ps output
  • #528 Clean up postscript files to be more value like
  • #530 Tidy up CalChartShow.h
  • #532 tidy up CalChartFileFormat
  • #534 remove unused Token from Continuity parsing
  • #536 Change the animation objects to be within the Animate namespace
  • #538 Remove unused cont symbol from animate errors
  • #546 Change behavior of show generation so endPosition and nextPosition in animation are the same
  • #547 Add some basic profiling to calband_cmd
  • #550 Make animation compilation an operation of two pairs of sheets
  • #552 Move GenerateModeDrawCommands from CalChartDrawing to core/Mode
  • #554 Move General printing over to PrintContUseNewDraw
  • #557 Move Config into DrawPoints
  • #563 Print doesn't show continuity correct
  • #565 Move more drawing into Show and ShowDoc
  • #567 Remove GetCurrentSheet() from CalChartView
  • #570 Tidy up CalChart View