Skip to content

Commit 5095c4d

Browse files
committed
0.31.7
1 parent 8b004c9 commit 5095c4d

31 files changed

+2157
-1381
lines changed

buildspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"uuids": {
4848
"windowsApp": "ad885c58-5ca9-44de-8f4f-1c12676626a9"
4949
},
50-
"version": "0.31.6",
50+
"version": "0.31.7",
5151
"website": "https://www.atkaudio.com"
5252
}

lib/atkaudio/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ target_compile_definitions(
4747
JUCE_STRICT_REFCOUNTEDPOINTER=1
4848
JUCE_STANDALONE_APPLICATION=1
4949
JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP=1
50+
JUCE_WIN_PER_MONITOR_DPI_AWARE=1
5051
JUCE_PLUGINHOST_VST3=1
5152
JUCE_PLUGINHOST_VST=0
5253
JUCE_PLUGINHOST_AU=1

lib/atkaudio/src/atkaudio/About.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ static inline void showAboutDialog()
1919
<< " "
2020
<< PLUGIN_AUTHOR
2121
<< "\n"
22-
<< "Licensed under AGPL3\n"
23-
<< "\n"
24-
<< "ASIO and VST are registered\n"
25-
<< "trademarks of Steinberg GmbH";
22+
<< "Licensed under AGPL3";
2623
auto* label = new Label({}, aboutText);
2724
label->setColour(Label::backgroundColourId, lookAndFeel.findColour(ResizableWindow::backgroundColourId));
2825
label->setColour(Label::textColourId, lookAndFeel.findColour(Label::textColourId));

0 commit comments

Comments
 (0)