This release adds a few new actions and menu locations. In addition, there are some minor improvements to the documentation.
- You can now add items to the
library
menu. This is perfect for actions likenickel_misc:rescan_books_full
or other actions mainly only useful in the library, but all actions will work here. - You can now add items to the
browser
menu. This can be used for actions likenickel_setting:toggle:invert
, but all actions will work here too. - The new
power:sleep
action will make the Kobo sleep, the same thing as when you press the power button. - The new
nickel_orientation
action allows you to control the screen orientation, even on devices which don't have an orientation sensor. This includes access the inverted orientations. There are options for setting the current orientation (portrait
,landscape
,inverted_portrait
,inverted_landscape
) and for changing it (invert
,swap
). See the documentation for more details.
Patrick Gaskin (@pgaskin)
1d61ddf Implemented power:sleep action (closes #69)
d25dbc8 Fixed typo in nickel_setting documentation
6ee6745 Updated NickelHook
397964e Fixed an inconsequential macro argument typo for vtable_ptr
8fb56ea Implemented browser menu location (closes #71) (#74)
6afc98d Added some examples for the browser menu
c8ce846 Fixed unreleased regression in 8fb56ea
141333c Implemented library menu location (closes #72) (#75)
afa1012 Moved nickel_misc:rescan_books_full example to the library menu
f813e90 Updated NickelHook
300f11d Implemented nickel_orientation action (closes #67) (#70)
65fbea2 Updated version in docs
39b1965 Implemented auto_usb_gadget for nickel_setting (closes #76) (#77)