annotate Changelog.txt @ 34:69fc1ca8881f

Now maintaining a manual changelog as Curse only takes the last change from the repository which is usually just tagging.
author Zerotorescue
date Fri, 10 Sep 2010 19:21:22 +0200
parents
children 73c8930a6712
rev   line source
Zerotorescue@34 1 - Removed
Zerotorescue@34 2 + Added something new
Zerotorescue@34 3 ~ Minor change
Zerotorescue@34 4 ! Large/important change
Zerotorescue@34 5
Zerotorescue@34 6 v1.1.0-BETA Zerotorescue Fri, 10 Sep 2010 18:59:58 +0200 rev 31
Zerotorescue@34 7
Zerotorescue@34 8 ! 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 9 ! Now making a manual changelog as the one generated by Curseforge is useless.
Zerotorescue@34 10 - Removed all BeanCounter checks in files.
Zerotorescue@34 11 + Added a new module: BeanCounter Support. This module will now take care of preventing mail opening while BeanCounter is scanning.
Zerotorescue@34 12 + Added AceHook library for the BeanCounter Support module.
Zerotorescue@34 13 ~ Sorted the Core.lua OnInitialize to properly toggle modules before doing time consuming things.
Zerotorescue@34 14 ~ All module comments are now a property of the modules themselves and can be retrieved with (string)".moduleDescription" and (bool)".moduleRequired".
Zerotorescue@34 15 ~ All module references are now called "mod".
Zerotorescue@34 16 - Removed all libraries from the repository.
Zerotorescue@34 17
Zerotorescue@34 18 v1.0.2 Zerotorescue Thu, 09 Sep 2010 22:10:59 +0200 rev 27
Zerotorescue@34 19
Zerotorescue@34 20 ! The opener will no longer lock when a mailbox refresh happens while opening.
Zerotorescue@34 21
Zerotorescue@34 22 v1.0.0 Zerotorescue Thu, 09 Sep 2010 18:16:49 +0200 rev 21
Zerotorescue@34 23
Zerotorescue@34 24 A complete rewrite to make MailOpener a stand-alone addon.
Zerotorescue@34 25
Zerotorescue@34 26 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 27
Zerotorescue@34 28 See the addon page for more information.