Skip to content

Lazy Admin v2.1

Latest
Compare
Choose a tag to compare
@attilaoroszdev attilaoroszdev released this 13 Dec 09:45
· 2 commits to master since this release
5bb5bd7

This minor version release has a few bug-fixes, and quite a few new functions and enhancements, mainly for user-friendliness, and ease of setup.

Once again, Lazy Admin is available in 4 "flavours":

  • Full - The whole package, complete with sample data, plugins, docs, and an installer script
  • Minimal - A leaned down version: No docs, no plugins with external dependencies, no sample data, comes with owninstaller
  • Portable - Same as the full version, only without an installer... or the need to install. Run it from anywhere.
  • Portable Minimal - You can probably guess from the above...

New in 2.1

  • Different user profiles can now be loaded via command line arguments
  • Line-connector drawing preference can be temporarily changed via cmd arg (on or off) - Useful with remote access where font is non-monospace, like e.g. Android terminal emulators
  • Infinite tab: Now tabs wrap around when going in one direction, just like the menus
  • Simple menu entries: A more ergonomic way to define menus
  • Simple menu bindings: A more user friendly way to bind functions to menu items
  • run_as_root extra function as a plugin: Allows to run a command or script as root, allows user to specify preferred root method, and even auto detects if unsure

Enhancements

  • Improved installer
  • Help menu can now also skip items
  • Extended documentation with new functionality
  • Renamed some components so that filenames to better reflect functionality

Bug fixes

  • Fixed: Re-flowing menu after returning from help menu could cause bleeding through of help menu items
  • Corrections to documentation (typos, etc)