Bug Fixes
- Fix keys sometimes getting stuck on Mac OS.
- Fix Mac OS window not being focused properly when returning from file dialogs.
- #51: Fix some Polish characters not rendering properly.
- Fix copied and pasted text in Windows using wide character encoding instead of UTF-8, fixing issues copying and pasting characters between other applications.
Installation
GrooveAuthor
requires .Net Runtime 8.0.
Windows
GrooveAuthor
requires Windows 10 or greater.
- Download
GrooveAuthor-v1.1.2-win-x64.zip
and extract it to a desired location. - To run
GrooveAuthor
open theGrooveAuthor
folder and runGrooveAuthor.exe
.
Linux
- Download
GrooveAuthor-v1.1.2-linux-x64.tar.gz
and extract it. - Inside the extracted directory run the
grooveauthor-install.sh
script withsudo
. The grooveauthor-install.sh script will installGrooveAuthor
to/opt
and set up a desktop entry in/usr/share/applications
sudo ./grooveauthor-install.sh
- When complete you can delete the
tar.gz
file and the extracted contents.
MacOS
GrooveAuthor
requires MacOS 11.0 or greater.
- Download the
mac
dmg
file appropriate for your architecture and run it. If your Mac has an Apple Silicon CPU you should useGrooveAuthor-v1.1.2-mac-arm64.dmg
. If your Mac has an Intel CPU you should useGrooveAuthor-v1.1.2-mac-x64.dmg
. - Copy
GrooveAuthor.app
to the/Applications
directory. - Run the following command to remove the quarantine that Apple places on unsigned applications.
xattr -dr com.apple.quarantine /Applications/GrooveAuthor.app