Skip to content

Commit

Permalink
chore: 0.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xivilay committed Jan 26, 2024
1 parent 4bf6fc3 commit 4c7c1c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else()
endif()
endif()

set(VERSION "0.7.5")
set(VERSION "0.7.6")

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

Expand Down Expand Up @@ -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"
Expand Down
Binary file added src/icons/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icons/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c7c1c3

Please sign in to comment.