This the initial release for firmware 4.19.14123. There are not any changes in this release for other firmware versions.
Patrick Gaskin (@geek1011):
4.19.14123Updated patches for 4.19.14123testdataAdded testdata for 4.19.14123
The following patches needed more changes than usual for this version:
- My 24 line spacing values
Rewritten by @geek1011. It should now be easier to understand and update in the future, as it now only needs 5 offsets to be found rather than 15 offsets and a whole bunch of manually encoded BLX instructions. - Freedom to advanced fonts control
Rewritten from scratch by @geek1011, renamed toEnable advanced settings for all fonts. This was required because the font code was completely overhauled in this firmware version, so everything broke. In addition, the rewritten patch is now only 2 replacements long, and is a lot simpler and less bug-prone now. - Default ePub monospace font (Courier)
Removed because the changes made by this patch are now built-in to the firmware. - Swap header/footer
This patch needed updates to offsets due to the header/footer changes in this version. - Remove forgot pin button from lock screen
The CSS for this patch is in two places for some reason now, and#lblSignoutwas renamed to#lblSignOut. - Custom new header/footer font
This patch doesn't require locale-specific stuff to be removed to make space anymore. In addition, another replacement was added due to stylesheet changes. - Custom page navigation scrubber
This patch doesn't require locale-specific stuff to be removed to make space anymore either. - Reduce new header/footer height
The firmware now usesReadingFooterdirectly instead of[newNavHeight]. - Hide top-left menu item
Compiler optimizations messed up the existing offsets.