* Added `settings.breadcrumbs` and `settings.breadcrumb_join` * Added Breadcrumbs to menu titles
1.5.0
* Added `settings.quit_exit_code` * Added MenuGroup subtitles * Titles and subtitles can be both strings and `callable` objects
1.4.0
* Adding the ability to pre-select menu items during `run()` * FIX: 'q' doesn't actually quit from a submenu * FIX: Issue with menu stack getting corrupted causing issues with `back` ***
1.3.0
* Changing the way the function docstring is used as the title. We'll now run it through `.splitlines()[0].strip()`. * Adding support for dynamic menu items in a group. For example: `climenu.group(items_getter, items_getter_args, items_getter_kwargs)`