github kleneway/pastemax v1.0.1-stable
PasteMax v1.0.1-stable

latest releases: v1.1.0-stable, v1.0.5-stable
4 months ago

What's New

✨ New Features

  • You can now select or deselect binary files from the tree when 'Include Binary As Paths' is toggled on.
  • Added support for including binary files as full paths in the copyable output. These files also now appear in the file tree.

image

Copyable Format Example:

<file_map>
/Project/Example
└── src
    ├── assets
    │   ├── icon.svg
    │   ├── favicon.png
    ├── app.js
    └── main.js
</file_map>

<file_contents>
# Normal file contents

<binary_files>
File: Project/Example/src/assets/icon.svg  
This is a file of the type: SVG

File: Project/Example/src/assets/favicon.png  
This is a file of the type: PNG
</binary_files>

</file_contents>

Details in - BinaryAsPath


🛠️ Improvements

  • User Interface Upgrades:

    • Made the theme switcher simpler for a cleaner UI.
    • Smoother animations across the app.
    • Unified hover effects for consistency.
    • Added a subtle background blur to pop-up elements for better focus.

🐞 Bug Fixes

  • Fixed an issue where the Escape key would break when PasteMax is open.
  • You can now select or deselect folders that contain binary files, even if binary file copying is disabled.
  • Fixed Linux build handling, now supports .rpm packages.
  • Fixed GitHub actions.
  • Improved dev logging.
  • Fixed redundant debug message on dev mode.

📦 Available Downloads

Windows

Mac

Linux


🔧 Changelog Highlights


🙌 New Contributors

  • Welcome @ayclqt – thanks for your first contribution in (#35)!

See the full changelog here:
🔗 v1.0.0-Stable...v1.0.1-stable


Don't miss a new pastemax release

NewReleases is sending notifications on new releases.