Files
Maestro/build
Pedram Amini 9d5b0306a4 # CHANGES
- Updated app icons with fresh new design aesthetic! 🎨
- Added markdown rendering support for group chat messages 📝
- Implemented toggle between formatted and plain text views 👁️
- Added copy-to-clipboard functionality for chat messages 📋
- Improved phase generation logic for better document detection 🔍
- Enhanced disk document validation with task counting checks 
- Fixed Claude Code file output handling in wizard mode 🛠️
- Added keyboard shortcut (⌘E) for markdown view toggle ⌨️
- Improved UI with hover effects on message action buttons 
- Better handling of documents written directly to disk 💾
2025-12-18 17:28:11 -06:00
..
2025-12-12 18:27:06 -06:00
2025-12-18 17:28:11 -06:00
2025-12-18 17:28:11 -06:00
2025-12-18 17:28:11 -06:00
2025-11-23 19:00:08 -06:00

Build Assets

Place your application icons in this directory:

  • icon.icns - macOS app icon (512x512 or 1024x1024)
  • icon.ico - Windows app icon (256x256)
  • icon.png - Linux app icon (512x512)

You can generate these from a single source PNG using tools like:

Example using ImageMagick:

# Generate macOS icon
png2icns icon.icns icon.png

# Generate Windows icon
convert icon.png -define icon:auto-resize=256,128,96,64,48,32,16 icon.ico