@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ v0.8.0 ] - 2025-08-15
99
1010### Added
1111
@@ -20,6 +20,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020- Constant trait handler to the ImGui inspector (#1507 , ** @RiscadoA ** ).
2121- Toggle for matrix decomposition to the inspector (#1521 , ** @RiscadoA ** ).
2222- Allow gizmos to be drawn for specific cameras (#1402 , ** @tomas7770 ** ).
23+ - Named method for attributing a name to a plugin (#1556 , ** @mcanais ** ).
24+ - New quadrados create command to create assets based on templates (#1479 , ** @R-Camacho ** ).
25+ - Profiling timers in render plugins (#1560 , ** @tomas7770 ** ).
26+ - Quaternion representation mode switch on the inspector (#1520 , ** @RiscadoA ** ).
27+ - Support for MaskTrait types in JSON (de)serializer (#1507 , ** @RiscadoA ** ).
28+ - Render timers in metrics panel (#1565 , ** @tomas7770 ** ).
29+ - Custom module loader for lua scripts (#1517 , ** @mkuritsu ** ).
30+ - Added possibility of creating basic systems in lua scripts (#1518 , ** @mkuritsu ** )
31+ - Sane default placement for tools in tesseratos (#1387 , ** @jdbaracho ** ).
32+ - Layout structure with loading and ImGui application (#1387 , ** @jdbaracho ** ).
33+ - Allow generating metas with random UUIDs through Quadrados (#1441 , ** @Fkatar ** )
2334
2435### Changed
2536
@@ -49,6 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4960- Clear picker depth in Gizmos plugin if not already cleared (** @tomas7770 ** ).
5061- Only draw gizmos to active cameras (** @tomas7770 ** ).
5162- Transform Gizmos rendered in wrong location when splitting the screen (#1148 , ** @tomas7770 ** ).
63+ - GL timer result always being 0 (#1486 , ** @tomas7770 ** ).
64+ - Metrics being popped in the wrong order (** @tomas7770 ** ).
65+ - Updated doctest version to fix build failures in cmake >= 4.0 (** @mkuritsu ** ).
5266
5367## [ v0.7.0] - 2025-05-03
5468
@@ -410,3 +424,4 @@ Although they've moved on, their work is etched into the project's foundations.
410424[ v0.5.0 ] : https://github.com/GameDevTecnico/cubos/releases/tag/v0.5.0
411425[ v0.6.0 ] : https://github.com/GameDevTecnico/cubos/releases/tag/v0.6.0
412426[ v0.7.0 ] : https://github.com/GameDevTecnico/cubos/releases/tag/v0.7.0
427+ [ v0.8.0 ] : https://github.com/GameDevTecnico/cubos/releases/tag/v0.8.0
0 commit comments