File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 0.7.6] - 2024-01-26
5
+
6
+ ### Changed
7
+
8
+ * [ ui] inner dependencies (music-theory)
9
+ * changed app icon, added more sizes
10
+
11
+ ### Added
12
+
13
+ * AUv3 unsigned iOS .ipa release. It is not present in official Apple store and can be sideloaded/installed manualy (with Sideloadly or TrollStore)
14
+
4
15
## [ 0.7.5] - 2024-01-11
5
16
6
17
### Changed
Original file line number Diff line number Diff line change 10
10
endif ()
11
11
endif ()
12
12
13
- set (VERSION "0.7.5 " )
13
+ set (VERSION "0.7.6 " )
14
14
15
15
set (FORMATS "Standalone" "VST3" "AUv3" "AU" "LV2" )
16
16
66
66
LV2URI "https://github.com/xivilay/scale-remapper"
67
67
VST3_CATEGORIES "Instrument Tools"
68
68
ICON_SMALL "${SRC_DIR} /icons/64.png"
69
- ICON_BIG "${SRC_DIR} /icons/256 .png"
69
+ ICON_BIG "${SRC_DIR} /icons/512 .png"
70
70
FORMATS ${FORMATS}
71
71
AU_SANDBOX_SAFE TRUE
72
72
BUNDLE_ID "dev.xivilay.scaleRemapper"
You can’t perform that action at this time.
0 commit comments