Skip to content

Commit 531ae85

Browse files
committed
citro2d v1.5.0
1 parent 0a9de2f commit 531ae85

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

Changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99
include $(DEVKITARM)/3ds_rules
1010

1111
export CITRO2D_MAJOR := 1
12-
export CITRO2D_MINOR := 4
12+
export CITRO2D_MINOR := 5
1313
export CITRO2D_PATCH := 0
1414

1515
VERSION := $(CITRO2D_MAJOR).$(CITRO2D_MINOR).$(CITRO2D_PATCH)

0 commit comments

Comments
 (0)