Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 846 Bytes

File metadata and controls

35 lines (26 loc) · 846 Bytes

Changelog

[1.0.0]

Added

  • Background execution for file operations.
  • Interaction locking during long-running operations.
  • Progress reporting for loading and file operations.
  • Application icon.

Fixed

  • Fixed incorrect file concatenation caused by stream position handling.

Changed

  • Moved tree rendering logic into a dedicated helper.
  • Grouped theme colors into dedicated classes.
  • Refactored internal architecture and naming for improved maintainability.

[0.3.0]

Added

  • Added file concatenation functionality.
  • Added hidden files visibility support.
  • Added application settings persistence.

Improved

  • Improved status bar state management.
  • Improved tree output formatting.
  • Refactored explorer node structure.
  • Improved project organization.

Fixed

  • Fixed hidden files selection behavior.