Skip to content

Commit e530ca0

Browse files
author
larspalo
committed
Changes to recognize a new contributor with builds for macOS. Prepared for a new release.
1 parent e960d49 commit e530ca0

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

AUTHORS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
This is the list of GOODF's significant contributors.
1+
This is a list of significant contributors to GoOdf.
22

33
Authors/Contributors:
44
---------------------
55
Lars Palo <larspalo@yahoo.se> https://github.com/larspalo (First and main author of the software)
66
David Gritter https://github.com/davidgritter (Help file contents)
7-
7+
Christoph Schmitz https://github.com/vpoguru (Builds for macOS)

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Option to duplicate an existing panel. (TODO)
1414
- Option to load pipe samples with Pipe999IsTremulant value set to be played, if the associated wave-based tremulant is off. (TODO)
1515

16+
## [0.13.0] - 2024-06-19
17+
18+
### Added
19+
20+
- Builds for macOS, both Intel and arm64 architectures.
21+
1622
### Fixed
1723

1824
- Bug that prevented removal of last switch from list of available switches for stops, couplers, tremulants and divisional couplers.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
GoOdf is a tool for creating and editing organ definition files for GrandOrgue. Opening large and complex .organ files can take a little while for the software to process, so please be patient if you try it.
77

8-
The software is currently mainly tested on Linux, but building for Windows is possible and crossbuilds are released here on GitHub.
8+
The software is currently mainly tested on Linux, but building for Mac and Windows is possible. The builds and crossbuilds that are released here are built on the Github-hosted runners.
99

1010
## Current status
1111
GoOdf is hosted on Github. The repository can be found at [https://github.com/GrandOrgue/GoOdf](https://github.com/GrandOrgue/GoOdf).
@@ -27,15 +27,15 @@ Rendering of the GUI panels is now possible, but it likely needs more work befor
2727
- Improve log window usage for different messages/warnings that could be useful for users.
2828

2929
## Building from sources
30-
Normal development tools for c++ is needed as well as cmake, imagemagic and wxWidgets.
30+
Normal development tools for c++ is needed as well as cmake, imagemagic and wxWidgets. The prepare shell scripts in the scripts directory can be used as reference.
3131

3232
The source code can be obtained (if git is available) with:
3333

3434
```
3535
git clone https://github.com/GrandOrgue/GoOdf.git
3636
```
3737

38-
The build process on Linux is simple. In the GoOdf base directory, just create and cd into a separate build directory
38+
The build process on Linux and Mac is simple. In the GoOdf base directory, just create and cd into a separate build directory
3939

4040
```
4141
mkdir build
@@ -48,7 +48,7 @@ and issue the command:
4848
cmake .. -DCMAKE_BUILD_TYPE=Debug
4949
```
5050

51-
(or change to -DCMAKE_BUILD_TYPE=Release) and when that's finished enter:
51+
(or change to -DCMAKE_BUILD_TYPE=Release for a release build) and when that's finished enter:
5252

5353
```
5454
make

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.2
1+
0.13.0

0 commit comments

Comments
 (0)