# HG changeset patch # User Zerotorescue # Date 1284139282 -7200 # Node ID 69fc1ca8881fe835bd2a6a42d44a6efae34aa62f # Parent f659771b6df81e236856129ed21b5691be84597d Now maintaining a manual changelog as Curse only takes the last change from the repository which is usually just tagging. diff -r f659771b6df8 -r 69fc1ca8881f .pkgmeta --- a/.pkgmeta Fri Sep 10 19:02:03 2010 +0200 +++ b/.pkgmeta Fri Sep 10 19:21:22 2010 +0200 @@ -37,3 +37,5 @@ tag: latest enable-nolib-creation: no + +manual-changelog: Changelog.txt diff -r f659771b6df8 -r 69fc1ca8881f Changelog.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Changelog.txt Fri Sep 10 19:21:22 2010 +0200 @@ -0,0 +1,28 @@ +- Removed ++ Added something new +~ Minor change +! Large/important change + +v1.1.0-BETA Zerotorescue Fri, 10 Sep 2010 18:59:58 +0200 rev 31 + + ! 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. + ! Now making a manual changelog as the one generated by Curseforge is useless. + - Removed all BeanCounter checks in files. + + Added a new module: BeanCounter Support. This module will now take care of preventing mail opening while BeanCounter is scanning. + + Added AceHook library for the BeanCounter Support module. + ~ Sorted the Core.lua OnInitialize to properly toggle modules before doing time consuming things. + ~ All module comments are now a property of the modules themselves and can be retrieved with (string)".moduleDescription" and (bool)".moduleRequired". + ~ All module references are now called "mod". + - Removed all libraries from the repository. + +v1.0.2 Zerotorescue Thu, 09 Sep 2010 22:10:59 +0200 rev 27 + + ! The opener will no longer lock when a mailbox refresh happens while opening. + +v1.0.0 Zerotorescue Thu, 09 Sep 2010 18:16:49 +0200 rev 21 + + A complete rewrite to make MailOpener a stand-alone addon. + + 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. + + See the addon page for more information. \ No newline at end of file