Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Commits
(e5af56c) ~derplePush for website to pickup
(f6ffda8) ~DerpleMQ2- Merged Beta into Mainline
- Mainline now includes all the latest from Beta which have been tested and stable for the last 7+ days
Updates:
- Configuration saved as Lua file now.
- Always displayed all defined buttons empty buttons shown if there is extra space.
- Color Wheel picker is fixed
- Naming buttons with numbers is fixed
- Fixed historical bugs:
- The way that buttons per row were calculated was wrong using a hard-coded value of 5 instead of the actual padding value
- Buttons will no longer go off into invisible width space
- New feature
- Buttons will be displayed up to the end of a row of the last defined button.
- This means that if you define button #88 we will render up to at least button 88 and possibly past it to get to the end of the row that button 88 renders on.
- Fixed a legacy bug where labels could be numbers
- This could cause sorting to crash
- All Labels are now strings.
- ButtonMaster can now be locked with the Lock Icon in the top left.
- You can now select Icons from the spell Icon list to go on buttons along with text.
- You can now clear icons/test colors with a right click
- Iconic buttons (see below)
- Icon buttons now use Selectables to behave more like normal buttons
- All spell Icons now available.
(548e2c7) ~DerpleFix for buttons with %'s in them
(d3c7711) ~DerpleMQ2Always close the picker if edit is closed.
(762aa1e) ~DerpleMQ2Updated Icon Picked to support all Spell Icons
- IconID starts and 0 and goes to 2243 now.
(e0c0f9b) ~DerpleMQ2Close IconPicker with edit box
(27f3228) ~DerpleMQ2- Added a right click menu on icons to remove an icon from a button.
- Added same option for button and text color
- Reset is now Reset All and resets Icons as well
- Fixed a bug with how set renaming was handled.
-
(6a1050d) ~DerpleMQ2- Switched from using Invisible Buttons to Selectables
- This creates a more consistent UX between Icons and Text Buttons
- Please test all context menus you use normally.
(2b3a299) ~DerpleMQ2Fixed numerical labels that worked their way into lua configs.
(d4595f8) ~DerpleMQ2Buttons can now use Icons.
(bf1ddd0) ~DerpleMQ2Locking support
(f4d0fde) ~DerpleMQ2Fixed replication.
(10e8926) ~DerpleMQ2Cap buttons at 100
(ca79313) ~DerpleMQ2- Fixed a legacy bug where some labels were treated as numbers and others as strings
- If a button was converted but not used it did not get updated correctly.
(07abba0) ~DerpleMQ2- Fixed an issue where it if your last defined button landed as the last colum then it would print 1 more extra row.
(b7a23ec) ~DerpleMQ2- Fixed historical bugs:
- The way that buttons per row was calculated was wrong using a hard coded value of 5 instead of the actual padding value
- Buttons will no longer go off into invisible width space
- New feature
- Buttons will be displayed up to the end of a row of the last defined button.
- This means that if you define button #88 we will render up to at least button 88 and possibly past it to get to the end of the row that button 88 renders on.
(5585c51) ~DerpleMQ2Snark comments make the man.
(0641fc7) ~DerpleMQ2Change for the sake of change part deux
(89f05ae) ~DerpleMQ2Change for the sake of change.
(e2f80eb) ~DerpleMQ2Only save if changes were made.
(64ad722) ~DerpleMQ2- Buttons no longer contain 5 Commands
- Buttons can have any number of commands seperated by newlines
- Button Editor is now resizable
- Button Editor is now a text edit box
- Merged Beta into Mainline
- Mainline now includes all the latest from Beta which have been tested and stable for the last 7+ days
Updates:
- Configuration saved as Lua file now.
- Always displayed all defined buttons empty buttons shown if there is extra space.
- Color Wheel picker is fixed
- Naming buttons with numbers is fixed
- Fixed historical bugs:
- The way that buttons per row were calculated was wrong using a hard-coded value of 5 instead of the actual padding value
- Buttons will no longer go off into invisible width space
- New feature
- Buttons will be displayed up to the end of a row of the last defined button.
- This means that if you define button #88 we will render up to at least button 88 and possibly past it to get to the end of the row that button 88 renders on.
- Fixed a legacy bug where labels could be numbers
- This could cause sorting to crash
- All Labels are now strings.
- ButtonMaster can now be locked with the Lock Icon in the top left.
- You can now select Icons from the spell Icon list to go on buttons along with text.
- You can now clear icons/test colors with a right click
- Iconic buttons (see below)
- Icon buttons now use Selectables to behave more like normal buttons
- All spell Icons now available.
temporary revert to 5/10/23 build until issues are fixed
Commits
(a28c488) ~DerpleMQ2Fixed a legacy bug with old INI files that could crash if a number was used as a label.