Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.txt - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfe0ff90d8e8908c2ac5714075ea5b6eb92c74aa (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
changelog.txt - What has been done to WinDirStat (newest top)
=============================================================

2004-01-20	bseifert
	* Temporarily removed French translation from setup and Aboutbox for release 1.0.2.
	* New option: Full row selection (default).
	
2004-01-11	bseifert	
	* Completed French translation.
	* Added rc2-files.
	
2003-01-02	bseifert
	* Added the French resources to setup.exe.
	* Internal bugfix: the cleanup actions are now disabled, if
	  the extension list has the focus.
	* 'Command prompt here' is now disabled for UNC paths.
	* Drive selection dialog: the set of selected drives was not
	  always persistent.
	* Drive selection dialog: If the drives list has no focus and
	  the selection is not empty, the first mouse click on the 
	  drives list merley sets focus and the radio button.
	* Setup.exe: If the user enters a relative path, it is now
	  expanded when the Next button is pressed.
	  
2004-01-01	bseifert
	* All file VERSIONINFOs are now conforming to Windows.
	  Introduced automatic update of build number.
	* The lists now realize when system colors change, and the
	  program needs not to be restarted.
	  Text- and item highlight colors are no longer hardcoded.
	* Options: 'Pacman animation' and 'Show time spent' have
	  been moved to the page 'Directory list'.
	  'Show grid' and the new option 'Show stripes' have been
	  moved to the General page and now apply to all lists.
	* Options 'General': When the language has been changed, the user
	  is now prompted for restarting Windirstat.
	* Directory list: During the scan it was hard to manipulate
	  items with mouse clicks due to the periodical re-sort.
	  Now mouse messages are processed before the re-sort, so it
	  is more likely to hit the wanted item.
	* Directory list: During the scan it was hard to navigate
	  in the tree because the selection was auto-scrolled into
	  view every 0.6 sec. This is now removed.
	* Directory list: The context menu key didn't work. Fixed.
	  Corrected right mouse button handling.
	  Context menu now has default items (expand, collapse or open).
	  A double click on a file opens the file.
	* Treemap: Small selection rectangles were not painted correctly.
	
2003-12-29	bseifert
	* Page User defined cleanups: Select the cleanup No 9. Empty
	  its title. In the list click below cleanup No. 9.
	  --> The program crashed (invalid pointer). Fixed.
	* The 'Send e-mail to owner' report can now be customized.
	* The default title for user defined cleanups is now no longer
	  stored as string to the registry. So, after changing the language, it
	  now appears in the new language.
	* SUBST'd drives are now excluded from "All local drives"
	  (doesn't work on W9x).
	* There was a duplicate error message, when "Show Properties" or
	  "Explorer here" failed.
	
2003-12-27	bseifert
	* Selection of types: When the extension list has the focus,
	  the treemap highlights all files of the given extension.
	* Focus can now be moved between directory list and extension list
	  via TAB key. Selection can be canceled with ESC key.
	
2003-12-24	bseifert
	* RESOURCEVERSION is now 3. This means that windirstat.exe 
	    will not load resource dlls of previous versions.
	* Treemap algorithm now isolated in treemap.h/treemap.cpp.
	  Two squarification styles: KDirStat-like, SequoiaView-like.
	  Two new parameters: brightness and position of the light source.
	  Treemap-options-page completely reworked:
	  - true treemap preview
	  - 4 big sliders and a 2D-Slider
	* Resizable dialogs: fixed repainting problem.

2003-12-13	bseifert
	* Added size grippers to the resizable dialogs.
	* Corrections in French windirstat.rc
	* Made "Bytes", "KB", "MB, "GB", "TB" localizable.

2003-12-08	bseifert
	* Release 1.0.1
	
2003-12-07	bseifert
	* User defined cleanups are now by default disabled for UNC paths.
	  New option to enable udcs for UNC paths.
	* Drive Selection Dialog: Foldername field: Validation took a long
	  time, if UNC paths were entered using the keyboard. Validation
	  is now turned off, if the path begins with \\.
	  
2003-12-07	bseifert
	* If the localized help file is not found, the English one is now tried.
	* New shortcut F5 for 'Refresh Selected'.
	* English version: '?' renamed to 'Help'.
	* Select Drives Dialog: now queries the drives via background threads.
	* tigroo almost finished French translation of windirstat.rc.
	* When the tree is empty (drive selection canceled), the program
	    crashed after 'Empty Recycle Bin'. It also crashed when 
	    'Show free space' or 'Show unknown' was selected.
	* Due to a bug, 'Empty Recycle Bin' was always enabled, even when
	    the recycle bin was empty.
	* Due to a bug, 'Empty Recycle Bin' was never enabled on W2k.

2003-12-03	bseifert
	* Select Drives Dialog: 'A Folder' field: Relative paths and
	    trailing backslashes are now handled correctly.
	* Added "Thanks to" beta testers.
	* Contextmenu and doubleclick didn't work correctly if Name-column wasn't leftmost.

2003-11-26	bseifert
	* Version number '1.0.1rc3'
	* Placed platform.h/cpp into 'common' folder.
	* Pacman is now symmetric on NT AND 9x.
	
2003-11-25	bseifert
	* With slow drives (diskettes), the program crashed, when activating 
	    or deactivating "show free space" or "show unknown".
	* Program could crash when the color column in the extension list was
	    made too small.
	* By mistake, the <Files>-icon reflected the working directory
	    (this could possibly be a drive-icon). Fixed.
	* Made pacman more symmetric.
	* The <Free space>-icon didn't look green on some systems.
	* Fixed repainting problem of header control of extension list.
	* Refined the drawing of subtree percentage.
	* The lists don't flicker any more when scrolling down.
	* Date/Time is now formatted rather by the selected language than the LocaleDefault.
	* RESOURCEVERSION is now 2. This means that windirstat.exe 
	    will not load resource dlls of previous versions.
	* Added column "% Bytes" to extension list.

2003-11-23	bseifert
	* Added project wdsr040c: Frame for French resource dll.
	* More minor corrections in the help file.
	
2003-11-03	bseifert
	* New option "Show Time Spent in Directory list".
	* Some URLs had no trailing backslash.
	* Fixed some spelling errors in help files.
	* This changelog added.

2003-10-01	bseifert
	* Initial Release 1.0.0.