Skip to content

Commit 4c7c1c3

Browse files
committed
chore: 0.7.6 release
1 parent 4bf6fc3 commit 4c7c1c3

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

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+
415
## [0.7.5] - 2024-01-11
516

617
### Changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else()
1010
endif()
1111
endif()
1212

13-
set(VERSION "0.7.5")
13+
set(VERSION "0.7.6")
1414

1515
set(FORMATS "Standalone" "VST3" "AUv3" "AU" "LV2")
1616

@@ -66,7 +66,7 @@ else()
6666
LV2URI "https://github.com/xivilay/scale-remapper"
6767
VST3_CATEGORIES "Instrument Tools"
6868
ICON_SMALL "${SRC_DIR}/icons/64.png"
69-
ICON_BIG "${SRC_DIR}/icons/256.png"
69+
ICON_BIG "${SRC_DIR}/icons/512.png"
7070
FORMATS ${FORMATS}
7171
AU_SANDBOX_SAFE TRUE
7272
BUNDLE_ID "dev.xivilay.scaleRemapper"

src/icons/128.png

5.29 KB
Loading

src/icons/512.png

23.5 KB
Loading

0 commit comments

Comments
 (0)