comparison Changelog.txt @ 38:5dd069184eb9

Now using more standardized prefixes for changes. Added previous changes to the changelog.
author Zerotorescue
date Sat, 11 Sep 2010 01:41:14 +0200
parents 73c8930a6712
children b79bb7b449c3
comparison
equal deleted inserted replaced
37:81e7cfcc36b9 38:5dd069184eb9
1 - Removed 1 R Removed
2 + Added something new 2 A Added
3 ~ Minor change 3 M Modified
4 ! Large/important change 4 ! New functionality
5 5
6 v1.1.0-BETA Zerotorescue Fri, 10 Sep 2010 18:59:58 +0200 rev 31 6 v1.1.1 Zerotorescue ? ?
7
8 M Now using more standardized prefixes for changes.
9 M No longer showing spent ¨0 minutes¨ when you spent less than 59 seconds at the mailbox.
10 M When you only opened a single mail, the summary will show ¨from time mail¨ rather than ¨from these mails¨.
11
12 v1.1.0 Zerotorescue Fri, 10 Sep 2010 18:59:58 +0200 rev 31
7 13
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. 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.
9 ! Now making a manual changelog as the one generated by Curseforge is useless. 15 ! Now making a manual changelog as the one generated by Curseforge is useless.
10 - Removed all BeanCounter checks in files. 16 R Removed all BeanCounter checks in files.
11 + Added a new module: BeanCounter Support. This module will now take care of preventing mail opening while BeanCounter is scanning. 17 A Added a new module: BeanCounter Support. This module will now take care of preventing mail opening while BeanCounter is scanning.
12 + Added AceHook library for the BeanCounter Support module. 18 A Added AceHook library for the BeanCounter Support module.
13 ~ Sorted the Core.lua OnInitialize to properly toggle modules before doing time consuming things. 19 M Sorted the Core.lua OnInitialize to properly toggle modules before doing time consuming things.
14 ~ All module comments are now a property of the modules themselves and can be retrieved with (string)".moduleDescription" and (bool)".moduleRequired". 20 M All module comments are now a property of the modules themselves and can be retrieved with (string)".moduleDescription" and (bool)".moduleRequired".
15 ~ All module references are now called "mod". 21 M All module references are now called "mod".
16 - Removed all libraries from the repository. 22 M Removed all libraries from the repository.
17 23
18 v1.0.2 Zerotorescue Thu, 09 Sep 2010 22:10:59 +0200 rev 27 24 v1.0.2 Zerotorescue Thu, 09 Sep 2010 22:10:59 +0200 rev 27
19 25
20 ! The opener will no longer lock when a mailbox refresh happens while opening. 26 M The opener will no longer lock when a mailbox refresh happens while opening.
21 27
22 v1.0.0 Zerotorescue Thu, 09 Sep 2010 18:16:49 +0200 rev 21 28 v1.0.0 Zerotorescue Thu, 09 Sep 2010 18:16:49 +0200 rev 21
23 29
24 A complete rewrite to make MailOpener a stand-alone addon. 30 A complete rewrite to make MailOpener a stand-alone addon.
25 31