Branch: refs/heads/testing
  Home:   https://github.com/synfig/synfig
  Commit: d8951f9c2a61308d5a54951d01c63102472d5ef1
      
https://github.com/synfig/synfig/commit/d8951f9c2a61308d5a54951d01c63102472d5ef1
  Author: Konstantin Dmitriev <[email protected]>
  Date:   2026-01-18 (Sun, 18 Jan 2026)

  Changed paths:
    M .github/ISSUE_TEMPLATE/bug-report--version-1-5.md
    M CMakeLists.txt
    M ChangeLog-development.md
    M ChangeLog.last_id
    M ETL/NEWS
    M ETL/configure.ac
    M appveyor.yml
    M synfig-core/NEWS
    M synfig-core/configure.ac
    M synfig-studio/NEWS
    M synfig-studio/configure.ac
    M synfig-studio/org.synfig.SynfigStudio.appdata.xml.in
    M vcpkg.json
    M version-release.sh

  Log Message:
  -----------
  chore: Release version 1.5.4 (#3672)


  Commit: 5fde9b15a6b41503a332f0827371f8e8becc292b
      
https://github.com/synfig/synfig/commit/5fde9b15a6b41503a332f0827371f8e8becc292b
  Author: Aviral Garg <[email protected]>
  Date:   2026-01-25 (Sun, 25 Jan 2026)

  Changed paths:
    M synfig-core/src/modules/mod_filter/colorcorrect.cpp
    M synfig-core/src/modules/mod_filter/colorcorrect.h

  Log Message:
  -----------
  feat: add saturation parameter to Color Correct layer (#3641)


  Commit: 7e64a2b4240076446560b3f50f46346b5a5404c8
      
https://github.com/synfig/synfig/commit/7e64a2b4240076446560b3f50f46346b5a5404c8
  Author: rodolforg <[email protected]>
  Date:   2026-01-28 (Wed, 28 Jan 2026)

  Changed paths:
    M synfig-core/test/filesystem_path.cpp

  Log Message:
  -----------
  test: fix synfig::filesystem::Path test for compare method (#3671)


  Commit: 0d059a1e9accf73bbb65c0c70529555ecba90a09
      
https://github.com/synfig/synfig/commit/0d059a1e9accf73bbb65c0c70529555ecba90a09
  Author: BobSynfig <[email protected]>
  Date:   2026-02-01 (Sun, 01 Feb 2026)

  Changed paths:
    M synfig-core/po/POTFILES.in
    M synfig-core/src/synfig/valuenodes/CMakeLists.txt
    M synfig-core/src/synfig/valuenodes/Makefile_insert
    A synfig-core/src/synfig/valuenodes/valuenode_absolute.cpp
    A synfig-core/src/synfig/valuenodes/valuenode_absolute.h
    M synfig-studio/src/synfigapp/instance.cpp
    M synfig-studio/src/synfigapp/instance.h

  Log Message:
  -----------
  feat(converter): Absolute Converter for angle/integer/real (#3618)


  Commit: 9c444e4ac7a936b57c9209cc3d86080fa2b82d26
      
https://github.com/synfig/synfig/commit/9c444e4ac7a936b57c9209cc3d86080fa2b82d26
  Author: luzpaz <[email protected]>
  Date:   2026-02-02 (Mon, 02 Feb 2026)

  Changed paths:
    M synfig-core/src/synfig/layer.h
    M synfig-studio/NEWS
    M synfig-studio/src/gui/modules/mod_palette/dock_paledit.cpp
    M synfig-studio/src/synfigapp/vectorizer/centerlinetostrokes.cpp

  Log Message:
  -----------
  chore: fix various typos (#3673)


  Commit: 5eb65a52098bd066318ada10dfb18a0ba5933a94
      
https://github.com/synfig/synfig/commit/5eb65a52098bd066318ada10dfb18a0ba5933a94
  Author: rodolforg <[email protected]>
  Date:   2026-02-02 (Mon, 02 Feb 2026)

  Changed paths:
    M synfig-studio/src/gui/canvasview.cpp
    M synfig-studio/src/gui/canvasview.h
    M synfig-studio/src/gui/states/state_bline.cpp
    M synfig-studio/src/gui/states/state_bone.cpp
    M synfig-studio/src/gui/states/state_draw.cpp
    M synfig-studio/src/gui/states/state_gradient.cpp
    M synfig-studio/src/gui/states/state_lasso.cpp
    M synfig-studio/src/gui/states/state_normal.cpp
    M synfig-studio/src/gui/states/state_polygon.cpp
    M synfig-studio/src/gui/states/state_sketch.cpp
    M synfig-studio/src/gui/states/state_text.cpp

  Log Message:
  -----------
  refactor: remove CanvasView methods unused since 2005 (#3679)


  Commit: 202fe411f5203b9971d22b277719c953ba334520
      
https://github.com/synfig/synfig/commit/202fe411f5203b9971d22b277719c953ba334520
  Author: rodolforg <[email protected]>
  Date:   2026-02-02 (Mon, 02 Feb 2026)

  Changed paths:
    M synfig-studio/src/gui/docks/dockdialog.cpp
    M synfig-studio/src/gui/docks/dockdialog.h

  Log Message:
  -----------
  refactor: remove unused variable (#3678)


  Commit: faf4093f8a4f022bd1e2d8a1a550aa0367f58cc2
      
https://github.com/synfig/synfig/commit/faf4093f8a4f022bd1e2d8a1a550aa0367f58cc2
  Author: rodolforg <[email protected]>
  Date:   2026-02-03 (Tue, 03 Feb 2026)

  Changed paths:
    M synfig-core/src/synfig/savecanvas.cpp

  Log Message:
  -----------
  refactor: avoid copying variable on left-rotating vector (#3585)

Problem was in `auto node` (instead of `const auto& node`).
Besides, there was a duplicated `if`condition o.O

Error reported by Scan Coverity CID 457160


  Commit: 36478330193c5eb04f9bbedf20ecbd933b99a1aa
      
https://github.com/synfig/synfig/commit/36478330193c5eb04f9bbedf20ecbd933b99a1aa
  Author: Abdelhadi Wael <[email protected]>
  Date:   2026-02-05 (Thu, 05 Feb 2026)

  Changed paths:
    M synfig-studio/src/gui/duckmatic.cpp
    M synfig-studio/src/gui/duckmatic.h
    M synfig-studio/src/gui/states/state_sketch.cpp

  Log Message:
  -----------
  feat(sketch tool): add redo for the sketch tool (#3661)


  Commit: 32ad9e083bbe9428912706c4c7e059ea9da0cf52
      
https://github.com/synfig/synfig/commit/32ad9e083bbe9428912706c4c7e059ea9da0cf52
  Author: Abdelrahman Emad <[email protected]>
  Date:   2026-02-14 (Sat, 14 Feb 2026)

  Changed paths:
    M synfig-core/src/synfig/rendering/software/function/blur.cpp

  Log Message:
  -----------
  fix: gaussian blur vertical pass (#3682)


  Commit: 11765ffea272cb64b194e65869ef6e2045e6c5eb
      
https://github.com/synfig/synfig/commit/11765ffea272cb64b194e65869ef6e2045e6c5eb
  Author: Brendan Barber <[email protected]>
  Date:   2026-02-21 (Sat, 21 Feb 2026)

  Changed paths:
    M synfig-studio/plugins/add-skeleton-simple/stickman.sif

  Log Message:
  -----------
  fix: add-skeleton-simple plugin switched naming of "forearm" and "arm" (#3687)


  Commit: edc13dc0a1df96f674ed2b1b1e890db6e7b13f4a
      
https://github.com/synfig/synfig/commit/edc13dc0a1df96f674ed2b1b1e890db6e7b13f4a
  Author: 036006 <[email protected]>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M synfig-core/src/modules/lyr_std/bevel.cpp

  Log Message:
  -----------
  fix(bevel layer): add null check for sub_task to prevent assertion failure 
when there are no layers below (#3701)


  Commit: 2562e8d1ff34b8870189a1a0a6bc71206b4046ee
      
https://github.com/synfig/synfig/commit/2562e8d1ff34b8870189a1a0a6bc71206b4046ee
  Author: ice0 <[email protected]>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

  Changed paths:
    A .gemini/config.yaml
    M .gitignore

  Log Message:
  -----------
  ci(Github Actions): reduce verbosity of gemini review output (#3706)


  Commit: be55081b78a5ac78af854c2e34be12de6cb6e58a
      
https://github.com/synfig/synfig/commit/be55081b78a5ac78af854c2e34be12de6cb6e58a
  Author: Safi Nguyen <[email protected]>
  Date:   2026-03-10 (Tue, 10 Mar 2026)

  Changed paths:
    M README.md

  Log Message:
  -----------
  ci: build badge not loading in README (#3703)


  Commit: 2c401284b22c902a114063fa8ab9e7eed87c237c
      
https://github.com/synfig/synfig/commit/2c401284b22c902a114063fa8ab9e7eed87c237c
  Author: BobSynfig <[email protected]>
  Date:   2026-03-11 (Wed, 11 Mar 2026)

  Changed paths:
    M README.md

  Log Message:
  -----------
  chore: Travis build badge removal (#3710)


  Commit: 3ad3a8fae4e23b129215959ed5ac762352c00ab8
      
https://github.com/synfig/synfig/commit/3ad3a8fae4e23b129215959ed5ac762352c00ab8
  Author: Alexandr Borisov <[email protected]>
  Date:   2026-03-15 (Sun, 15 Mar 2026)

  Changed paths:
    M .github/ISSUE_TEMPLATE/bug-report--version-1-5.md
    M CMakeLists.txt
    M ETL/configure.ac
    M appveyor.yml
    M synfig-core/configure.ac
    M synfig-studio/configure.ac
    M synfig-studio/org.synfig.SynfigStudio.appdata.xml.in
    M vcpkg.json

  Log Message:
  -----------
  Bump version to 1.5.5


  Commit: d3ab833129a95fe1c9d67c6829491db4770d2961
      
https://github.com/synfig/synfig/commit/d3ab833129a95fe1c9d67c6829491db4770d2961
  Author: Alexandr Borisov <[email protected]>
  Date:   2026-03-15 (Sun, 15 Mar 2026)

  Changed paths:
    M ChangeLog-development.md
    M ChangeLog.last_id
    M ETL/NEWS
    M synfig-core/NEWS
    M synfig-studio/NEWS

  Log Message:
  -----------
  Release version 1.5.5


  Commit: 79bf708e2483cba678fc93f0ecf48b2178263795
      
https://github.com/synfig/synfig/commit/79bf708e2483cba678fc93f0ecf48b2178263795
  Author: Konstantin Dmitriev <[email protected]>
  Date:   2026-03-15 (Sun, 15 Mar 2026)

  Changed paths:
    M .github/ISSUE_TEMPLATE/bug-report--version-1-5.md
    M CMakeLists.txt
    M ChangeLog-development.md
    M ChangeLog.last_id
    M ETL/NEWS
    M ETL/configure.ac
    M appveyor.yml
    M synfig-core/NEWS
    M synfig-core/configure.ac
    M synfig-studio/NEWS
    M synfig-studio/configure.ac
    M synfig-studio/org.synfig.SynfigStudio.appdata.xml.in
    M vcpkg.json

  Log Message:
  -----------
  chore: Release version 1.5.5 (#3714)


Compare: https://github.com/synfig/synfig/compare/794173193fd4...79bf708e2483

To unsubscribe from these emails, change your notification settings at 
https://github.com/synfig/synfig/settings/notifications


_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to