Subversion Repositories recyclebinunit

Rev

Rev 87 | Rev 93 | 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!
90 daniel-mar 11
+ Unicode Ready
12
+ 64 bit Ready
82 daniel-mar 13
 
81 daniel-mar 14
2016-11-01
15
+ Fixed memory leak in SID-Unit (thanks to Mikkao for finding this bug)
16
 
78 daniel-mar 17
2016-07-17
18
+ MaxCapacity can now be retrieved in absolute and relative units.
19
  MaxCapacity and NukeOnDelete is now finally Windows Vista compatible.
20
 
77 daniel-mar 21
2016-07-05
22
+ Added property VolumeGUIDAvailable
23
+ Demo: Added possibility to add manual entered recyclers
24
+ Demo: Added icons
25
 
76 daniel-mar 26
2016-07-03
27
+ Due to new information: Renamed some class names, e.g.
28
    TRbInfo1Item into TRbInfoAItem
29
    TRbInfo2Item into TRbInfoWItem
30
+ Added more information by adding comments and
31
  included an Excel spreadsheet.
32
+ CheckIndexes now handles INFO and INFO2 files equally.   
33
+ NEW FEATURE: "Tolerant reading" (default: true)
34
  to allow index files which are corrupted by an incompatible
35
  multiboot constellation to be read.
36
+ TRbInfoAItem.GetPhysicalFile will now choose the
37
  first AnsiSource letter instead of the DriveIdentification DWORD.
38
 
75 daniel-mar 39
2016-07-02
40
+ Initial release