Releases: calband/calchart
Releases · calband/calchart
Release list
v3.8.11
v3.8.10
Release notes for 3.8.10
New Features
Bugs addressed in this release:
Other changes:
v3.8.9
v3.8.8
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:
v3.8.7
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
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
Release notes for 3.8.5
New Features
Bugs addressed in this release:
Other changes:
v3.8.4
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
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
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