blob: 5404a705441338a5b5da241940d0b7fff994c330 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
|
0.0.1.22
===========
+ 64bit version
+ unhook hooks on exit
+ destroy services on exit
+ open message window on popup click
+ open message window on preview
+ moved sounds in "Nudge" section
- fixed navigation in options
+ new option: "Open message window"
+ New option: "Open contact list"
+ new option: "Respect ignore settings (status changes)"
* status changes are now stored in UTF8
- Removed popup on sending nudges (on popular request)
* popup options are moved into popup classes, needs a recent version of popup+ or YAPP
0.0.1.21
===========
+ Traslation fo icon description
0.0.1.20
===========
! Bug in options layout
! Fix for crash when no protocol available (based on changed by Ivan)
0.0.1.19
===========
! Patch by Drugwash : option page redesign and ansi buit fix
* Change N/A to NA (requested by freak)
+ Patch for tabsrmm button api support (thx DaniOK)
0.0.1.18
===========
! Fix autoresend save setting
+ Add a autoresend delay (must be between 1 and 10 sec)
0.0.1.17
===========
+ Add unicode aware flag
+ Support for miranda 0.8
! Fix for icolib support
+ Added icons from angelika
0.0.1.16
===========
+ Add a service to hide/show "send nudge" context menu (for metacontact)
0.0.1.15
===========
* Patch by Tioduke (offline nudge)
0.0.1.14
===========
* Fix visual option
0.0.1.13
===========
! Unicode patch by Ghazan
! Fix options dialog size
! Fix nudge text in unicode
! Use DBGetContactSettingTString to read data
0.0.1.12
===========
+ Unicode supports (will need unicows.dll, thanks to sje - eblis)
! Fix retreiving chat window (patch sje)
0.0.1.11
===========
! Check for null handle to avoid crash in IRC mod
! gdi leaks in option page (thx tioduke)
+ Auto send nudge option when received one.
* New trigger plugin support (first step)
* Use the text set in option page in popup.
* Use find first contact service for popup preview
* Set auto resend nudge to false by default
0.0.1.10
===========
* Use popup for warning instead of message box.
+ Check if popup plugin is present if not use messagebox.
0.0.1.9
===========
* Change options dialog (use tabsrmm uxtheme)
0.0.1.8
===========
+ Show a popup on sending nudge
0.0.1.7
===========
! Change text for status log on receive.
* Use flags = 0 for status notify.
! Wrong section name in options saving.
* Use winres.h in resource.
0.0.1.6
===========
+ Per contact limitation (no more per protocol cause too restrictive)
+ Privacy options to limit the number of nudge to receive
+ Options to show nudge as status change. (thx Tioduke)
0.0.1.5
===========
! Memory leaks fix. (Patch by Ghazan)
0.0.1.4
===========
! Bug fix, url for file in updater info points to source :-(.
0.0.1.3
===========
! Bug fix, check time for default proto too ;)
0.0.1.2
===========
+ Add the right url for updater, now that nudge is on FL.
0.0.1.1
===========
:( skipped
0.0.1.0
===========
* Some modifications of the option page.
* Redesign option page.
! Bug fix with slider in shake option.
! Bug fix with updater and stable version.
0.0.0.12
===========
+ Now possible to change the text shown when sending or receiving nudge ( [color=red]BUZZ!!![/color] for yahoo ;) )
* Change options page.
! Now apply button is enable when changing status.
0.0.0.11
===========
+ Status support (global or by protocol)
+ Limitation only sent 1 nudge every 30 sec per protocol.
0.0.0.10
===========
+ Multiprotocol options
0.0.0.9
===========
Patch by Tioduke
{
* Use the right protoname for treating nudge as event
* Take care of the message dialog (open or not) in treating nudge as event
+ Registration in dbeditor ++
}
* Be aware of metacontact when sendig/receiving nudge (history).
0.0.0.8
===========
+ Shake options are now saved in DB
! some code rewrite in order to easily change the algo of shaking
! Patch by Tioduke for icons (non support of icolib)
+ Option to treat nudge as a message.
! Recieved -> received.
0.0.0.7
===========
! Wrong service call
0.0.0.6
===========
* Change the return value for trigger functions
! Bug sound file name was not set (thx TioDuke)
+ Add default Sound
0.0.0.5
===========
! Trigger plugin bug fix
0.0.0.4
============
+ Icolib support
! Option redesign to fix visual bug
+ First step in option page to by protocol option
+ Settings are now saved in DB :-)
0.0.0.3
============
* Some mod in option page.
+ Support for trigger plugin from pboon.
* Forced beta version in updater.
|