We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd6d11 commit 53ea047Copy full SHA for 53ea047
CMakeLists.txt
@@ -8,7 +8,7 @@ include(CheckSymbolExists)
8
9
project(waveform)
10
11
-set(WAVEFORM_VERSION "1.6.0")
+set(WAVEFORM_VERSION "1.6.1")
12
13
# set default install prefix to OBS plugin path on linux and MacOS
14
# otherwise set it to the windows installer source folder
changelog.md
@@ -1,6 +1,10 @@
1
# Notice to Intel Mac users
2
OBS requirement has been bumped to 28, please uninstall older versions of waveform first.
3
4
+## Changes in 1.6.1
5
+- Fix MacOS x64 installer
6
+- Update Chinese localization (#43 thanks to GodGun968)
7
+
## Changes in 1.6.0
- Add option to mirror frequency axis
- Add option to adjust arc angle in radial mode
0 commit comments