mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Update CHANGELOG & export_presets
This commit is contained in:
parent
29847390ab
commit
79b8d5ef3e
|
@ -30,6 +30,7 @@ Laurenz Reinthaler (Schweini07), kleonc, Fayez Akhtar (Variable), THWLF, Gamespl
|
||||||
- Added a new pixel grid, which is a grid of size 1px and it appears after a certain zoom level. ([#427](https://github.com/Orama-Interactive/Pixelorama/pull/427))
|
- Added a new pixel grid, which is a grid of size 1px and it appears after a certain zoom level. ([#427](https://github.com/Orama-Interactive/Pixelorama/pull/427))
|
||||||
- Added offset options to the grid. ([#434](https://github.com/Orama-Interactive/Pixelorama/pull/434))
|
- Added offset options to the grid. ([#434](https://github.com/Orama-Interactive/Pixelorama/pull/434))
|
||||||
- The isometric grid has been refactored to work better and to offer more changeable options, such as the width and height of the cell bounds. ([#430](https://github.com/Orama-Interactive/Pixelorama/pull/430))
|
- The isometric grid has been refactored to work better and to offer more changeable options, such as the width and height of the cell bounds. ([#430](https://github.com/Orama-Interactive/Pixelorama/pull/430))
|
||||||
|
- Pixelorama macOS binaries are now universal, which means that they should work with both x86_64 and ARM64 Mac devices. - Thanks to Godot 3.3
|
||||||
- Added portrait and landscape buttons in the new image dialog.
|
- Added portrait and landscape buttons in the new image dialog.
|
||||||
- Full support for auto Tallscreen/Widescreen has been implemented. ([#458](https://github.com/Orama-Interactive/Pixelorama/pull/458))
|
- Full support for auto Tallscreen/Widescreen has been implemented. ([#458](https://github.com/Orama-Interactive/Pixelorama/pull/458))
|
||||||
- Added a new Centralize Image option in the Image menu, which places the visible pixels of the image in the center of the canvas. ([#441](https://github.com/Orama-Interactive/Pixelorama/pull/441))
|
- Added a new Centralize Image option in the Image menu, which places the visible pixels of the image in the center of the canvas. ([#441](https://github.com/Orama-Interactive/Pixelorama/pull/441))
|
||||||
|
@ -65,6 +66,7 @@ Laurenz Reinthaler (Schweini07), kleonc, Fayez Akhtar (Variable), THWLF, Gamespl
|
||||||
- Mirroring view should now work on all tools.
|
- Mirroring view should now work on all tools.
|
||||||
- Fixed hue and saturation getting reset when draging value slider to zero. ([#473](https://github.com/Orama-Interactive/Pixelorama/pull/473))
|
- Fixed hue and saturation getting reset when draging value slider to zero. ([#473](https://github.com/Orama-Interactive/Pixelorama/pull/473))
|
||||||
- Image effects will not longer get applied to locked and/or hidden layers.
|
- Image effects will not longer get applied to locked and/or hidden layers.
|
||||||
|
- Fixed memory leaks when opening and closing Pixelorama. ([#387](https://github.com/Orama-Interactive/Pixelorama/issues/387))
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
## [v0.8.2] - 2020-12-12
|
## [v0.8.2] - 2020-12-12
|
||||||
|
|
|
@ -8,21 +8,20 @@ export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path=""
|
export_path=""
|
||||||
patch_list=PoolStringArray( )
|
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
[preset.0.options]
|
[preset.0.options]
|
||||||
|
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
binary_format/64_bits=true
|
||||||
|
binary_format/embed_pck=false
|
||||||
texture_format/bptc=false
|
texture_format/bptc=false
|
||||||
texture_format/s3tc=true
|
texture_format/s3tc=true
|
||||||
texture_format/etc=false
|
texture_format/etc=false
|
||||||
texture_format/etc2=false
|
texture_format/etc2=false
|
||||||
texture_format/no_bptc_fallbacks=true
|
texture_format/no_bptc_fallbacks=true
|
||||||
binary_format/64_bits=true
|
|
||||||
binary_format/embed_pck=false
|
|
||||||
custom_template/release=""
|
|
||||||
custom_template/debug=""
|
|
||||||
codesign/enable=false
|
codesign/enable=false
|
||||||
codesign/identity_type=0
|
codesign/identity_type=0
|
||||||
codesign/identity=""
|
codesign/identity=""
|
||||||
|
@ -33,12 +32,12 @@ codesign/digest_algorithm=1
|
||||||
codesign/description=""
|
codesign/description=""
|
||||||
codesign/custom_options=PoolStringArray( )
|
codesign/custom_options=PoolStringArray( )
|
||||||
application/icon="res://assets/graphics/icons/icon.ico"
|
application/icon="res://assets/graphics/icons/icon.ico"
|
||||||
application/file_version="0.8.2"
|
application/file_version="0.8.3"
|
||||||
application/product_version="0.8.2"
|
application/product_version="0.8.3"
|
||||||
application/company_name="Orama Interactive"
|
application/company_name="Orama Interactive"
|
||||||
application/product_name="Pixelorama"
|
application/product_name="Pixelorama"
|
||||||
application/file_description="Pixelorama - Your free & open-source sprite editor"
|
application/file_description="Pixelorama - Your free & open-source sprite editor"
|
||||||
application/copyright="Orama Interactive 2020"
|
application/copyright="Orama Interactive and contributors 2019-present"
|
||||||
application/trademarks=""
|
application/trademarks=""
|
||||||
|
|
||||||
[preset.1]
|
[preset.1]
|
||||||
|
@ -51,21 +50,20 @@ export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path=""
|
export_path=""
|
||||||
patch_list=PoolStringArray( )
|
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
[preset.1.options]
|
[preset.1.options]
|
||||||
|
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
binary_format/64_bits=true
|
||||||
|
binary_format/embed_pck=false
|
||||||
texture_format/bptc=false
|
texture_format/bptc=false
|
||||||
texture_format/s3tc=true
|
texture_format/s3tc=true
|
||||||
texture_format/etc=false
|
texture_format/etc=false
|
||||||
texture_format/etc2=false
|
texture_format/etc2=false
|
||||||
texture_format/no_bptc_fallbacks=true
|
texture_format/no_bptc_fallbacks=true
|
||||||
binary_format/64_bits=true
|
|
||||||
binary_format/embed_pck=false
|
|
||||||
custom_template/release=""
|
|
||||||
custom_template/debug=""
|
|
||||||
|
|
||||||
[preset.2]
|
[preset.2]
|
||||||
|
|
||||||
|
@ -77,7 +75,6 @@ export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path=""
|
export_path=""
|
||||||
patch_list=PoolStringArray( )
|
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
|
@ -90,9 +87,9 @@ application/info="Pixelorama - Your free and open-source sprite editor"
|
||||||
application/icon="res://assets/graphics/icons/icon.icns"
|
application/icon="res://assets/graphics/icons/icon.icns"
|
||||||
application/identifier="com.orama_interactive.pixelorama"
|
application/identifier="com.orama_interactive.pixelorama"
|
||||||
application/signature=""
|
application/signature=""
|
||||||
application/short_version="0.8.2"
|
application/short_version="0.8.3"
|
||||||
application/version="0.8.2"
|
application/version="0.8.3"
|
||||||
application/copyright="Orama Interactive 2020"
|
application/copyright="Orama Interactive and contributors 2019-present"
|
||||||
display/high_res=false
|
display/high_res=false
|
||||||
privacy/camera_usage_description=""
|
privacy/camera_usage_description=""
|
||||||
privacy/microphone_usage_description=""
|
privacy/microphone_usage_description=""
|
||||||
|
@ -110,18 +107,20 @@ export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path=""
|
export_path=""
|
||||||
patch_list=PoolStringArray( )
|
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
[preset.3.options]
|
[preset.3.options]
|
||||||
|
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
variant/export_type=0
|
||||||
vram_texture_compression/for_desktop=true
|
vram_texture_compression/for_desktop=true
|
||||||
vram_texture_compression/for_mobile=true
|
vram_texture_compression/for_mobile=true
|
||||||
html/custom_html_shell=""
|
html/custom_html_shell=""
|
||||||
html/head_include=""
|
html/head_include=""
|
||||||
custom_template/release=""
|
html/canvas_resize_policy=2
|
||||||
custom_template/debug=""
|
html/experimental_virtual_keyboard=true
|
||||||
|
|
||||||
[preset.4]
|
[preset.4]
|
||||||
|
|
||||||
|
@ -133,21 +132,20 @@ export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path=""
|
export_path=""
|
||||||
patch_list=PoolStringArray( )
|
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
[preset.4.options]
|
[preset.4.options]
|
||||||
|
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
binary_format/64_bits=false
|
||||||
|
binary_format/embed_pck=false
|
||||||
texture_format/bptc=false
|
texture_format/bptc=false
|
||||||
texture_format/s3tc=true
|
texture_format/s3tc=true
|
||||||
texture_format/etc=false
|
texture_format/etc=false
|
||||||
texture_format/etc2=false
|
texture_format/etc2=false
|
||||||
texture_format/no_bptc_fallbacks=true
|
texture_format/no_bptc_fallbacks=true
|
||||||
binary_format/64_bits=false
|
|
||||||
binary_format/embed_pck=false
|
|
||||||
custom_template/release=""
|
|
||||||
custom_template/debug=""
|
|
||||||
codesign/enable=false
|
codesign/enable=false
|
||||||
codesign/identity_type=0
|
codesign/identity_type=0
|
||||||
codesign/identity=""
|
codesign/identity=""
|
||||||
|
@ -158,12 +156,12 @@ codesign/digest_algorithm=1
|
||||||
codesign/description=""
|
codesign/description=""
|
||||||
codesign/custom_options=PoolStringArray( )
|
codesign/custom_options=PoolStringArray( )
|
||||||
application/icon="res://assets/graphics/icons/icon.ico"
|
application/icon="res://assets/graphics/icons/icon.ico"
|
||||||
application/file_version="0.8.2"
|
application/file_version="0.8.3"
|
||||||
application/product_version="0.8.2"
|
application/product_version="0.8.3"
|
||||||
application/company_name="Orama Interactive"
|
application/company_name="Orama Interactive"
|
||||||
application/product_name="Pixelorama"
|
application/product_name="Pixelorama"
|
||||||
application/file_description="Pixelorama - Your free & open-source sprite editor"
|
application/file_description="Pixelorama - Your free & open-source sprite editor"
|
||||||
application/copyright="Orama Interactive 2020"
|
application/copyright="Orama Interactive and contributors 2019-present"
|
||||||
application/trademarks=""
|
application/trademarks=""
|
||||||
|
|
||||||
[preset.5]
|
[preset.5]
|
||||||
|
@ -176,18 +174,17 @@ export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path=""
|
export_path=""
|
||||||
patch_list=PoolStringArray( )
|
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
||||||
[preset.5.options]
|
[preset.5.options]
|
||||||
|
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
binary_format/64_bits=false
|
||||||
|
binary_format/embed_pck=false
|
||||||
texture_format/bptc=false
|
texture_format/bptc=false
|
||||||
texture_format/s3tc=true
|
texture_format/s3tc=true
|
||||||
texture_format/etc=false
|
texture_format/etc=false
|
||||||
texture_format/etc2=false
|
texture_format/etc2=false
|
||||||
texture_format/no_bptc_fallbacks=true
|
texture_format/no_bptc_fallbacks=true
|
||||||
binary_format/64_bits=false
|
|
||||||
binary_format/embed_pck=false
|
|
||||||
custom_template/release=""
|
|
||||||
custom_template/debug=""
|
|
||||||
|
|
Loading…
Reference in a new issue