Bump version to v1.2.6
This commit is contained in:
parent
b2ca9c881d
commit
09f9e4242c
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
APP_TITLE := Lockpick
|
APP_TITLE := Lockpick
|
||||||
APP_AUTHOR := shchmue
|
APP_AUTHOR := shchmue
|
||||||
APP_VERSION := 1.2.5
|
APP_VERSION := 1.2.6
|
||||||
|
|
||||||
TARGET := $(subst $e ,_,$(notdir $(APP_TITLE)))
|
TARGET := $(subst $e ,_,$(notdir $(APP_TITLE)))
|
||||||
BUILD := build
|
BUILD := build
|
||||||
|
|
|
@ -36,7 +36,7 @@ Notes
|
||||||
|
|
||||||
Building
|
Building
|
||||||
=
|
=
|
||||||
Release built with [libnx release v2.2.0](https://github.com/switchbrew/libnx).
|
Release built with [libnx release v2.4.0](https://github.com/switchbrew/libnx).
|
||||||
|
|
||||||
Uses `freetype` which comes with `switch-portlibs` via `devkitPro pacman`:
|
Uses `freetype` which comes with `switch-portlibs` via `devkitPro pacman`:
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
## Version 1.2.6
|
||||||
|
* Fix bis key generation on newer hardware
|
||||||
|
|
||||||
## Version 1.2.5
|
## Version 1.2.5
|
||||||
* Support Hekate v5 fuse dump format
|
* Support Hekate v5 fuse dump format
|
||||||
* Make names consistent with libnx v2.2.0
|
* Make names consistent with libnx v2.2.0
|
||||||
|
|
Loading…
Reference in New Issue