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.
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
- Installer:
PasteMax-Setup-1.0.1-stable.exe
- Portable:
PasteMax-1.0.1-stable.exe
Mac
- Installer (Apple Silicon):
PasteMax-1.0.1-stable-arm64.dmg
- Portable:
PasteMax-1.0.1-stable.zip
Linux
- Installer Deb:
PasteMax-1.0.1-stable-amd64.deb
- Installer RPM:
PasteMax-1.0.1-stable.x86_64.rpm
- Portable:
PasteMax-1.0.1-stable.AppImage
🔧 Changelog Highlights
- Fixed GitHub Actions for automatic builds and releases – (#33) by @haikalllp
- Added RPM build support – (#35) by @ayclqt
- Improved Linux build process – (#36) by @haikalllp
- Introduced binary-as-path option – (#40) by @haikalllp
- Simplified theme toggle component and styles – (#43) by @haikalllp
🙌 New Contributors
See the full changelog here:
🔗 v1.0.0-Stable...v1.0.1-stable