Skip to content

Releases: calband/calchart

v3.8.11

Choose a tag to compare

@github-actions github-actions released this 22 Jun 15:19
575eed3

Release notes for 3.8.11

New Features

Bugs addressed in this release:

  • #830 Viewer did not work from a CI built CalChart
  • #845 Marchers stick to middle of field when animating on windows.

Other changes:

v3.8.10

Choose a tag to compare

@github-actions github-actions released this 31 May 23:06
b6d722b

Release notes for 3.8.10

New Features

Bugs addressed in this release:

  • #692 CalChart Windows Field Thumbnails Appear Incorrectly (again)
  • #827 make sure zoom is persistent

Other changes:

  • #823 Update wxUI to 0.4.0
  • #833 Have some way to measure performance
  • #835 update Xcode to the latest version in CI
  • #839 Precompute all the positions to avoid generating them on the fly
  • #840 Have a Debug Dump

v3.8.9

Choose a tag to compare

@github-actions github-actions released this 28 Apr 03:50
eef96e7

Release notes for 3.8.9

New Features

Bugs addressed in this release:

  • #692 CalChart Windows Field Thumbnails Appear Incorrectly
  • #694 Calchart ignoring reference points/transitions

Other changes:

v3.8.8

Choose a tag to compare

@github-actions github-actions released this 24 Apr 01:27
9dde64f

Release notes for 3.8.8

New Features

Bugs addressed in this release:

  • #818 Edit beat maps is show tempo instead of beats

Other changes:

  • #21 Add some way to play music, midi with animation
  • #810 We should have a way to set fermata for beats
  • #812 Make it easier to read xbm files.
  • #814 Add the ability to dump when the beats occur with calchart_tool
  • #815 We can probably improve the way animation panel timer works by using one-shot

v3.8.7

Choose a tag to compare

@github-actions github-actions released this 05 Apr 19:10
c08e74e

Release notes for 3.8.7

New Features

Bugs addressed in this release:

  • #790 Make sure we can't set tempo to 0 or negative numbers

Other changes:

  • #677 We should have a print configuration
  • #772 CalChart should incorporate CalChart-Viewer
  • #779 Automatically generate beats file for the viewer
  • #791 do not expose CalChart::show internals
  • #794 We should enable warnings as errors, at least for the CalChart core project
  • #796 We should have mSheetNum be size_t
  • #801 GetNumSheets(), GetNumPoints() should be size_t
  • #803 We should have consistent Get APIs for Show

v3.8.6

Choose a tag to compare

@github-actions github-actions released this 24 Feb 02:58
669418b

Release notes for 3.8.6

New Features

Bugs addressed in this release:

  • #612 Dots don't look filled on pdf print out

Other changes:

  • #714 When adding continuities, writing R1 and pressing return should select the R1 tile (Ref Point 1 in the dropdown)
  • #760 Switch away from VCPKG_OVERLAY_PORTS when we can
  • #773 Add the minimal integration of CalChart-Viewer
  • #775 Don't bother signing debug versions of calchart
  • #781 Add per sheet tempo
  • #783 Why are we crashing in the Continuity editor

v3.8.5

Choose a tag to compare

@github-actions github-actions released this 01 Feb 21:36
6a46975

Release notes for 3.8.5

New Features

Bugs addressed in this release:

  • #763 wxLogDebug hits infinite recursion
  • #765 MacOS CI version not launching

Other changes:

  • #9 Need a better way of regenerating help (remove tex2rtf requirement)
  • #757 Add ability to dump print continuities
  • #759 Add support for webviews

v3.8.4

Choose a tag to compare

@github-actions github-actions released this 29 Dec 02:50
82ccc92

Release notes for 3.8.4

New Features

  • Bug Reporting: Users can now report bugs directly from CalChart
    • Access via Help → Report a Bug or press Ctrl+Shift+B
    • Automatic system information collection (OS, version, CalChart build info)
    • Optional show information and custom details
    • Privacy controls: opt-in checkboxes for each data category
    • Automatic submission to GitHub issues when configured with a GitHub token
    • Clipboard fallback for users without GitHub token setup
    • Full error reporting with helpful messages
    • See docs/BugReporting.md for setup instructions

Bugs addressed in this release:

Other changes:

  • #635 Reduce usage of wxString
  • #648 Make CI go faster
  • #689 Update wxWidgets to 3.3.1
  • #718 Bug filing system
  • #729 Reduce the number of warnings from windows builds
  • #731 Move tests into the right places
  • #732 remove wxUI::Custom
  • #735 Update the CI to have the release or debug in the name
  • #737 Print the version of wxWidgets used
  • #751 Add logs to bug report
  • #754 Add display logging to help debug display issues

v3.8.3

Choose a tag to compare

@github-actions github-actions released this 02 Nov 19:55
d79478b

Release notes for 3.8.3

Bugs addressed in this release:

  • #673 Omniview doesn't look right
  • #690 ASAN crash when you close a show with X and then reopen
  • #692 CalChart Windows Field Thumbnails Appear Incorrectly
  • #702 libcurl is not found on windows
  • #703 Num ratio is not working right, numbers don't get bigger
  • #704 Reset All in Settings doesn't seem to be working
  • #705 Cannot delete image
  • #708 Beat slider with dual sliders doesn't work right
  • #713 Path tool doesn't work in 3.8.1

Other changes:

  • #696 We should have something that checks for a new version is available and prompts the user to download it.

v3.8.2

Choose a tag to compare

@github-actions github-actions released this 29 Sep 04:34
7abbba4

Release notes for 3.8.2

Bugs addressed in this release:

  • #674 Continuity Editor Panel requires double click to populate dropdown
  • #681 CalChart Coord division by float is incorrect

Other changes:

  • #653 Clean up point picker
  • #665 Fix up GetRelabelMapping to not require sheet_iterator
  • #667 remove CalChartDoc begin and end
  • #669 Put mCurrentReferencePoint into core/show
  • #671 Remove GetCurrentSheet from Doc
  • #675 User setting for beat slider in viewer
  • #676 Make the name spacing of draw easier to read and put new things in
  • #679 Fix the broken build by updating docopt