mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
## CHANGES
- Upgraded group chat exports to true GitHub-flavored Markdown rendering! 🚀 - Added `marked` dependency and configured GFM plus line-break handling! ✨ - Exported messages now support tables, blockquotes, rules, and strikethrough! 🔥 - Code formatting improved: inline code and fenced blocks render correctly! 🧠 - Image embedding revamped: replaces references with base64 before parsing! 🖼️ - New branded export header with Maestro icon, tagline, and links! 🎉 - Export title now reads “Maestro Group Chat Export” for clarity! 🏷️ - Footer attribution updated to <a href="https://runmaestro.ai" target="_blank">runmaestro.ai</a> for consistency! 🌐 - Markdown styling massively enhanced: headings, lists, tables, and code look great! 🎨 - AutoRunLightbox tests updated for portal backdrop and higher z-index! ✅
This commit is contained in:
16
package.json
16
package.json
@@ -121,15 +121,24 @@
|
||||
"target": [
|
||||
{
|
||||
"target": "AppImage",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target": "deb",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target": "rpm",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
}
|
||||
],
|
||||
"category": "Development",
|
||||
@@ -198,6 +207,7 @@
|
||||
"electron-updater": "^6.6.2",
|
||||
"fastify": "^4.25.2",
|
||||
"js-tiktoken": "^1.0.21",
|
||||
"marked": "^17.0.1",
|
||||
"mermaid": "^11.12.1",
|
||||
"node-pty": "^1.0.0",
|
||||
"qrcode": "^1.5.4",
|
||||
|
||||
Reference in New Issue
Block a user