Skip to content

windrop v2.0.1

Pre-release
Pre-release

Choose a tag to compare

@Dking08 Dking08 released this 04 Sep 10:47
· 4 commits to master since this release

windrop v2.0.1

What's New in v2.0.1

This release introduces CLI quality-of-life flags (--version, --verbose), streamlines the default terminal output for a cleaner developer experience, and clarifies control prompts across the help menu and documentation.


Features & CLI Improvements

  • Version Flag (--version, -v):
    • Quickly query the installed binary version directly from your terminal:
      windrop --version
      # Output: windrop 2.0.1
  • Verbose Guidance Flag (--verbose):
    • Added an optional --verbose flag to display detailed control instructions and shortcuts when needed:
      windrop --verbose photo.png
  • Streamlined Default Output:
    • The default terminal output is now clean, minimal, and focused solely on the operation in progress:
      Payload (1 file):
        - C:\Users\me\Documents\report.pdf
      
      Dragging...
      Drop completed (Copy).
      

Help Menu & Documentation Clarifications

  • Explicit Card Dismissal Prompt:
    • Clarified that dismiss actions require right-clicking on the floating card widget ([Esc] or right-click on card), eliminating confusion where users expected right-clicking anywhere on their screen to dismiss the tool.
  • Drop Trigger Guidance:
    • Clarified across the help menu, stdouts, and documentation that drops can be executed via either [F8] or a standard left-click.
  • Refreshed Help Menu (--help, -h):
    • Grouped controls by input mode (Mouse, Keyboard, Dismiss) and added the new --verbose and --version options.
    • Cleaned up the title description by removing legacy comparisons.

Verification & SHA256

Build tested and compiled using MSVC (/W4 /WX strict mode).

File Type
windrop.exe 117c4072c4f7073221044e8df8e9ecd8e35cd28dc168f49180548e29f5ae43e7

Full Changelog: v2.0.0...v2.0.1