Skip to content

Releases: Mapaler/DescriptIon

v1.0.2

12 Dec 22:07

Choose a tag to compare

This patch fixes a critical behavior issue in v1.0.1:

  • The descript.ion file 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

12 Dec 22:07

Choose a tag to compare

What's Changed

  • Fixed file update permission issue on Windows by removing automatic "hidden" attribute.
  • Simplified internal data structure: removed redundant DescriptIonEntry class.
  • 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.

v1.0.0

12 Dec 18:37

Choose a tag to compare

首个发布至 nuget.org 的包

有比较大的bug,新建文件默认为隐藏文件,但是隐藏文件编辑又会失败,所以没法用。