forked from mlaily/NegativeScreen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.txt
57 lines (46 loc) · 1.86 KB
/
CHANGELOG.txt
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
Version 1.11, 2012-06-26
------------------------
- [added] new red and negative red filters bound on F9 and F10
Version 1.10, 2012-05-15
------------------------
- [fixed] infinite flickering on Vista (introduced in 1.8)
Version 1.9, 2012-04-16
------------------------
- [fixed] stupid bug if the Windows taskbar is vertical
Version 1.8, 2012-03-22
------------------------
- [fixed] execution is no longer prevented if aero is disabled (previous bug corrected)
however, the performances will still be horrible
Version 1.7, 2012-03-21
------------------------
- [fixed] works as expected when using custom DPI settings
Version 1.6, 2012-02-27
------------------------
- [fixed] crash on X86 on launch
- [fixed] prevent execution if aero is disabled
(prevent undesirable behaviours: black screens, 100% CPU usage...)
Version 1.5, 2012-02-16
------------------------
- [fixed] (internal) ColorMatrix implementation
- [added] new feature: choice between 9 inversion modes
(smart mode, etc... see readme for details)
Version 1.4, 2012-02-09
------------------------
- [fixed] does not crash anymore on Windows Vista
Version 1.3, 2012-02-01
------------------------
- [fixed] multi-screen should finally work!
after a lot of tests and coding, I re-thought completely the architecture
- [knownbug] in some screen configurations, if the primary screen if smaller than the other screen,
the second larger screen has a black border at its bottom.
It could be a bug in the Windows API...
Version 1.2, 2011-09-18
------------------------
- [fixed] multi-screen support (again) : bug with main screen on the right
Version 1.1, 2011-09-13
------------------------
- [fixed] multi-screen support
- [fixed] when halted while paused, the application never stopped
Version 1.0, 2011-09-06
------------------------
- Initial release