annotate Changelog.txt @ 64:5a78190be759

Added tag v1.1.3 for changeset e5e246f68a4c
author Zerotorescue
date Tue, 14 Sep 2010 00:32:28 +0200
parents 1a4b2e73cef3
children 55ce902ba256
rev   line source
Zerotorescue@38 1 R Removed
Zerotorescue@38 2 A Added
Zerotorescue@38 3 M Modified
Zerotorescue@34 4
Zerotorescue@54 5 v1.1.3 Zerotorescue ? rev ?
Zerotorescue@54 6
Zerotorescue@58 7 M Fixed a LUA error when logging in.
Zerotorescue@58 8 M Tracking of the time spent at the mailbox with the Collected module should now be enabled by default.
Zerotorescue@54 9 M Hopefully fixed the usage of "mails".
Zerotorescue@62 10 A Added a section for Mail Opener tips to the bottom of the general config. Also, the first time you start the config you will be prompted to enable continuous opening or not. Right now only a handful of things are there but I plan to extend it with FAQ.
Zerotorescue@54 11
Zerotorescue@52 12 v1.1.2 Zerotorescue Sun, 12 Sep 2010 21:30:00 +0200 rev 52
Zerotorescue@46 13
Zerotorescue@49 14 A Holding shift while clicking the open all button will now temporarily change the mail opening filters to auto loot every single mail with attachments (no exceptions).
Zerotorescue@49 15 A Right clicking the open all button will now show a drop down menu where you can quickly toggle the mail opening filters.
Zerotorescue@49 16 A Added a tooltip to the open all button explaining the above two features.
Zerotorescue@52 17 A Added neat(er) tooltips for both the mail opener status toggler as the config button.
Zerotorescue@52 18 A Added an option below the filters to disable the shift click functionality of the open all button.
Zerotorescue@52 19 A You can now toggle the help tooltips for the Mail Opener-added MailFrame buttons in the general config.
Zerotorescue@46 20 M Only when holding the shift key while opening the mailbox will toggle the opening status. If you want to do it somewhere in the middle of your mailbox visit, just untick the mail opener checkbox.
Zerotorescue@49 21
Zerotorescue@46 22 v1.1.1 Zerotorescue Sun, 12 Sep 2010 01:30:00 +0200 rev 42
Zerotorescue@38 23
Zerotorescue@49 24 A Added a new option to both of the current sound notifications to limit playing of the sound to once per mailbox visit, instead of once per mailbox refresh / bags update.
Zerotorescue@38 25 M Now using more standardized prefixes for changes.
Zerotorescue@39 26 M No longer showing spent "0 minutes" when you spent less than 59 seconds at the mailbox.
Zerotorescue@39 27 M When you only opened only a single mail, the summary will show "from this mail" rather than "from these mails".
Zerotorescue@44 28 M Reworded the QuickAuctions automail status changer config options. (old: auto mailing, new: auto mail status)
Zerotorescue@44 29 M Fixed an error when disabling the FailSafe module.
Zerotorescue@38 30
Zerotorescue@44 31 v1.1.0 Zerotorescue Fri, 10 Sep 2010 19:00:00 +0200 rev 31
Zerotorescue@34 32
Zerotorescue@49 33 A 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@49 34 A Now making a manual changelog as the one generated by Curseforge is useless.
Zerotorescue@38 35 R Removed all BeanCounter checks in files.
Zerotorescue@38 36 A Added a new module: BeanCounter Support. This module will now take care of preventing mail opening while BeanCounter is scanning.
Zerotorescue@38 37 A Added AceHook library for the BeanCounter Support module.
Zerotorescue@38 38 M Sorted the Core.lua OnInitialize to properly toggle modules before doing time consuming things.
Zerotorescue@38 39 M All module comments are now a property of the modules themselves and can be retrieved with (string)".moduleDescription" and (bool)".moduleRequired".
Zerotorescue@38 40 M All module references are now called "mod".
Zerotorescue@38 41 M Removed all libraries from the repository.
Zerotorescue@34 42
Zerotorescue@44 43 v1.0.2 Zerotorescue Thu, 09 Sep 2010 22:00:00 +0200 rev 27
Zerotorescue@34 44
Zerotorescue@38 45 M The opener will no longer lock when a mailbox refresh happens while opening.
Zerotorescue@34 46
Zerotorescue@44 47 v1.0.0 Zerotorescue Thu, 09 Sep 2010 18:00:00 +0200 rev 21
Zerotorescue@34 48
Zerotorescue@34 49 A complete rewrite to make MailOpener a stand-alone addon.
Zerotorescue@34 50
Zerotorescue@34 51 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 52
Zerotorescue@35 53 See the addon page for more information.