Skip to content

VCF Generator Lite v4.4.0

Choose a tag to compare

@Jesse205 Jesse205 released this 15 Feb 01:51
· 156 commits to master since this release

Feature Improvements

  1. Error Display Optimization: Reduced the text length of the "Reason" field in the error row display window and implemented Chinese localization.
  2. Editing Experience Upgrade: Added line numbers to the main window editor, supporting line selection by clicking on line numbers and continuous multi-line selection by dragging.
  3. Quick Navigation: Double-click any table item in the error row display window to quickly jump to the corresponding position in the original text.
  4. Shortcut Addition: Added redo keyboard shortcuts for X11 window systems.
  5. Statistics Display: After successful file generation, automatically display performance time consumption and total line count statistics.

Other Changes

  1. Performance Enhancement: Upgraded to Python 3.14t (free-threaded version), significantly reducing main thread blocking.
  2. Project Management Optimization: Migrated to the uv toolchain for improved dependency management and build efficiency.
  3. Testing Enhancement: Supplemented and improved multiple unit tests to increase code robustness.

Full Changelog: v4.3.0...v4.4.0