From d59ad5937d72a4956e2cffa6954ad5d12da184f5 Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Sat, 5 Sep 2020 13:39:32 +0300 Subject: [PATCH] Enter v0.8 Release Candidate stage --- export_presets.cfg | 12 ++++++------ project.godot | 2 +- src/UI/TopMenuContainer.gd | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index 8dcaca7c4..aee66d208 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -33,8 +33,8 @@ codesign/digest_algorithm=1 codesign/description="" codesign/custom_options=PoolStringArray( ) application/icon="res://assets/graphics/icons/icon.ico" -application/file_version="0.7" -application/product_version="0.7" +application/file_version="0.8" +application/product_version="0.8" application/company_name="Orama Interactive" application/product_name="Pixelorama" application/file_description="Pixelorama - Your free & open-source sprite editor" @@ -90,8 +90,8 @@ application/info="Pixelorama - Your free and open-source sprite editor" application/icon="res://assets/graphics/icons/icon.icns" application/identifier="com.orama_interactive.pixelorama" application/signature="" -application/short_version="0.7" -application/version="0.7" +application/short_version="0.8" +application/version="0.8" application/copyright="Orama Interactive 2020" display/high_res=false privacy/camera_usage_description="" @@ -158,8 +158,8 @@ codesign/digest_algorithm=1 codesign/description="" codesign/custom_options=PoolStringArray( ) application/icon="res://assets/graphics/icons/icon.ico" -application/file_version="0.7" -application/product_version="0.7" +application/file_version="0.8" +application/product_version="0.8" application/company_name="Orama Interactive" application/product_name="Pixelorama" application/file_description="Pixelorama - Your free & open-source sprite editor" diff --git a/project.godot b/project.godot index ba7b28f0b..8e6503f8d 100644 --- a/project.godot +++ b/project.godot @@ -113,7 +113,7 @@ boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 ) config/icon="res://assets/graphics/icons/icon.png" config/macos_native_icon="res://assets/graphics/icons/icon.icns" config/windows_native_icon="res://assets/graphics/icons/icon.ico" -config/Version="v0.8-dev" +config/Version="v0.8-rc1" [audio] diff --git a/src/UI/TopMenuContainer.gd b/src/UI/TopMenuContainer.gd index 1961e5bd6..b14250bad 100644 --- a/src/UI/TopMenuContainer.gd +++ b/src/UI/TopMenuContainer.gd @@ -94,7 +94,7 @@ func setup_image_menu() -> void: "Outline" : 0, "Adjust Hue/Saturation/Value" : 0, "Gradient" : 0, - "Shader" : 0 + # "Shader" : 0 } var image_menu : PopupMenu = Global.image_menu.get_popup()