Subversion Repositories recyclebinunit

Rev

Rev 99 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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