md2html: bump to 1.0.2 (Chromium zombie leak fix)

This commit is contained in:
alexz
2026-04-11 15:01:03 +00:00
parent d7269f94fb
commit ea57aa129d
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"categories": ["utilities", "development"], "categories": ["utilities", "development"],
"description": "A web-based Markdown converter that produces beautifully styled HTML documents with sidebar table of contents, Mermaid diagram rendering, and PDF export via headless Chromium. Supports drag-and-drop file upload, live preview, and downloadable output.", "description": "A web-based Markdown converter that produces beautifully styled HTML documents with sidebar table of contents, Mermaid diagram rendering, and PDF export via headless Chromium. Supports drag-and-drop file upload, live preview, and downloadable output.",
"tipi_version": 1, "tipi_version": 1,
"version": "1.0.1", "version": "1.0.2",
"source": "https://git.alexzaw.dev/alexz/md2html", "source": "https://git.alexzaw.dev/alexz/md2html",
"website": "https://git.alexzaw.dev/alexz/md2html", "website": "https://git.alexzaw.dev/alexz/md2html",
"exposable": true, "exposable": true,

View File

@@ -4,7 +4,7 @@
"services": [ "services": [
{ {
"name": "md2html", "name": "md2html",
"image": "git.alexzaw.dev/alexz/md2html:1.0.1", "image": "git.alexzaw.dev/alexz/md2html:1.0.2",
"isMain": true, "isMain": true,
"internalPort": 3000, "internalPort": 3000,
"environment": [ "environment": [