Subversion Repositories recyclebinunit

Rev

Rev 99 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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