Skip to content

Commit b57f878

Browse files
committed
Updated for 1.5p1
1 parent a66c7d8 commit b57f878

File tree

4 files changed

+33
-8
lines changed

4 files changed

+33
-8
lines changed

.github/workflows/dev-desktop-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
GODOT_SUB: stable
2424
GODOT_DOWNLOAD_DIR: https://github.com/godotengine/godot-builds/releases/download/4.5.1-stable
2525
EXPORT_NAME: material_maker
26-
MM_RELEASE: 1_5
26+
MM_RELEASE: 1_5p1
2727

2828
jobs:
2929
export_windows_linux:

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# Material Maker 1.5p1
2+
3+
## Bug Fixes
4+
- Fixed problem when exporting materials on command line in Export node
5+
- Fixed folder picker not showing set path in 2D export (contributed by williamchange)
6+
- Fixed small FloatEdit sizes in pixel editor (contributed by williamchange)
7+
- Fixed Tones node minimization and LoD update (contributed by williamchange)
8+
- Fixed spacing in connection style buttons (contributed by williamchange)
9+
- Fixed preview2d center shortcut not activating (contributed by williamchange)
10+
- Fixed share asset dialog size on hidpi displays (contributed by williamchange)
11+
- Fixed status bar icons artifacts (contributed by williamchange)
12+
- Fixed tooltips (contributed by williamchange)
13+
- Fixed classic theme floatedit style in splines dialog (contributed by williamchange)
14+
- Fixed dropping files with extensions in caps (contributed by williamchange)
15+
- Fixed error when using export node without suffix (contributed by williamchange)
16+
- Fixed transparency preview/export (contributed by williamchange)
17+
- Fixed export expression index showing as a float (contributed by williamchange)
18+
- Fixed undo/redo for framing nodes (contributed by williamchange)
19+
- Fixed function icon in EasySDF editor (contributed by williamchange)
20+
- Fixed non-existent signal error when editing nodes (contributed by williamchange)
21+
- Fixed reroute not updating port type on connection undo/redo (contributed by williamchange)
22+
- Fixed controller input throwing an error on option edit (contributed by TechnicallyMay)
23+
- Fixed "Fill To Random Color" repeating colors on adjacent tiles (contributed by DevFika)
24+
- Fixed Tiler node offset for odd rows (contributed by DevFika)
25+
126
# Material Maker 1.5
227

328
## General

export_presets.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ application/modify_resources=true
3939
application/icon="res://icon.ico"
4040
application/console_wrapper_icon=""
4141
application/icon_interpolation=4
42-
application/file_version="1.5.0.0"
43-
application/product_version="1.5.0.0"
42+
application/file_version="1.5.0.1"
43+
application/product_version="1.5.0.1"
4444
application/company_name="Rodz Labs"
4545
application/product_name="Material Maker"
46-
application/file_description="Material Maker 1.5"
46+
application/file_description="Material Maker 1.5p1"
4747
application/copyright="2018-present Rodolphe Suescun and contributors"
4848
application/trademarks=""
4949
application/export_angle=0
@@ -152,8 +152,8 @@ application/icon_interpolation=4
152152
application/bundle_identifier="com.rodzlabs.materialmaker"
153153
application/signature=""
154154
application/app_category="Graphics-design"
155-
application/short_version="1.5"
156-
application/version="1.5.0.0"
155+
application/short_version="1.5p1"
156+
application/version="1.5.0.1"
157157
application/copyright="2018-present Rodolphe Suescun and contributors"
158158
application/copyright_localized={}
159159
application/min_macos_version_x86_64="10.12"

project.godot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ boot_splash/fullsize=false
2323
boot_splash/use_filter=false
2424
config/icon="res://icon.png"
2525
config/windows_native_icon="res://icon.ico"
26-
config/release="1.5.0.0"
27-
config/actual_release="1.5"
26+
config/release="1.5.0.1"
27+
config/actual_release="1.5p1"
2828

2929
[audio]
3030

0 commit comments

Comments
 (0)