Skip to content

Commit

Permalink
Upgrading the confusing American-style dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralofhope committed Apr 21, 2016
1 parent dfb6a0e commit 6302127
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
Change Log

2.6.1 (10/16/14)
2014-10-16 - 2.6.1
* Fixes "Different name on button" and "Expand/collapse all folders"

2.6 (10/16/14)
2014-10-16 - 2.6
* Fixes character-specific macros, which broke when Warlords gave us more global macros.

2.4.6 (2/20/12)
2012-02-20 - 2.4.6
* Fixed a bug where the interface sometimes inappropriately prevented you from making new macros

2.4.5 (1/17/12)
2012-01-17 - 2.4.5
* Fixed a bug that caused the "Change Name/Icon" window to sometimes be unresponsive
* Now the "Change Name/Icon" always deselects the icon when it opens so that you don't accidentally change the icon of one of your macros

2.4.4 (12/17/11)
2011-12-17 - 2.4.4
* Fixed a bug where the button on the macro frame that opens SDM would sometimes appear in the wrong place.

2.4.3 (11/30/11)
2011-11-30 - 2.4.3
* Re-enabled the text that shows how many more button macros you can create

2.4.2 (11/30/11)
2011-11-30 - 2.4.2
* Fixed a minor error that occurs when running SDM for the first time
* When attempting to pick up a macro during combat, you will get an error message created by SDM instead of Blizzard's "Interface action failed due to an addon".

2.4.1 (11/30/11)
2011-11-30 - 2.4.1
* Updated for version 4.0 - you will lose any custom icons for your macros. Sorry!

2.4 (11/20/11)
2011-11-20 - 2.4
* Fixed the Send/Receive feature; now you can share macros with your friends again, as long as you are both using the latest version.
* Fixed a bug where buttons on the SDM frame would sometimes stretch away
* Many UI Improvements

2.3 (11/16/11)
2011-11-16 - 2.3
* The SDM frame now hides when you press escape!
* Added more tooltips; still more to come

2.2.1 (11/15/11)
2011-11-15 - 2.2.1
* Fixed a bug where the macro list sometimes became unclickable

2.2 (11/4/11)
2011-11-04 - 2.2
* Upgraded macros will now appropriately change their icons based on the macro code (unless an icon other than the Question Mark icon was selected). If you upgraded a macro with version 2.1, you will need to manually change the icon to the Question Mark icon.
* Added a "Downgrade" button that converts a Super Duper macro into a standard macro
* Added a "Claim"/"Disown" button that allows you to have a single character-specific macro or script that applies to multiple characters
* Added a "Save As..." button that allows you to save an existing macro as a different type or character. For example, you can save a button macro as a floating macro if you want to free up a macro slot.
* Several UI improvements; more to come!

2.1 (10/19/11)
2011-10-19 - 2.1
* Added an "Upgrade" button to the standard macro frame, allowing you to convert a standard macro into a Super Duper macro
* Removed an overbearing version-checking system

2.0 (10/16/11)
2011-10-16 - 2.0
* Incorporated compatibility updates by survivorx and ambro

1.8.3 (2/26/09)
2009-02-26 - 1.8.3
* Changing the name of a macro will now properly update the title text above the edit box.
* Improved the "/sdm test" function. Please re-test it and submit your results!

1.8.2 (2/26/09)
2009-02-26 - 1.8.2
* Fixed a bug that caused the image on button macros to show as a question mark more often than necessary.
* Added a command "/sdm test" that does nothing but check some nyi code. Please run this command and report the results at wowinterface.com.

1.8.1 (2/21/09)
2009-02-21 - 1.8.1
* SDM no longer conflicts with LayMacroTooltip or with other addons that modify the macro frame.

1.8 (2/20/09)
2009-02-20 - 1.8
* Added the option of creating folders to organize your macros
* Numerous minor UI improvements

1.7 (2/8/09)
2009-02-08 - 1.7
* Made the macro list better
* Color-coded the different macro types
* Created a slider below the menu to adjust the size of the icons
Expand All @@ -77,10 +77,10 @@ Change Log
* The save confirmation dialog box now shows while dead
* Fixed a typo in the "Usage..." text for scripts

1.6.1 (1/27/09)
2009-01-27 - 1.6.1
* Fixed a serious bug that happened upon login after leaving "different name on button" blank. You may now safely leave it blank if you wish to show no text on the button.

1.6 (1/19/09)
2009-01-19 - 1.6
* Changed the slash command to run a floating macro. Also added a command to run button macros. Click the "Usage..." button for more details.
* Added an interface for changing the name and icon of a macro within the SDM window.
* Button macro names now conflict with each other (unless they are specific to different characters)
Expand All @@ -89,17 +89,17 @@ Change Log
* Added a clickable, scrolling menu of macros. This will be further improved later.
* Several efficiency improvements. As a consequence, your SDM-created button macros will be removed from action bars and lose thieir icons. Sorry!

1.5.1 (1/12/09)
2009-01-12 - 1.5.1
* Minor bug fixes

1.5 (1/12/09)
2009-01-12 - 1.5
* Added the ability to share macros with other players (click "Send/Receive" to check it out!)
* Fixed a bug where the Save button was sometimes inappropriately disabled

1.4.1 (1/9/09)
2009-01-09 - 1.4.1
* Fixed a minor bug that sometimes occurred while loading

1.4 (1/8/09)
2009-01-08 - 1.4
* Added an option to show/hide the text on macro buttons
* Fixed ">" to be more accurate
* SDM will no longer attempt to create, delete, or modify macros during combat. You can still do these things, but the changes will not take effect until after combat.
Expand All @@ -108,11 +108,11 @@ Change Log
* Increased the limit on the length of each line to 1023, and made the number of lines limitless (actually, the maximum length of any string is 2^24 characters, so the limit is somewhere below that, but that's the length of about 20 average novels and it will probably crash your client).
* Changed the structure of the macro frames to eliminate the chance of a recently discovered "C stack overflow" error on very long macros

1.3.1 (12/16/08)
2008-12-16 - 1.3.1
* Fixed an occasional bug with the "Get Link" and "Delete" buttons
* Blocked you from attempting to make more button macros than the standard macro interface can hold

1.3 (12/15/08)
2008-12-15 - 1.3
* You can now use the addon to store long scripts and call them via a function or slash command.
* SDM now keeps track of the button macros it creates, and deletes orphaned ones upon login. If you are upgrading from a previous version, you can delete the old button macros that SDM created (the text of the new ones all start with "#sdm").
* Because of this, SDM will no longer ever replace your macros, and their names do not need to be unique at all. Floating macros and Scripts still have some restrictions on naming, you will get a warning it you try to violate them.
Expand All @@ -124,11 +124,11 @@ Change Log
* Buttons will now "gray out" when appropriate
* The SDM window will now become unresponsive during confirmation dialogs

1.2 (12/13/08)
2008-12-13 - 1.2
* Fixed a bug that caused major problems when there were no macros in the list.

1.1 (12/12/08)
2008-12-12 - 1.1
* More UI improvements. Some UI elements are still placeholders.

1.0 (11/13/08)
2008-11-13 - 1.0
* just two minor updates in code to make it 3.0-ready. More UI improvements to come!

0 comments on commit 6302127

Please sign in to comment.