BIG new update!
The major change is that The Bindings tab has been completely reworked.
The downside is that all your existing bindings will be lost.
The upside is that the bindings system is much easier to use whilst being more powerful.
See the changelogs for more info
Also see the new
WIKI PAGE for instructions.
FireCtrl:
3.0.0 24th Feb 2014
+ New in-app Instructions link to Wiki on GitHub.
= NEW IMPROVED bindings tab with ADHD 3.0.0
! All your existing bindings will be lost.
Sorry about that, gives you a chance to test the new bindings system though.
= Arm lock toggle "L" setting now sends lowercase - "l".
The uppercase L setting was also holding shift.
= Fixed startup so firectrl_init only runs once.
+ Added Fire sequence subcommands:
groupmode()
reset
stagger()
See the new instructions link for info on usage
ADHD:
3.0.0 24th Feb 2014
= Moved to three number semantic versioning system
+ Version checks now regognise newer, older, or same number versions.
= option_changed removed from debug list - it provided no information
= Order in debug window reversed, so last item is always on top.
This is quicker than scrolling the window constantly to keep the bottom in view.
= Profile manipulation much more robust.
Should no longer be possible to have duplicate profile names etc.
= Fixed slight incompatibility issue
Pollution of global namespace (DisplayToolTip and RemoveToolTip)
These now have ADHD_ prefixes
= functions / variables *default_app* are now *limit_app*
= Moved majority of functions / data into a "private" object.
To make it clear what functions are intended to be called by library users.
+ Added functions config_get_limit_app() and config_get_limit_app_on() to avoid need to access globals
+ get_debug_mode() function added
+ Tooltip code no longer runs if AHK GUI is not the current window.
Edited by evilC, 23 February 2014 - 11:21 PM.