annotate Changelog.txt @ 39:b79bb7b449c3

Reworded the QuickAuctions automail status changer config options. (old: auto mailing, new: auto mail status) Changelog rewording to make more sense.
author Zerotorescue
date Sat, 11 Sep 2010 14:12:23 +0200
parents 5dd069184eb9
children 5cd81a462159
rev   line source
Zerotorescue@38 1 R Removed
Zerotorescue@38 2 A Added
Zerotorescue@38 3 M Modified
Zerotorescue@38 4 ! New functionality
Zerotorescue@34 5
Zerotorescue@38 6 v1.1.1 Zerotorescue ? ?
Zerotorescue@38 7
Zerotorescue@38 8 M Now using more standardized prefixes for changes.
Zerotorescue@39 9 M No longer showing spent "0 minutes" when you spent less than 59 seconds at the mailbox.
Zerotorescue@39 10 M When you only opened only a single mail, the summary will show "from this mail" rather than "from these mails".
Zerotorescue@38 11
Zerotorescue@38 12 v1.1.0 Zerotorescue Fri, 10 Sep 2010 18:59:58 +0200 rev 31
Zerotorescue@34 13
Zerotorescue@34 14 ! Added a new config group: Modules. This group will show the module statuses and descriptions and it will contain all optional modules (with their settings) as subgroups.
Zerotorescue@34 15 ! Now making a manual changelog as the one generated by Curseforge is useless.
Zerotorescue@38 16 R Removed all BeanCounter checks in files.
Zerotorescue@38 17 A Added a new module: BeanCounter Support. This module will now take care of preventing mail opening while BeanCounter is scanning.
Zerotorescue@38 18 A Added AceHook library for the BeanCounter Support module.
Zerotorescue@38 19 M Sorted the Core.lua OnInitialize to properly toggle modules before doing time consuming things.
Zerotorescue@38 20 M All module comments are now a property of the modules themselves and can be retrieved with (string)".moduleDescription" and (bool)".moduleRequired".
Zerotorescue@38 21 M All module references are now called "mod".
Zerotorescue@38 22 M Removed all libraries from the repository.
Zerotorescue@34 23
Zerotorescue@34 24 v1.0.2 Zerotorescue Thu, 09 Sep 2010 22:10:59 +0200 rev 27
Zerotorescue@34 25
Zerotorescue@38 26 M The opener will no longer lock when a mailbox refresh happens while opening.
Zerotorescue@34 27
Zerotorescue@34 28 v1.0.0 Zerotorescue Thu, 09 Sep 2010 18:16:49 +0200 rev 21
Zerotorescue@34 29
Zerotorescue@34 30 A complete rewrite to make MailOpener a stand-alone addon.
Zerotorescue@34 31
Zerotorescue@34 32 MailOpener will no longer let Postal do the opening but rather do it by itself. You can change the configuration at the interface -> addons options or by opening the option interface with /mo c (/mailopener config). You can still leave Postal enabled for it's mail sending modules but there is no reason to leave it on for the mail opening.
Zerotorescue@34 33
Zerotorescue@35 34 See the addon page for more information.