Subversion Repositories recyclebinunit

Rev

Rev 100 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
75 daniel-mar 1
 
2
=== Changelog RecBinUnit v2 ===
3
 
106 daniel-mar 4
2023-04-06
5
+ Fixed a bug where a Vista data file ($R) was evaluated as index file ($I). Probably a bug in Delphi/WinAPI.
6
+ Demo application: Wait indicator added
7
+ Demo application: Tree can now be saved as TXT file
8
 
100 daniel-mar 9
2022-07-03
10
+ Added support for "Network home drives" recycle bin (from Win95 days)
11
 
99 daniel-mar 12
2022-07-02
13
+ Improved recognition of Vista+ index files which are not named with file name $I...
14
+ Fixed issues in FORMAT.md
15
 
82 daniel-mar 16
2022-06-30
17
+ Added support for $Ixxx "Vista" format 2 files (added somewhere in a Windows 10 build)
18
  The difference towards $Ixxx "Vista" format 1 files is that the filename is not limited to MAX_PATH anymore. (New limit 0xFFFFFFFD)
83 daniel-mar 19
+ RecyclerListing.exe (Demo application) marks missing physical files (happens for Vista format very often)
20
  and can hide them
21
+ Added XP Theme to the demo application
87 daniel-mar 22
+ Demo application: Feature to open a file or directory by double-clicking!
90 daniel-mar 23
+ Unicode Ready
24
+ 64 bit Ready
93 daniel-mar 25
+ Fixed TRbDrive.GetAPIInfo issue in for 64 bit (TSHQueryRBInfo struct had to be 8 byte aligned for x64)
82 daniel-mar 26
 
81 daniel-mar 27
2016-11-01
28
+ Fixed memory leak in SID-Unit (thanks to Mikkao for finding this bug)
29
 
78 daniel-mar 30
2016-07-17
31
+ MaxCapacity can now be retrieved in absolute and relative units.
32
  MaxCapacity and NukeOnDelete is now finally Windows Vista compatible.
33
 
77 daniel-mar 34
2016-07-05
35
+ Added property VolumeGUIDAvailable
36
+ Demo: Added possibility to add manual entered recyclers
37
+ Demo: Added icons
38
 
76 daniel-mar 39
2016-07-03
40
+ Due to new information: Renamed some class names, e.g.
41
    TRbInfo1Item into TRbInfoAItem
42
    TRbInfo2Item into TRbInfoWItem
43
+ Added more information by adding comments and
44
  included an Excel spreadsheet.
45
+ CheckIndexes now handles INFO and INFO2 files equally.   
46
+ NEW FEATURE: "Tolerant reading" (default: true)
47
  to allow index files which are corrupted by an incompatible
48
  multiboot constellation to be read.
49
+ TRbInfoAItem.GetPhysicalFile will now choose the
50
  first AnsiSource letter instead of the DriveIdentification DWORD.
51
 
75 daniel-mar 52
2016-07-02
53
+ Initial release