We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614bd5d commit 6d83b40Copy full SHA for 6d83b40
2 files changed
Changelog.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Version 1.6.0
4
+
5
+- Added C2D_SetTintMode: switchable tinting modes (solid tint/multiplicative tint/grayscale tint)
6
+- Added C2D_FontSetFilter
7
+- Minor behind-the-scenes performance improvements
8
+- Miscellaneous bugfixes
9
+- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
10
11
## Version 1.5.0
12
13
- Added for manipulating the View Transformation.
Makefile
@@ -9,7 +9,7 @@ endif
include $(DEVKITARM)/3ds_rules
export CITRO2D_MAJOR := 1
-export CITRO2D_MINOR := 5
+export CITRO2D_MINOR := 6
export CITRO2D_PATCH := 0
14
15
VERSION := $(CITRO2D_MAJOR).$(CITRO2D_MINOR).$(CITRO2D_PATCH)
0 commit comments