Some open issues with 113.
1) The toggle for displaying the presetframe isn't persistent, you need to explicitely enable this each time you load.
2) When you change names in the presets (or add presets), these changed names aren't displayed in the "combobox" of the presetframe, it's still using the old names. meaning any new presets are blank.
It resolves itself when reloading though. So a minor annoyance
3) options.lua
presets, args, __presetFrameToggle, name =
typo: "prests" -> "presets"