Subversion Repositories recyclebinunit

Rev

Rev 83 | Rev 90 | 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
 
82 daniel-mar 4
2022-06-30
5
+ Added support for $Ixxx "Vista" format 2 files (added somewhere in a Windows 10 build)
6
  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 7
+ RecyclerListing.exe (Demo application) marks missing physical files (happens for Vista format very often)
8
  and can hide them
9
+ Added XP Theme to the demo application
87 daniel-mar 10
+ Demo application: Feature to open a file or directory by double-clicking!
82 daniel-mar 11
 
81 daniel-mar 12
2016-11-01
13
+ Fixed memory leak in SID-Unit (thanks to Mikkao for finding this bug)
14
 
78 daniel-mar 15
2016-07-17
16
+ MaxCapacity can now be retrieved in absolute and relative units.
17
  MaxCapacity and NukeOnDelete is now finally Windows Vista compatible.
18
 
77 daniel-mar 19
2016-07-05
20
+ Added property VolumeGUIDAvailable
21
+ Demo: Added possibility to add manual entered recyclers
22
+ Demo: Added icons
23
 
76 daniel-mar 24
2016-07-03
25
+ Due to new information: Renamed some class names, e.g.
26
    TRbInfo1Item into TRbInfoAItem
27
    TRbInfo2Item into TRbInfoWItem
28
+ Added more information by adding comments and
29
  included an Excel spreadsheet.
30
+ CheckIndexes now handles INFO and INFO2 files equally.   
31
+ NEW FEATURE: "Tolerant reading" (default: true)
32
  to allow index files which are corrupted by an incompatible
33
  multiboot constellation to be read.
34
+ TRbInfoAItem.GetPhysicalFile will now choose the
35
  first AnsiSource letter instead of the DriveIdentification DWORD.
36
 
75 daniel-mar 37
2016-07-02
38
+ Initial release