Skip to content

Commit

Permalink
citro2d v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Dec 19, 2020
1 parent 0a9de2f commit 531ae85
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## Version 1.5.0

- Added for manipulating the View Transformation.
- Fixed rendering of transparent circles.
- Fixed bug affecting text parsing of empty lines.
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

## Version 1.4.0

- Added text alignment and wrapping support to the text API.
- Added support for 800px wide mode.
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

## Version 1.3.1

- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

## Version 1.3.0

- Added C2D_DrawLine (line drawing support).
- Fixed bug that resulted in incorrect rendering after certain combinations of images and untextured primitives.
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

## Version 1.2.0

- Added custom font support, courtesy of @piepie62.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif
include $(DEVKITARM)/3ds_rules

export CITRO2D_MAJOR := 1
export CITRO2D_MINOR := 4
export CITRO2D_MINOR := 5
export CITRO2D_PATCH := 0

VERSION := $(CITRO2D_MAJOR).$(CITRO2D_MINOR).$(CITRO2D_PATCH)
Expand Down

0 comments on commit 531ae85

Please sign in to comment.