diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3c030..d38a513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.7.6] - 2024-01-26 + +### Changed + +* [ui] inner dependencies (music-theory) +* changed app icon, added more sizes + +### Added + +* AUv3 unsigned iOS .ipa release. It is not present in official Apple store and can be sideloaded/installed manualy (with Sideloadly or TrollStore) + ## [0.7.5] - 2024-01-11 ### Changed diff --git a/CMakeLists.txt b/CMakeLists.txt index d4afafd..79d998b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ else() endif() endif() -set(VERSION "0.7.5") +set(VERSION "0.7.6") set(FORMATS "Standalone" "VST3" "AUv3" "AU" "LV2") @@ -66,7 +66,7 @@ else() LV2URI "https://github.com/xivilay/scale-remapper" VST3_CATEGORIES "Instrument Tools" ICON_SMALL "${SRC_DIR}/icons/64.png" - ICON_BIG "${SRC_DIR}/icons/256.png" + ICON_BIG "${SRC_DIR}/icons/512.png" FORMATS ${FORMATS} AU_SANDBOX_SAFE TRUE BUNDLE_ID "dev.xivilay.scaleRemapper" diff --git a/src/icons/128.png b/src/icons/128.png new file mode 100644 index 0000000..90ef19a Binary files /dev/null and b/src/icons/128.png differ diff --git a/src/icons/512.png b/src/icons/512.png new file mode 100644 index 0000000..23abd3b Binary files /dev/null and b/src/icons/512.png differ