Skip to content

Release v2.1.0

Latest

Choose a tag to compare

@timbornemann timbornemann released this 27 Jul 12:49

Release v2.1.0

Release v2.1.0 is a minor release for Open-Git-Control. This update expands file management and viewing capabilities by adding multi-selection batch operations in the file tree, a CSV table editor, search and replace functionality in the working directory, and expanded context menu actions. It also includes stability fixes for file tree caching, file move rollbacks, and viewer refresh flows.


What's Changed

Added

  • File Tree & Batch Operations:
    • Implemented multi-selection and batch operations (dbb8961).
    • Added batch prefix and suffix renaming (8b0c6e3).
    • Added item highlighting for context menus and opening the viewer (76a1f08).
    • Added file creation actions and explicit Windows ACL handling (e17ada2).
  • Working Directory Tools:
    • Added search and replace functionality (edcc65c).
    • Added expandable file tools and transforms (5d3c402).
    • Added a "Move" action to context menus (3762f82).
    • Added file operations, context menu helpers, and "File information" to the working directory context menu (fe7685e, f3d8e93).
  • File Viewer & Tools:
    • Added a tools menu and CSV table editor to the file viewer (0d34b93).
    • Added JSONC support to JSON tools (7d94067).
    • Added support for manually loading large image previews up to 25 MiB (5567743).
    • Added direct copy actions to hash dialogs and menus (5de20d5).
  • Updater:
    • Added handling for missing artifacts as part of release preparation (fdc8ec5).

Fixed

  • Validated move operations in the working directory and added rollback handling on failure (2eb8394).
  • Ensured the viewer closes before refreshing the tree when deleting or moving items (5bcff2c).
  • Cleared the deleted folder cache in the file tree to prevent UI refresh errors (56ca17e).

Maintenance & Chore

  • Updated README formatting (e3ec210).
  • Updated project images and generated website hero assets (47b61c9, 84c1eb2).
  • Fixed working directory tools test by resolving real paths (33a60da).
  • Synchronized version and download links for previous release synchronization (07c717f).

Changelog

  • fdc8ec5 feat(updater): handle missing artifacts as release preparation
  • 33a60da test(git): resolve real path in working directory tools test
  • e3ec210 docs: format README files
  • 5de20d5 feat(hash): add direct copy actions to menu and dialog
  • 5d3c402 feat(working-directory): add expandable file tools and transforms
  • 7d94067 feat: add JSONC support to JSON tools
  • 0d34b93 feat(file-viewer): add tools menu and CSV table editor
  • edcc65c feat(working-directory): add search and replace functionality
  • 2eb8394 fix(working-directory): validate move operations and handle rollback
  • 3762f82 feat(working-directory): add Move to context menu action
  • 47b61c9 chore: change images
  • 84c1eb2 chore: create hero images for potential website
  • fe7685e feat(context-menu): add file operations and context menu helpers
  • 8b0c6e3 feat(filetree): add batch prefix and suffix rename
  • dbb8961 feat(filetree): implement multi-selection and batch operations
  • 5567743 feat(preview): allow manual loading of large images up to 25 MiB
  • 76a1f08 feat(filetree): highlight items for context menu and open viewer
  • 5bcff2c fix(viewer): close viewer before tree refresh on delete or move
  • 56ca17e fix(filetree): clear deleted folder cache to prevent UI refresh error
  • e17ada2 feat(file-tree): add file creation actions and explicit Windows ACLs
  • f3d8e93 feat: add File information to Working Directory context menu
  • 07c717f chore(release): sync v2.0.4 version and download links

Commit List (Automatic)

Added

  • feat(updater): handle missing artifacts as release preparation (fdc8ec5)
  • feat(hash): add direct copy actions to menu and dialog (5de20d5)
  • feat(working-directory): add expandable file tools and transforms (5d3c402)
  • feat: add JSONC support to JSON tools (7d94067)
  • feat(file-viewer): add tools menu and CSV table editor (0d34b93)
  • feat(working-directory): add search and replace functionality (edcc65c)
  • feat(working-directory): add Move to context menu action (3762f82)
  • feat(context-menu): add file operations and context menu helpers (fe7685e)
  • feat(filetree): add batch prefix and suffix rename (8b0c6e3)
  • feat(filetree): implement multi-selection and batch operations (dbb8961)
  • feat(preview): allow manual loading of large images up to 25 MiB (5567743)
  • feat(filetree): highlight items for context menu and open viewer (76a1f08)
  • feat(file-tree): add file creation actions and explicit Windows ACLs (e17ada2)
  • feat: add File information to Working Directory context menu (f3d8e93)

Fixed

  • fix(working-directory): validate move operations and handle rollback (2eb8394)
  • fix(viewer): close viewer before tree refresh on delete or move (5bcff2c)
  • fix(filetree): clear deleted folder cache to prevent UI refresh error (56ca17e)

Maintenance

  • test(git): resolve real path in working directory tools test (33a60da)
  • docs: format README files (e3ec210)
  • chore: change images (47b61c9)
  • chore: create hero images for potential website (84c1eb2)
  • chore(release): sync v2.0.4 version and download links (07c717f)