mirror of
https://github.com/shchmue/Lockpick.git
synced 2024-11-16 20:49:15 +01:00
922cf3f4c4
Changed titlekey dump methodology to no longer need reboot. Added SD seed dumping. Reorganized and clarified UI text. Swapped C++-style I/O for C-style. Tightened up dependencies.
11 lines
476 B
Markdown
11 lines
476 B
Markdown
# Changelog
|
|
## Version 1.1
|
|
* Changed titlekey dump methodology
|
|
* No longer crashes sysmodule, reboot no longer needed
|
|
* Queries ES to verify ticket list is accurate
|
|
* May take slightly longer than before on systems with hundreds of tickets
|
|
* Now dumps SD seed
|
|
* Reorganized and clarified UI text
|
|
* Now indicates if no titles are installed to dump titlekeys from
|
|
* Swapped C++ stream functions for C I/O to reclaim some speed and binary size
|
|
* Tightened up dependencies |