Skip to content

Commit 5f3b369

Browse files
committed
Release 1.5.1
1 parent a482822 commit 5f3b369

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 1.5.1
4+
5+
- Added support for the FRD service.
6+
- Added gas-related GPU definitions.
7+
- Implemented nanosleep.
8+
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
9+
310
## Version 1.5.0
411

512
- Added new decompression API which supports LZSS/LZ10, LZ11, RLE & Huffman formats, and which can read compressed data from memory or from a file.

libctru/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules
1010

1111
export LIBCTRU_MAJOR := 1
1212
export LIBCTRU_MINOR := 5
13-
export LIBCTRU_PATCH := 0
13+
export LIBCTRU_PATCH := 1
1414

1515

1616
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)

0 commit comments

Comments
 (0)