Skip to content

Commit 909285b

Browse files
authored
prep for 3.7.0 (#491)
1 parent cd8d6f1 commit 909285b

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,27 @@ If you need to regenerate the help documentation, see the [README-docs.txt](READ
5656

5757

5858
# Release notes
59+
## Release notes for 3.7.0
60+
61+
Bugs addressed in this release:
62+
63+
* [#404](../../issues/404) Crash when sheet has zero beats.
64+
* [#444](../../issues/444) Continuity view on main frame looks wrong
65+
* [#446](../../issues/446) Transition solver crashes
66+
* [#463](../../issues/463) Animation incorrect on Arena for TOT build
67+
* [#467](../../issues/467) Shows with Parse Continuity and references points are incorrect in 3.6
68+
* [#468](../../issues/468) Fix Linux reading of older files
69+
* [#485](../../issues/485) Cannot setup marchers
70+
71+
Other changes:
72+
73+
* [#142](../../issues/142) Add 'Close' Continuity
74+
* [#448](../../issues/448) Move over to using wxUI and remove VStack/HStack from the code.
75+
* [#451](../../issues/451) Have the PrintContinuity Draw commands be generated by CalChart Core.
76+
* [#453](../../issues/453) Configuration should be part of CalChart::Core
77+
* [#464](../../issues/464) Need a test suite to sanity check releases
78+
* [#489](../../issues/489) Refine Stand and Play/Close
79+
5980
## Release notes for 3.6.8
6081

6182
Bugs addressed in this release:

RELEASE_INSTRUCTIONS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Checklist
1313

1414
CalChart uses CMake and Github actions to automate the release process. When you push a tag for the repository, github will build and package the release.
1515

16-
The current calchart version is 3.6.8. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.6.8)
16+
The current calchart version is 3.7.0. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.7.0)
1717

1818
1. Prebuild the project to make sure its working
1919

@@ -28,8 +28,8 @@ awk '//; /^# Release notes/{while(getline<"LATEST_RELEASE_NOTES.md"){print}}' RE
2828
4. Tag the depot
2929

3030
```
31-
$ git tag -a v3.6.8 -m "calchart-3.6.8"
32-
$ git push origin v3.6.8
31+
$ git tag -a v3.7.0 -m "calchart-3.7.0"
32+
$ git push origin v3.7.0
3333
```
3434

3535
This should trigger the github action, which should publish release notes in Draft form.

0 commit comments

Comments
 (0)