Subversion Repositories recyclebinunit

Rev

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

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