mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
release 0.3
- all-new Furnace file format - ability to add multiple sound chips in a single song! - made more buttons work - revamped instrument editor - revamped wavetable editor with custom width/height - C64 duty/filter macros may now be absolute - finally! an icon! after this release, the focus will be on adding features, fixing bugs and adding new platforms. enjoy!
This commit is contained in:
parent
314e4c8fd4
commit
245a566806
2 changed files with 5 additions and 5 deletions
|
@ -4,8 +4,8 @@ project(furnace)
|
|||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
set(CMAKE_PROJECT_VERSION_MAJOR 0)
|
||||
set(CMAKE_PROJECT_VERSION_MINOR 2)
|
||||
set(CMAKE_PROJECT_VERSION_PATCH 2)
|
||||
set(CMAKE_PROJECT_VERSION_MINOR 3)
|
||||
set(CMAKE_PROJECT_VERSION_PATCH 0)
|
||||
|
||||
if (ANDROID)
|
||||
set(BUILD_GUI OFF)
|
||||
|
|
|
@ -15,17 +15,17 @@
|
|||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>0.2.2</string>
|
||||
<string>0.3</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Furnace</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.2.2</string>
|
||||
<string>0.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.2.2</string>
|
||||
<string>0.3</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string></string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
Loading…
Reference in a new issue