File pixelorama.changes of Package pixelorama

-------------------------------------------------------------------
Wed Nov 26 09:23:07 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>

- Update to 1.1.6
  * Added buttons that enable diagonal symmetry!
  * If Pixelorama crashed in the previous session, a window will appear the 
    next time it is launched to let the user know that they can restore data,
    if there are any projects that can be restored.
  * Two new color picker shapes, OK HS Rectangle and OK HL Rectangle.
  * Users can now drag and drop font files to load them. Fonts can be used by
    the text tool, text meshes in 3D layers and the user interface itself.
  * Added an Undo History dialog.
  * The convolution matrix layer effect now has a kernel normalization factor.
  * Added Arabic translation and made improvements to the UI so that it works
    better for Right-To-Left languages.
  * Pixelorama can now load Lospec palettes if started with "lospec-palette://" 
  * A preview.png file is now saved inside pxo files.
  * Extensions made for previous versions of Pixelorama will fail to load on 
    this version. Make sure to re-download the extensions you want.
  * The timeline now scrolls when adding/moving layers, when the current cel 
    is changing from shortcuts or from the timeline buttons, and when cels, 
    frames and layers are being dragged.
  * The layer effect settings dialog now scrolls automatically when dragging 
    layer effects to re-order them.
  * When moving frames using the arrow buttons in the timeline, all moved cels
    are now being selected. #1358
  * The "Offset/Zoom" effect has been renamed to "Offset & Scale". #1362
  * On Linux, the native screen color picker of the operating system is now 
    used.
  * The canvas can now be moved by arrow keys if there is a selection tool 
    selected, but there is not an active selection. If there is, the selection
    itself gets moved, just like before.
  * The canvas no longer jitters when it is zoomed out a lot and smooth zoom
    is enabled.
  * The screen color picker now works properly on Linux, users can pick colors 
    outside of Pixelorama's window.
  * Optimized the "Mirror Image" effect when a selection is active.
  * Fixed a crash when a user selects a 3D object, then does an undo or redo 
  * Fixed tilemap cells being erased in manual mode if there are cells outside
    of the canvas boundaries.
  * Invisible layers are no longer included when exporting images in headless
    mode, such as from the command line. #1368
  * Fixed transparent checkers not following canvas movement vertically, 
    if "Follow canvas movement" was enabled, and "Follow canvas zoom level" was 
    disabled from the Preferences.
  * The color picker's RGB values can no longer go higher than 255. #349
  * Fixed the restore to default button in the Preferences not hiding after 
    being clicked next to text fields and color buttons.
  * Fixed the "Open last project" button in the splash screen not hiding in
    the Web version.

  * see past updates at
    + https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.1.5
    + https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.1.4
    + https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.1.3
    + https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.1.2

-------------------------------------------------------------------
Wed May 21 12:00:00 UTC 2025 - cunix@mail.de

- Update to 1.1.1
  Added:
  * isometric and hexagonal tile shapes for tilemap layers
  * hexagonal grid type
  * flatten all selected layers into one layer
  and more

-------------------------------------------------------------------
Sun Apr 13 12:00:00 UTC 2025 - cunix@mail.de

- Update to 1.1
  Added:
  * Tilemap layers
  * Audio layers
  * Indexed mode
  * Text tool
  * Color curves image and layer effect
  * Load custom Godot shaders as image and layer effects
  * Importing OpenRaster ".ora" and Aseprite ".ase"/".aseprite" files
  * Reset layout option
  * Multiple grids
  * StartupWMClass in .desktop file
  And much more
- enabled i586 builds

-------------------------------------------------------------------
Sun Feb 16 12:00:00 UTC 2025 - cunix@mail.de

- restored source uri
- disabled i586 builds

-------------------------------------------------------------------
Thu Feb  6 16:02:01 UTC 2025 - Jorik Cronenberg <jorik.cronenberg@suse.com>

- Update to 1.0.5
  Some noteworthy changes from 1.0
  * The config file has been renamed from "cache.ini" to
    "config.ini". This effectively means that preferences edited in
    v0.x will not be automatically be carried over to v1.0.
  * The file format of pxo files has been changed. Pxo files are
    now zip files in disguise.
  * Similarly, the file format of Pixelorama's palette files has
    been changed from .tres back to .json as they used to be in the
    past. This change had to happen due to security concerns
    regarding Godot's resource files.

  Changes from 1.0.5:
  Added:
  * Add density to the square & circle brushes. 100% density means
    that the brush gets completely drawn. Anything less leaves gaps
    inside the brush, acting like a spray tool.
  * Selection expanding, shrinking and borders have been added as
    options in the Select menu.
  * Mouse buttons can now be used as menu shortcuts. #1070
  * Added confirm and cancel buttons in the selection tool options
    to confirm/cancel an active transformation.
  * OKHSL Lightness sorting in palettes has been implemented. #1126
  Changed:
  * The brush size no longer changes by Control + Mouse
    Wheel when resizing the timeline cels or the palette swatches.
  * Improved the UI of the Tile Mode Offsets dialog and added an
    "Isometric" preset button.
  * The Recorder panel now automatically records for the current
    project. This also allows for multiple projects to be recorded
    at the same time.
  Fixed:
  * Opening the Tile Mode Offsets dialog no longer crashes the
    application.
  * Panels no longer get scrolled when using the mouse wheel over a
    slider.
  * Fixed layer effect slider values being rounded to the nearest
    integer.
  * Fixed memory leak where the project remained referenced by a
    drawing tool, even when its tab was closed.
  * Fixed memory leak where the first project remained forever
    references in memory by the Recorder panel.
  * Slightly optimize circle brushes by only calling the ellipse
    algorithms once while drawing
  Removed:
  * The Recorder panel has been removed from the Web version. It
    wasn't functional anyway in a way that was useful, and it's
    unsure if we can find a way to make it work.

  For a full list of changes since the last release see the github
  release notes at
  https://github.com/Orama-Interactive/Pixelorama/releases

-------------------------------------------------------------------
Mon Apr 22 12:00:00 UTC 2024 - cunix@mail.de

- Update to 0.11.4
  * Exporting palettes to png files is now possible
  * When quitting, multiple save confirmation dialogs now appear,
    each for every project that has changes
  * Loop through frames when clicking on go to
    previous/next frame buttons on the timeline
  * Make cloned frames only select a cel if its
    corresponding original cel was selected as well
  * All of the timeline buttons now have the same size
  * Attempting to load an invalid pxo file no longer crashes the application
  * Random brushes now work again

-------------------------------------------------------------------
Wed Nov 1 12:00:00 UTC 2023 - cunix@mail.de

- Update to 0.11.3
  * When deleting a palette, a confirmation window now appears that
    lets users either delete the palette permanently, move it to trash
    or cancel
  * Fixed undo/redo history not working when the tool changes
  * Pixelorama no longer closes when the project fails to be saved
    if "Save & Exit" is selected
  * Projects with 3D cels saved in 1.x can now be opened in 0.11.3

-------------------------------------------------------------------
Tue Sep 19 12:00:00 UTC 2023 - cunix@mail.de

- initial package version 0.11.2
openSUSE Build Service is sponsored by