This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
Releases: oleg68/GrandOrgue
Releases · oleg68/GrandOrgue
v0.3.1.2341-5.os
- Added support of jack native output in Github windows build
- Fixed compiling for windows with GO_USES_JACK=ON #7
- README.md has been splitted to three separates files: README.md, INSTALL.md and BUILD.md
v0.3.1.2341-4.os
- Hiding dependency on libgcc-s1 for all cpu architectures
- Could not install on ubuntu 18.04 and debian 9 caused by unsatisfied dependency on libgcc-s1
v0.3.1.2341-3.os
- Switched RTAudio from the local copy to the git submodule https://github.com/thestk/rtaudio
- Added ASIO support to the build for windows on github. #8
- Beautified README and renamed to README.md
v0.3.1.2341-2.os
- Added build for linux armhf (arm 32) and aarch64 (arm64), including raspberry Pi
v0.3.1.2341-1.os
- Increased the limit of PitchTuning and PitchCorrection up from 1200 to 1800 cents #33
- Increase builtin button font size (0.3.1.2341)
- Ensure fixed font sizes (0.3.1.2340)
- Revert layout destroying resizing (0.3.1.2339)
v0.3.1.2338-8.os
Fixed building issue for Windows introduced with 82d4d4f8
v0.3.1.2338-7.os
- Closing unnecessary jack clients #30
v0.3.1.2338-6.os
- Added CHANGELOG.md #23
v0.3.1.2338-5.os
- Fixed issues various pipewire-related issues #5
- Fixed compiling on Fedora34 (switched from
jack-devel
topipewire-jack-devel
)
v0.3.1.2338-4.os
- Fixed crash on osx 11.x #22
- Disabled striping some debuginfo from osx executables
- Simplified build on Github