diff --git a/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml b/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml
index 56ea34e49..5199b75f4 100644
--- a/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml
+++ b/Misc/Linux/com.orama_interactive.Pixelorama.appdata.xml
@@ -22,20 +22,29 @@
https://www.oramainteractive.com/Pixelorama-Docs/development_and_contributing
- https://img.itch.zone/aW1hZ2UvNDcwMzY3LzcwMTE1NzEucG5n/original/CyAplX.png
- Art by Erevos
+ https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_354ea5cfde19549cd19fbfe3d68fc1d66b67763e.1920x1080.jpg
+ A screenshot of Pixelorama's User Interface
- https://img.itch.zone/aW1hZ2UvNDcwMzY3LzcwMTE1NzQucG5n/original/xNGUSf.png
- Art by Erevos
+ https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_16d45d0b76064a8a7dee7ad2af8a584408040e09.1920x1080.jpg
+ A screenshot of Pixelorama's User Interface
-
- https://img.itch.zone/aW1hZ2UvNDcwMzY3LzcwMTE1NzUucG5n/original/7Ykr%2Fj.png
- Art by Erevos
+
+ https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_54395040c25b243cb82a3bd68778e19e04b43ade.1920x1080.jpg
+ A screenshot of Pixelorama's User Interface
+
+
+ https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_f8a47ca28701813feff16da54982e2e1e7a435bb.1920x1080.jpg
+ A screenshot of Pixelorama's User Interface
+
+
+ https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/2779170/ss_082edd5ebe50d8d68018905b1cd00dbefae812bb.1920x1080.jpg
+ A screenshot of Pixelorama's User Interface
+
diff --git a/README.md b/README.md
index ca184e628..fbdc4e8f4 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ If you like, consider helping us by sponsoring this project! It would enable us
## Download
Stable versions:
-- [Steam (available soon on Windows & Linux)](https://store.steampowered.com/app/2779170?utm_source=github)
+- [Steam (Windows & Linux)](https://store.steampowered.com/app/2779170?utm_source=github)
- [Itch.io (Windows, Linux, Mac & Web)](https://orama-interactive.itch.io/pixelorama)
- [GitHub Releases (Windows, Linux & Mac)](https://github.com/Orama-Interactive/Pixelorama/releases)
- [GitHub Pages (Web)](https://orama-interactive.github.io/Pixelorama/)
@@ -69,14 +69,20 @@ As of right now, most of the code is written using GDScript, so the mono version
- 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.
+- Clipping masks.
- Pre-made palettes as well as many palette importing options.
- Multiple image manipulation effects.
+- Non-destructive and fully customizable layer effects, such as outline, gradient map, drop shadow and palettize.
- 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.
+- Export to PNG and other image and video formats, as well as spritesheets, GIFs, animated PNGs etc.
+- Import spritesheets, multiple images as separate frames, as well as GIFs and videos.
- 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.
+- A command line interface for automated file exporting.
+- Custom user data for projects, layers, frames, frame tags and cels, allowing you to attach metadata for game development.
+- Various free community-made extensions, such as tools that automatically convert your 2D pixels into 3D voxels.
- 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 c51695417..4c0f76b02 100644
--- a/project.godot
+++ b/project.godot
@@ -11,8 +11,8 @@ config_version=5
[application]
config/name="Pixelorama"
-config/description="A free & open-source 2D sprite editor"
-config/version="v1.0-rc2"
+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."
+config/version="v1.0-stable"
run/main_scene="res://src/Main.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="pixelorama"