From 068b8c5e847fb753006b093eb13e913cb48be2df Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:07:57 +0300 Subject: [PATCH] Release v0.11.4-stable --- CHANGELOG.md | 2 +- ...m.orama_interactive.Pixelorama.appdata.xml | 4 +-- README.md | 34 ++++++++----------- project.godot | 4 +-- src/UI/TopMenuContainer/TopMenuContainer.gd | 4 +-- 5 files changed, 22 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d9e7a73..063bd16e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). All the dates are in YYYY-MM-DD format.

-## [v0.11.4] - Unreleased +## [v0.11.4] - 2024-04-17 This update has been brought to you by the contributions of: Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)) diff --git a/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml b/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml index cbb422f1b..56ea34e49 100644 --- a/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml +++ b/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml @@ -6,8 +6,7 @@ 2D sprite editor with animation support

- Pixelorama is a free and open source 2D sprite editor, made by Orama - Interactive in the Godot Engine using GDScript. + Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features.

CC0-1.0 @@ -37,6 +36,7 @@ + diff --git a/README.md b/README.md index d67038fc5..d83e9bb81 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Pixelorama - pixelate your dreams!

- Pixelorama is a free and open source pixel art editor, proudly created with the Godot Engine, by Orama Interactive. Whether you want to make animated pixel art, game graphics, tiles and any kind of pixel art you want, Pixelorama has you covered with its variety of tools and features. Free to use for everyone, forever! + Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features.

@@ -56,32 +56,28 @@ You can also find early access builds in the [GitHub Actions page](https://githu Keep in mind that these versions will have bugs and are unstable. Unless you're interested in testing the main branch of Pixelorama, it's recommended that you stick to a stable version. ## Documentation -You can find Online Documentation for Pixelorama here: https://orama-interactive.github.io/Pixelorama-Docs +You can find online Documentation for Pixelorama here: https://orama-interactive.github.io/Pixelorama-Docs It's still work in progress so there are some pages missing. If you want to contribute, you can do so in [Pixelorama-Docs' GitHub Repository](https://github.com/Orama-Interactive/Pixelorama-Docs). ## Cloning Instructions -Pixelorama uses Godot 3.5, so you will need to have it in order to run the project. Older versions may not work. +Pixelorama uses Godot 3.5.2, so you will need to have it in order to run the project. Older versions may not work. As of right now, most of the code is written using GDScript, so the mono version of Godot is not required, but Pixelorama should also work with it. -## Current features: -- A variety of different tools to help you draw, with the ability to map a different tool in each left and right mouse buttons. -- Are you an animator? Pixelorama has its own animation timeline just for you! You can work at an individual cel level, where each cel refers to a unique layer and frame. Supports onion skinning, cel linking, motion drawing and frame grouping with tags. -- Custom brushes, including random brushes. -- Create or import custom palettes. -- Import images and edit them inside Pixelorama. If you import multiple files, they will be added as individual animation frames. Importing spritesheets is also supported. -- Export your gorgeous art as `PNG`, as a single file, a spritesheet or multiple files, or `GIF` and `APNG` animated file. -- Pixel perfect mode for perfect lines, for the pencil, eraser & lighten/darken tools. -- Dynamics, such as tablet pen pressure. +## Features: +- A variety of different tools to help you create, with the ability to dynamically map each one on the left and the right mouse buttons with a single click. +- Animation support with a timeline composed of layers and frames, with onion skinning, frame tags and the ability to draw while the animation is playing. +- Pixel perfect mode for perfect pixel lines. +- Pre-made palettes as well as many palette importing options. +- Multiple image manipulation effects. +- A powerful drawing canvas with guides, a rectangular and an isometric grid, and tile mode for easier seamless pattern creation. - Autosave support, with data recovery in case of a software crash. +- Comprehensive user interface with many customizability options. +- Export to PNG, as well as spritesheets, GIFs and animated PNGs. +- Import spritesheets and multiple images as separate frames. +- Various rotation and scaling algorithms tailored for pixel art, such as [cleanEdge](http://torcado.com/cleanEdge/), OmniScale and rotxel. - 3D layers that allow you to bring 3D shapes and models into your 2D canvas. -- Load reference images to help you draw. -- Horizontal & vertical mirrored drawing. -- Tile Mode for pattern creation. -- Rectangular & isometric grid types. -- Guides that can be snapped to. -- A perspective editor to help you create artwork with depth. -- Scale, rotate and apply multiple image effects to your drawings. Rotation offers multiple algorithms, tailored for pixel art. +- Fully open source with free updates, forever! - Multi-language localization support! See our [Crowdin page](https://crowdin.com/project/pixelorama) for more details. diff --git a/project.godot b/project.godot index d0172fb7b..81d8b3c9a 100644 --- a/project.godot +++ b/project.godot @@ -333,7 +333,7 @@ _global_script_class_icons={ [application] config/name="Pixelorama" -config/description="A free & open-source 2D sprite editor" +config/description="Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. " run/main_scene="res://src/Main.tscn" config/use_custom_user_dir=true run/low_processor_mode=true @@ -343,7 +343,7 @@ 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/custom_user_dir_name.X11="pixelorama" -config/Version="v0.11.4-rc3" +config/Version="v0.11.4-stable" config/ExtensionsAPI_Version=3 config/Pxo_Version=2 diff --git a/src/UI/TopMenuContainer/TopMenuContainer.gd b/src/UI/TopMenuContainer/TopMenuContainer.gd index bca24f91c..19a870e09 100644 --- a/src/UI/TopMenuContainer/TopMenuContainer.gd +++ b/src/UI/TopMenuContainer/TopMenuContainer.gd @@ -714,12 +714,12 @@ func help_menu_id_pressed(id: int) -> void: Global.HelpMenu.ISSUE_TRACKER: OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues") Global.HelpMenu.OPEN_LOGS_FOLDER: - var dir = Directory.new() + var dir := Directory.new() dir.make_dir_recursive("user://logs") # In case someone deleted it OS.shell_open(ProjectSettings.globalize_path("user://logs")) Global.HelpMenu.CHANGELOG: OS.shell_open( - "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v0113---2023-10-30" + "https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v0114---2024-04-17" ) Global.HelpMenu.ABOUT_PIXELORAMA: _popup_dialog(Global.control.get_node("Dialogs/AboutDialog"))