Releases: Mapaler/DescriptIon
Releases · Mapaler/DescriptIon
v1.0.2
This patch fixes a critical behavior issue in v1.0.1:
- The
descript.ionfile was not being marked as hidden when newly created, causing it to appear in file browsers. - Now, whether the file is new or existing, it will be hidden after any write operation (consistent with Total Commander and Double Commander).
Upgrade recommended for all users of v1.0.1.
Note: This version does not contain breaking changes.
v1.0.1
What's Changed
- Fixed file update permission issue on Windows by removing automatic "hidden" attribute.
- Simplified internal data structure: removed redundant
DescriptIonEntryclass. - Improved null-safety and eliminated nullable warnings under .NET Standard 2.0.
This is a minor update with one breaking change: the public Entries property now returns IReadOnlyDictionary<string, string> instead of IReadOnlyDictionary<string, DescriptIonEntry>. Since v1.0.0 was just released, this change is safe to make early.