Skip to content

NickelMenu v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 20:46
e7646a6

This release improves the documentation and has a lot of internal refactoring and cleanup. There should not be any noticeable change for users.

  • Breaking change: Support for being loaded using LD_PRELOAD or /etc/ld.so.preload has been removed. This has been deprecated and unused since the initial release, so it will not affect any current users.
  • Error handling has been refactored.
  • Most general hook-related code has been refactored into a new NickelHook library, which is now used by other mods like NickelSeries and kobo-dotfile-hack.
  • There are various improvements to the documentation including more information on how to launch other software.
  • NM_CONFIG_DIR can now be set from the Makefile when building (but this is highly discouraged).

Patrick Gaskin (@pgaskin)
57df60b Updated GitHub username
fb080e0 Updated build instructions in README
5a6ae2b Removed support for loading using LD_PRELOAD (#63)
6329328 Refactored error handling (#62)
2cfb51a Fixed minor memory regression in #62
b4b86fb Refactored common hook code into new NickelHook library (#64)
80409bf Added note about embedding NM to the docs
52a4333 Changed strerror to %m in format specifiers
667208e Cleaned up unused includes
7a37261 Added NM_CONFIG_DIR option to the Makefile (closes #68)
905c1bc Added note about the documentation file being replaced (#65)
e7646a6 Added information about using NM with other software (#65)