What's New
✨ New Features (File Change Watcher with Refresh, Update Checker, Improved Token Counting)
-
1. Real-time Refresh Capability - Added a convenient
Refresh
button to quickly update PasteMax whenever there are file changes such as:- ✅ Adding new files to your workspace.
- ✅ Removing existing files.
- ✅ Code edits and modifications.
-
Upon refresh, all file states are automatically updated in real-time:
Refresh.mp4
-
2. Seamless Update Experience - Added an Update Checker that simplifies PasteMax update process:
-
Clicking the
Download Update
Button will bring you to the Latest GitHub release.
-
3. Enhanced Token Counting Precision - Improved token counting system for maximum accuracy:
TokenCounter.mp4
Key Improvements:
- ⚡ Precisely handles token counts based on formatted copyable content for the exact token counts.
- ⚡ Automatically accounts for User Instructions (+10-12 tokens because of the formatting).
- ⚡ This way, you can stay within token limits for your AI tools with a very precise token count.
It displays '4 tokens' when no files are selected because it actually shows 'No Files Selected' in the copyable format. Which is 4 tokens.
🛠️ Improvements
- User Interface Enhancements:
- ✨ Modern Update Checker modal.
- ✨ Convenient one-click Refresh button for instant file updates.
- ✨ Refined UI elements for improved user experience.
- ✨ Slight improved visual feedback on actions.
🐞 Bug Fixes & Optimizations
- ✅ Fixed file watcher - Resolved issues with the file change detection system
- ✅ Real-time updates - Make code changes and instantly refresh PasteMax with one click
- ✅ Architecture improvements - Backend code now properly modularised with clean separation of concerns
- All backend code organised within the
Electron
folder - Improved backend code maintainability and future extensibility
- All backend code organised within the
- ✅ Cross-platform optimisation - Added full support for Intel-based Mac systems
📦 Availabled Downloads - PasteMax v1.0.5
Windows
Type | Download |
---|---|
🖥️ Installer | PasteMax-Setup-1.0.5-stable.exe
|
📁 Portable | PasteMax-1.0.5-stable.exe
|
Mac
Type | Download |
---|---|
🖥️ Apple Silicon Installer | PasteMax-1.0.5-stable-arm64.dmg
|
📁 Apple Silicon Portable | PasteMax-1.0.5-stable-arm64-mac.zip
|
🖥️ Intel Based Installer | PasteMax-1.0.5-stable.dmg
|
📁 Intel Based Portable | PasteMax-1.0.5-stable-mac.zip
|
Linux
Type | Download |
---|---|
🖥️ Debian/Ubuntu (deb) | PasteMax-1.0.5-stable-amd64.deb
|
🖥️ Fedora/RHEL (rpm) | PasteMax-1.0.5-stable.x86_64.rpm
|
📁 AppImage Portable | PasteMax-1.0.5-stable.AppImage
|
🔧 Contributor Highlights
- Modularised Backend by @haikalllp in haikalllp#38
- Fixed file Watcher by @haikalllp in #51
- Update Checker Feature by @haikalllp in #52
- Add Accurate Token Counting Feature by @haikalllp in #54
- Add Intel Mac Support by @haikalllp in #55
Full Changelog: v1.0.1-stable...v1.0.5-stable