File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 1.5.0
4+
5+ - Added for manipulating the View Transformation.
6+ - Fixed rendering of transparent circles.
7+ - Fixed bug affecting text parsing of empty lines.
8+ - Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
9+
10+ ## Version 1.4.0
11+
12+ - Added text alignment and wrapping support to the text API.
13+ - Added support for 800px wide mode.
14+ - Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
15+
16+ ## Version 1.3.1
17+
18+ - Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
19+
20+ ## Version 1.3.0
21+
22+ - Added C2D_DrawLine (line drawing support).
23+ - Fixed bug that resulted in incorrect rendering after certain combinations of images and untextured primitives.
24+ - Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
25+
326## Version 1.2.0
427
528- Added custom font support, courtesy of @piepie62 .
Original file line number Diff line number Diff line change 99include $(DEVKITARM ) /3ds_rules
1010
1111export CITRO2D_MAJOR := 1
12- export CITRO2D_MINOR := 4
12+ export CITRO2D_MINOR := 5
1313export CITRO2D_PATCH := 0
1414
1515VERSION := $(CITRO2D_MAJOR ) .$(CITRO2D_MINOR ) .$(CITRO2D_PATCH )
You can’t perform that action at this time.
0 commit comments